Shades of Sugar Cane #ECF0DD
Tints of Sugar Cane #ECF0DD
RGB
CMYK
RGB Variations
Color information
#ECF0DD (or 0xECF0DD) is known color: Sugar Cane. HEX triplet: EC, F0 and DD. RGB value is (236,240,221). Sum of RGB (Red+Green+Blue) = 236+240+221=697 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.86% from 697); Green value is 240 (94.14% from 255 or 34.43% from 697); Blue value is 221 (86.72% from 255 or 31.71% from 697); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF0DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF0DD is #130F22. Grayscale: #ECECEC. Windows color (decimal): -1249059 or 14545132. OLE color: 14545132.
HSL color Cylindrical-coordinate representation of color #ECF0DD: hue angle of 72.63º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECF0DD is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 221 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.06 |
| HSL | 72.63º | 0.39% | 0.9% | - |
| HSV(B) | 72.63º | 0.08% | 0.94% | - |
| XYZ | 78.8 | 85.37 | 80.73 | - |
| YUV | 236.64 | 119.17 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 221 | 0.02 | 0 | 0.08 | 0.06 | 72.63 | 0.39 | 0.9 |
| Hex | EC | F0 | DD | 2 | 0 | 8 | 6 | 49 | 27 | 5A |
| Octal | 354 | 360 | 335 | 2 | 0 | 10 | 6 | 111 | 47 | 132 |
| Binary | 11101100 | 11110000 | 11011101 | 10 | 0 | 1000 | 110 | 1001001 | 100111 | 1011010 |
Color Harmonies of #ECF0DD
Complementary color
Monochromatic Colors of #ECF0DD
Black with #ECF0DD
Text Example
Text Example
White with #ECF0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF0DD; }
p { color: rgb(236,240,221); }
H1.HeaderClassName
{
color: #ECF0DD;
}
.AnyTagClassName
{
color: #ECF0DD;
}
</style>
background-color css
<style>
a { background-color: #ECF0DD; }
a { background-color: rgb(236,240,221); }
div.DivClassName
{
background-color: #ECF0DD;
}
.BgClassName
{
background-color: #ECF0DD;
}
</style>
border-color css
<style>
span { border-color: #ECF0DD; }
span { border-color: rgb(236,240,221); }
td.TdClassName
{
border-color: #ECF0DD;
}
.TagClassName
{
border-color: #ECF0DD;
}
</style>