Shades of Dairy Cream #EACEA6
Tints of Dairy Cream #EACEA6
RGB
CMYK
RGB Variations
Color information
#EACEA6 (or 0xEACEA6) is known color: Dairy Cream. HEX triplet: EA, CE and A6. RGB value is (234,206,166). Sum of RGB (Red+Green+Blue) = 234+206+166=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 166 (65.23% from 255 or 27.39% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EACEA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACEA6 is #153159. Grayscale: #D2D2D2. Windows color (decimal): -1388890 or 10931946. OLE color: 10931946.
HSL color Cylindrical-coordinate representation of color #EACEA6: hue angle of 35.29º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EACEA6 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 166 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.08 |
| HSL | 35.29º | 0.62% | 0.78% | - |
| HSV(B) | 35.29º | 0.29% | 0.92% | - |
| XYZ | 62.89 | 64.39 | 45.19 | - |
| YUV | 209.81 | 103.28 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 166 | 0 | 0.12 | 0.29 | 0.08 | 35.29 | 0.62 | 0.78 |
| Hex | EA | CE | A6 | 0 | C | 1D | 8 | 23 | 3E | 4E |
| Octal | 352 | 316 | 246 | 0 | 14 | 35 | 10 | 43 | 76 | 116 |
| Binary | 11101010 | 11001110 | 10100110 | 0 | 1100 | 11101 | 1000 | 100011 | 111110 | 1001110 |
Color Harmonies of #EACEA6
Complementary color
Monochromatic Colors of #EACEA6
Black with #EACEA6
Text Example
Text Example
White with #EACEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACEA6; }
p { color: rgb(234,206,166); }
H1.HeaderClassName
{
color: #EACEA6;
}
.AnyTagClassName
{
color: #EACEA6;
}
</style>
background-color css
<style>
a { background-color: #EACEA6; }
a { background-color: rgb(234,206,166); }
div.DivClassName
{
background-color: #EACEA6;
}
.BgClassName
{
background-color: #EACEA6;
}
</style>
border-color css
<style>
span { border-color: #EACEA6; }
span { border-color: rgb(234,206,166); }
td.TdClassName
{
border-color: #EACEA6;
}
.TagClassName
{
border-color: #EACEA6;
}
</style>