HEX
#
RGB
HSL

#EEE8AA CSS / HTML Preview

Text with hexadecimal color #EEE8AA

This text has a font color of #EEE8AA.

<span style="color:#EEE8AA;">Your text here</span>
#EEE8AA border color

This element has a border color of #EEE8AA.

<div style="border:2px solid #EEE8AA;">Content here</div>
#EEE8AA background color

This paragraph has a background color of #EEE8AA.

<p style="background-color:#EEE8AA;">Content here</p>
CSS codes
.text {color:#EEE8AA;}
.background {background-color:#EEE8AA;}
.border {border:1px solid #EEE8AA;}