Shades of Dairy Cream #EAD0A8
Tints of Dairy Cream #EAD0A8
RGB
CMYK
RGB Variations
Color information
#EAD0A8 (or 0xEAD0A8) is known color: Dairy Cream. HEX triplet: EA, D0 and A8. RGB value is (234,208,168). Sum of RGB (Red+Green+Blue) = 234+208+168=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 208 (81.64% from 255 or 34.10% from 610); Blue value is 168 (66.02% from 255 or 27.54% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD0A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD0A8 is #152F57. Grayscale: #D3D3D3. Windows color (decimal): -1388376 or 11063530. OLE color: 11063530.
HSL color Cylindrical-coordinate representation of color #EAD0A8: hue angle of 36.36º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAD0A8 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 208 | 168 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.08 |
| HSL | 36.36º | 0.61% | 0.79% | - |
| HSV(B) | 36.36º | 0.28% | 0.92% | - |
| XYZ | 63.56 | 65.43 | 46.33 | - |
| YUV | 211.21 | 103.61 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 208 | 168 | 0 | 0.11 | 0.28 | 0.08 | 36.36 | 0.61 | 0.79 |
| Hex | EA | D0 | A8 | 0 | B | 1C | 8 | 24 | 3D | 4F |
| Octal | 352 | 320 | 250 | 0 | 13 | 34 | 10 | 44 | 75 | 117 |
| Binary | 11101010 | 11010000 | 10101000 | 0 | 1011 | 11100 | 1000 | 100100 | 111101 | 1001111 |
Color Harmonies of #EAD0A8
Complementary color
Monochromatic Colors of #EAD0A8
Black with #EAD0A8
Text Example
Text Example
White with #EAD0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD0A8; }
p { color: rgb(234,208,168); }
H1.HeaderClassName
{
color: #EAD0A8;
}
.AnyTagClassName
{
color: #EAD0A8;
}
</style>
background-color css
<style>
a { background-color: #EAD0A8; }
a { background-color: rgb(234,208,168); }
div.DivClassName
{
background-color: #EAD0A8;
}
.BgClassName
{
background-color: #EAD0A8;
}
</style>
border-color css
<style>
span { border-color: #EAD0A8; }
span { border-color: rgb(234,208,168); }
td.TdClassName
{
border-color: #EAD0A8;
}
.TagClassName
{
border-color: #EAD0A8;
}
</style>