Shades of Dairy Cream #ECD3A0
Tints of Dairy Cream #ECD3A0
RGB
CMYK
RGB Variations
Color information
#ECD3A0 (or 0xECD3A0) is known color: Dairy Cream. HEX triplet: EC, D3 and A0. RGB value is (236,211,160). Sum of RGB (Red+Green+Blue) = 236+211+160=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 211 (82.81% from 255 or 34.76% from 607); Blue value is 160 (62.89% from 255 or 26.36% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD3A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD3A0 is #132C5F. Grayscale: #D4D4D4. Windows color (decimal): -1256544 or 10540012. OLE color: 10540012.
HSL color Cylindrical-coordinate representation of color #ECD3A0: hue angle of 40.26º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECD3A0 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 211 | 160 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.07 |
| HSL | 40.26º | 0.67% | 0.78% | - |
| HSV(B) | 40.26º | 0.32% | 0.93% | - |
| XYZ | 64.23 | 66.96 | 42.8 | - |
| YUV | 212.66 | 98.28 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 160 | 0 | 0.11 | 0.32 | 0.07 | 40.26 | 0.67 | 0.78 |
| Hex | EC | D3 | A0 | 0 | B | 20 | 7 | 28 | 43 | 4E |
| Octal | 354 | 323 | 240 | 0 | 13 | 40 | 7 | 50 | 103 | 116 |
| Binary | 11101100 | 11010011 | 10100000 | 0 | 1011 | 100000 | 111 | 101000 | 1000011 | 1001110 |
Color Harmonies of #ECD3A0
Complementary color
Monochromatic Colors of #ECD3A0
Black with #ECD3A0
Text Example
Text Example
White with #ECD3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD3A0; }
p { color: rgb(236,211,160); }
H1.HeaderClassName
{
color: #ECD3A0;
}
.AnyTagClassName
{
color: #ECD3A0;
}
</style>
background-color css
<style>
a { background-color: #ECD3A0; }
a { background-color: rgb(236,211,160); }
div.DivClassName
{
background-color: #ECD3A0;
}
.BgClassName
{
background-color: #ECD3A0;
}
</style>
border-color css
<style>
span { border-color: #ECD3A0; }
span { border-color: rgb(236,211,160); }
td.TdClassName
{
border-color: #ECD3A0;
}
.TagClassName
{
border-color: #ECD3A0;
}
</style>