Shades of Dairy Cream #ECD29E
Tints of Dairy Cream #ECD29E
RGB
CMYK
RGB Variations
Color information
#ECD29E (or 0xECD29E) is known color: Dairy Cream. HEX triplet: EC, D2 and 9E. RGB value is (236,210,158). Sum of RGB (Red+Green+Blue) = 236+210+158=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 210 (82.42% from 255 or 34.77% from 604); Blue value is 158 (62.11% from 255 or 26.16% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD29E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD29E is #132D61. Grayscale: #D4D4D4. Windows color (decimal): -1256802 or 10408684. OLE color: 10408684.
HSL color Cylindrical-coordinate representation of color #ECD29E: hue angle of 40º 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 #ECD29E is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 158 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.07 |
| HSL | 40º | 0.67% | 0.77% | - |
| HSV(B) | 40º | 0.33% | 0.93% | - |
| XYZ | 63.81 | 66.39 | 41.8 | - |
| YUV | 211.85 | 97.61 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 158 | 0 | 0.11 | 0.33 | 0.07 | 40 | 0.67 | 0.77 |
| Hex | EC | D2 | 9E | 0 | B | 21 | 7 | 28 | 43 | 4D |
| Octal | 354 | 322 | 236 | 0 | 13 | 41 | 7 | 50 | 103 | 115 |
| Binary | 11101100 | 11010010 | 10011110 | 0 | 1011 | 100001 | 111 | 101000 | 1000011 | 1001101 |
Color Harmonies of #ECD29E
Complementary color
Monochromatic Colors of #ECD29E
Black with #ECD29E
Text Example
Text Example
White with #ECD29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD29E; }
p { color: rgb(236,210,158); }
H1.HeaderClassName
{
color: #ECD29E;
}
.AnyTagClassName
{
color: #ECD29E;
}
</style>
background-color css
<style>
a { background-color: #ECD29E; }
a { background-color: rgb(236,210,158); }
div.DivClassName
{
background-color: #ECD29E;
}
.BgClassName
{
background-color: #ECD29E;
}
</style>
border-color css
<style>
span { border-color: #ECD29E; }
span { border-color: rgb(236,210,158); }
td.TdClassName
{
border-color: #ECD29E;
}
.TagClassName
{
border-color: #ECD29E;
}
</style>