Shades of Dairy Cream #E9D0A8
Tints of Dairy Cream #E9D0A8
RGB
CMYK
RGB Variations
Color information
#E9D0A8 (or 0xE9D0A8) is known color: Dairy Cream. HEX triplet: E9, D0 and A8. RGB value is (233,208,168). Sum of RGB (Red+Green+Blue) = 233+208+168=609 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.26% from 609); Green value is 208 (81.64% from 255 or 34.15% from 609); Blue value is 168 (66.02% from 255 or 27.59% from 609); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D0A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D0A8 is #162F57. Grayscale: #D3D3D3. Windows color (decimal): -1453912 or 11063529. OLE color: 11063529.
HSL color Cylindrical-coordinate representation of color #E9D0A8: hue angle of 36.92º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E9D0A8 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 208 | 168 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.09 |
| HSL | 36.92º | 0.6% | 0.79% | - |
| HSV(B) | 36.92º | 0.28% | 0.91% | - |
| XYZ | 63.23 | 65.26 | 46.31 | - |
| YUV | 210.92 | 103.78 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 208 | 168 | 0 | 0.11 | 0.28 | 0.09 | 36.92 | 0.6 | 0.79 |
| Hex | E9 | D0 | A8 | 0 | B | 1C | 9 | 25 | 3C | 4F |
| Octal | 351 | 320 | 250 | 0 | 13 | 34 | 11 | 45 | 74 | 117 |
| Binary | 11101001 | 11010000 | 10101000 | 0 | 1011 | 11100 | 1001 | 100101 | 111100 | 1001111 |
Color Harmonies of #E9D0A8
Complementary color
Monochromatic Colors of #E9D0A8
Black with #E9D0A8
Text Example
Text Example
White with #E9D0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D0A8; }
p { color: rgb(233,208,168); }
H1.HeaderClassName
{
color: #E9D0A8;
}
.AnyTagClassName
{
color: #E9D0A8;
}
</style>
background-color css
<style>
a { background-color: #E9D0A8; }
a { background-color: rgb(233,208,168); }
div.DivClassName
{
background-color: #E9D0A8;
}
.BgClassName
{
background-color: #E9D0A8;
}
</style>
border-color css
<style>
span { border-color: #E9D0A8; }
span { border-color: rgb(233,208,168); }
td.TdClassName
{
border-color: #E9D0A8;
}
.TagClassName
{
border-color: #E9D0A8;
}
</style>