Shades of Dairy Cream #EACFA8
Tints of Dairy Cream #EACFA8
RGB
CMYK
RGB Variations
Color information
#EACFA8 (or 0xEACFA8) is known color: Dairy Cream. HEX triplet: EA, CF and A8. RGB value is (234,207,168). Sum of RGB (Red+Green+Blue) = 234+207+168=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 168 (66.02% from 255 or 27.59% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EACFA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACFA8 is #153057. Grayscale: #D2D2D2. Windows color (decimal): -1388632 or 11063274. OLE color: 11063274.
HSL color Cylindrical-coordinate representation of color #EACFA8: hue angle of 35.45º 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 #EACFA8 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 168 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.08 |
| HSL | 35.45º | 0.61% | 0.79% | - |
| HSV(B) | 35.45º | 0.28% | 0.92% | - |
| XYZ | 63.31 | 64.95 | 46.24 | - |
| YUV | 210.63 | 103.95 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 168 | 0 | 0.12 | 0.28 | 0.08 | 35.45 | 0.61 | 0.79 |
| Hex | EA | CF | A8 | 0 | C | 1C | 8 | 23 | 3D | 4F |
| Octal | 352 | 317 | 250 | 0 | 14 | 34 | 10 | 43 | 75 | 117 |
| Binary | 11101010 | 11001111 | 10101000 | 0 | 1100 | 11100 | 1000 | 100011 | 111101 | 1001111 |
Color Harmonies of #EACFA8
Complementary color
Monochromatic Colors of #EACFA8
Black with #EACFA8
Text Example
Text Example
White with #EACFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACFA8; }
p { color: rgb(234,207,168); }
H1.HeaderClassName
{
color: #EACFA8;
}
.AnyTagClassName
{
color: #EACFA8;
}
</style>
background-color css
<style>
a { background-color: #EACFA8; }
a { background-color: rgb(234,207,168); }
div.DivClassName
{
background-color: #EACFA8;
}
.BgClassName
{
background-color: #EACFA8;
}
</style>
border-color css
<style>
span { border-color: #EACFA8; }
span { border-color: rgb(234,207,168); }
td.TdClassName
{
border-color: #EACFA8;
}
.TagClassName
{
border-color: #EACFA8;
}
</style>