Shades of Dairy Cream #EACEA2
Tints of Dairy Cream #EACEA2
RGB
CMYK
RGB Variations
Color information
#EACEA2 (or 0xEACEA2) is known color: Dairy Cream. HEX triplet: EA, CE and A2. RGB value is (234,206,162). Sum of RGB (Red+Green+Blue) = 234+206+162=602 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.87% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 162 (63.67% from 255 or 26.91% from 602); Max value from RGB is 234 - color contains mainly: red. Hex color #EACEA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACEA2 is #15315D. Grayscale: #D1D1D1. Windows color (decimal): -1388894 or 10669802. OLE color: 10669802.
HSL color Cylindrical-coordinate representation of color #EACEA2: hue angle of 36.67º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EACEA2 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 206 | 162 | - |
CMYK | 0 | 0.12 | 0.31 | 0.08 |
HSL | 36.67º | 0.63% | 0.78% | - |
HSV(B) | 36.67º | 0.31% | 0.92% | - |
XYZ | 62.52 | 64.24 | 43.29 | - |
YUV | 209.36 | 101.28 | 145.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 206 | 162 | 0 | 0.12 | 0.31 | 0.08 | 36.67 | 0.63 | 0.78 |
Hex | EA | CE | A2 | 0 | C | 1F | 8 | 25 | 3F | 4E |
Octal | 352 | 316 | 242 | 0 | 14 | 37 | 10 | 45 | 77 | 116 |
Binary | 11101010 | 11001110 | 10100010 | 0 | 1100 | 11111 | 1000 | 100101 | 111111 | 1001110 |
Color Harmonies of #EACEA2
Complementary color
Monochromatic Colors of #EACEA2
Black with #EACEA2
Text Example
Text Example
White with #EACEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACEA2; }
p { color: rgb(234,206,162); }
H1.HeaderClassName
{
color: #EACEA2;
}
.AnyTagClassName
{
color: #EACEA2;
}
</style>
background-color css
<style>
a { background-color: #EACEA2; }
a { background-color: rgb(234,206,162); }
div.DivClassName
{
background-color: #EACEA2;
}
.BgClassName
{
background-color: #EACEA2;
}
</style>
border-color css
<style>
span { border-color: #EACEA2; }
span { border-color: rgb(234,206,162); }
td.TdClassName
{
border-color: #EACEA2;
}
.TagClassName
{
border-color: #EACEA2;
}
</style>