Shades of Dairy Cream #EACFA9
Tints of Dairy Cream #EACFA9
RGB
CMYK
RGB Variations
Color information
#EACFA9 (or 0xEACFA9) is known color: Dairy Cream. HEX triplet: EA, CF and A9. RGB value is (234,207,169). Sum of RGB (Red+Green+Blue) = 234+207+169=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 169 (66.41% from 255 or 27.70% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EACFA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACFA9 is #153056. Grayscale: #D2D2D2. Windows color (decimal): -1388631 or 11128810. OLE color: 11128810.
HSL color Cylindrical-coordinate representation of color #EACFA9: hue angle of 35.08º 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 #EACFA9 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 169 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.08 |
| HSL | 35.08º | 0.61% | 0.79% | - |
| HSV(B) | 35.08º | 0.28% | 0.92% | - |
| XYZ | 63.41 | 64.98 | 46.74 | - |
| YUV | 210.74 | 104.45 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 169 | 0 | 0.12 | 0.28 | 0.08 | 35.08 | 0.61 | 0.79 |
| Hex | EA | CF | A9 | 0 | C | 1C | 8 | 23 | 3D | 4F |
| Octal | 352 | 317 | 251 | 0 | 14 | 34 | 10 | 43 | 75 | 117 |
| Binary | 11101010 | 11001111 | 10101001 | 0 | 1100 | 11100 | 1000 | 100011 | 111101 | 1001111 |
Color Harmonies of #EACFA9
Complementary color
Monochromatic Colors of #EACFA9
Black with #EACFA9
Text Example
Text Example
White with #EACFA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACFA9; }
p { color: rgb(234,207,169); }
H1.HeaderClassName
{
color: #EACFA9;
}
.AnyTagClassName
{
color: #EACFA9;
}
</style>
background-color css
<style>
a { background-color: #EACFA9; }
a { background-color: rgb(234,207,169); }
div.DivClassName
{
background-color: #EACFA9;
}
.BgClassName
{
background-color: #EACFA9;
}
</style>
border-color css
<style>
span { border-color: #EACFA9; }
span { border-color: rgb(234,207,169); }
td.TdClassName
{
border-color: #EACFA9;
}
.TagClassName
{
border-color: #EACFA9;
}
</style>