Shades of Dairy Cream #EACFA5
Tints of Dairy Cream #EACFA5
RGB
CMYK
RGB Variations
Color information
#EACFA5 (or 0xEACFA5) is known color: Dairy Cream. HEX triplet: EA, CF and A5. RGB value is (234,207,165). Sum of RGB (Red+Green+Blue) = 234+207+165=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 165 (64.84% from 255 or 27.23% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EACFA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACFA5 is #15305A. Grayscale: #D2D2D2. Windows color (decimal): -1388635 or 10866666. OLE color: 10866666.
HSL color Cylindrical-coordinate representation of color #EACFA5: hue angle of 36.52º 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 #EACFA5 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 165 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.08 |
| HSL | 36.52º | 0.62% | 0.78% | - |
| HSV(B) | 36.52º | 0.29% | 0.92% | - |
| XYZ | 63.04 | 64.83 | 44.79 | - |
| YUV | 210.29 | 102.45 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 165 | 0 | 0.12 | 0.29 | 0.08 | 36.52 | 0.62 | 0.78 |
| Hex | EA | CF | A5 | 0 | C | 1D | 8 | 25 | 3E | 4E |
| Octal | 352 | 317 | 245 | 0 | 14 | 35 | 10 | 45 | 76 | 116 |
| Binary | 11101010 | 11001111 | 10100101 | 0 | 1100 | 11101 | 1000 | 100101 | 111110 | 1001110 |
Color Harmonies of #EACFA5
Complementary color
Monochromatic Colors of #EACFA5
Black with #EACFA5
Text Example
Text Example
White with #EACFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACFA5; }
p { color: rgb(234,207,165); }
H1.HeaderClassName
{
color: #EACFA5;
}
.AnyTagClassName
{
color: #EACFA5;
}
</style>
background-color css
<style>
a { background-color: #EACFA5; }
a { background-color: rgb(234,207,165); }
div.DivClassName
{
background-color: #EACFA5;
}
.BgClassName
{
background-color: #EACFA5;
}
</style>
border-color css
<style>
span { border-color: #EACFA5; }
span { border-color: rgb(234,207,165); }
td.TdClassName
{
border-color: #EACFA5;
}
.TagClassName
{
border-color: #EACFA5;
}
</style>