Shades of Dairy Cream #EAD0A0
Tints of Dairy Cream #EAD0A0
RGB
CMYK
RGB Variations
Color information
#EAD0A0 (or 0xEAD0A0) is known color: Dairy Cream. HEX triplet: EA, D0 and A0. RGB value is (234,208,160). Sum of RGB (Red+Green+Blue) = 234+208+160=602 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.87% from 602); Green value is 208 (81.64% from 255 or 34.55% from 602); Blue value is 160 (62.89% from 255 or 26.58% from 602); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD0A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD0A0 is #152F5F. Grayscale: #D2D2D2. Windows color (decimal): -1388384 or 10539242. OLE color: 10539242.
HSL color Cylindrical-coordinate representation of color #EAD0A0: hue angle of 38.92º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAD0A0 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 208 | 160 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.08 |
| HSL | 38.92º | 0.64% | 0.77% | - |
| HSV(B) | 38.92º | 0.32% | 0.92% | - |
| XYZ | 62.83 | 65.14 | 42.52 | - |
| YUV | 210.3 | 99.61 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 208 | 160 | 0 | 0.11 | 0.32 | 0.08 | 38.92 | 0.64 | 0.77 |
| Hex | EA | D0 | A0 | 0 | B | 20 | 8 | 27 | 40 | 4D |
| Octal | 352 | 320 | 240 | 0 | 13 | 40 | 10 | 47 | 100 | 115 |
| Binary | 11101010 | 11010000 | 10100000 | 0 | 1011 | 100000 | 1000 | 100111 | 1000000 | 1001101 |
Color Harmonies of #EAD0A0
Complementary color
Monochromatic Colors of #EAD0A0
Black with #EAD0A0
Text Example
Text Example
White with #EAD0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD0A0; }
p { color: rgb(234,208,160); }
H1.HeaderClassName
{
color: #EAD0A0;
}
.AnyTagClassName
{
color: #EAD0A0;
}
</style>
background-color css
<style>
a { background-color: #EAD0A0; }
a { background-color: rgb(234,208,160); }
div.DivClassName
{
background-color: #EAD0A0;
}
.BgClassName
{
background-color: #EAD0A0;
}
</style>
border-color css
<style>
span { border-color: #EAD0A0; }
span { border-color: rgb(234,208,160); }
td.TdClassName
{
border-color: #EAD0A0;
}
.TagClassName
{
border-color: #EAD0A0;
}
</style>