Shades of Dairy Cream #EFCEA0
Tints of Dairy Cream #EFCEA0
RGB
CMYK
RGB Variations
Color information
#EFCEA0 (or 0xEFCEA0) is known color: Dairy Cream. HEX triplet: EF, CE and A0. RGB value is (239,206,160). Sum of RGB (Red+Green+Blue) = 239+206+160=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 160 (62.89% from 255 or 26.45% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCEA0 is #10315F. Grayscale: #D2D2D2. Windows color (decimal): -1061216 or 10538735. OLE color: 10538735.
HSL color Cylindrical-coordinate representation of color #EFCEA0: hue angle of 34.94º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFCEA0 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 160 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.06 |
| HSL | 34.94º | 0.71% | 0.78% | - |
| HSV(B) | 34.94º | 0.33% | 0.94% | - |
| XYZ | 64.01 | 65.03 | 42.44 | - |
| YUV | 210.62 | 99.43 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 160 | 0 | 0.14 | 0.33 | 0.06 | 34.94 | 0.71 | 0.78 |
| Hex | EF | CE | A0 | 0 | E | 21 | 6 | 23 | 47 | 4E |
| Octal | 357 | 316 | 240 | 0 | 16 | 41 | 6 | 43 | 107 | 116 |
| Binary | 11101111 | 11001110 | 10100000 | 0 | 1110 | 100001 | 110 | 100011 | 1000111 | 1001110 |
Color Harmonies of #EFCEA0
Complementary color
Monochromatic Colors of #EFCEA0
Black with #EFCEA0
Text Example
Text Example
White with #EFCEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCEA0; }
p { color: rgb(239,206,160); }
H1.HeaderClassName
{
color: #EFCEA0;
}
.AnyTagClassName
{
color: #EFCEA0;
}
</style>
background-color css
<style>
a { background-color: #EFCEA0; }
a { background-color: rgb(239,206,160); }
div.DivClassName
{
background-color: #EFCEA0;
}
.BgClassName
{
background-color: #EFCEA0;
}
</style>
border-color css
<style>
span { border-color: #EFCEA0; }
span { border-color: rgb(239,206,160); }
td.TdClassName
{
border-color: #EFCEA0;
}
.TagClassName
{
border-color: #EFCEA0;
}
</style>