Shades of Dairy Cream #ECCE9F
Tints of Dairy Cream #ECCE9F
RGB
CMYK
RGB Variations
Color information
#ECCE9F (or 0xECCE9F) is known color: Dairy Cream. HEX triplet: EC, CE and 9F. RGB value is (236,206,159). Sum of RGB (Red+Green+Blue) = 236+206+159=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 159 (62.5% from 255 or 26.46% from 601); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCE9F is #133160. Grayscale: #D1D1D1. Windows color (decimal): -1257825 or 10473196. OLE color: 10473196.
HSL color Cylindrical-coordinate representation of color #ECCE9F: hue angle of 36.62º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECCE9F is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 159 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.07 |
| HSL | 36.62º | 0.67% | 0.77% | - |
| HSV(B) | 36.62º | 0.33% | 0.93% | - |
| XYZ | 62.92 | 64.48 | 41.93 | - |
| YUV | 209.61 | 99.44 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 159 | 0 | 0.13 | 0.33 | 0.07 | 36.62 | 0.67 | 0.77 |
| Hex | EC | CE | 9F | 0 | D | 21 | 7 | 25 | 43 | 4D |
| Octal | 354 | 316 | 237 | 0 | 15 | 41 | 7 | 45 | 103 | 115 |
| Binary | 11101100 | 11001110 | 10011111 | 0 | 1101 | 100001 | 111 | 100101 | 1000011 | 1001101 |
Color Harmonies of #ECCE9F
Complementary color
Monochromatic Colors of #ECCE9F
Black with #ECCE9F
Text Example
Text Example
White with #ECCE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCE9F; }
p { color: rgb(236,206,159); }
H1.HeaderClassName
{
color: #ECCE9F;
}
.AnyTagClassName
{
color: #ECCE9F;
}
</style>
background-color css
<style>
a { background-color: #ECCE9F; }
a { background-color: rgb(236,206,159); }
div.DivClassName
{
background-color: #ECCE9F;
}
.BgClassName
{
background-color: #ECCE9F;
}
</style>
border-color css
<style>
span { border-color: #ECCE9F; }
span { border-color: rgb(236,206,159); }
td.TdClassName
{
border-color: #ECCE9F;
}
.TagClassName
{
border-color: #ECCE9F;
}
</style>