Shades of Sugar Cane #ECF0DE
Tints of Sugar Cane #ECF0DE
RGB
CMYK
RGB Variations
Color information
#ECF0DE (or 0xECF0DE) is known color: Sugar Cane. HEX triplet: EC, F0 and DE. RGB value is (236,240,222). Sum of RGB (Red+Green+Blue) = 236+240+222=698 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.81% from 698); Green value is 240 (94.14% from 255 or 34.38% from 698); Blue value is 222 (87.11% from 255 or 31.81% from 698); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF0DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF0DE is #130F21. Grayscale: #ECECEC. Windows color (decimal): -1249058 or 14610668. OLE color: 14610668.
HSL color Cylindrical-coordinate representation of color #ECF0DE: hue angle of 73.33º degrees, saturation: 0.38, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECF0DE is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 222 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.06 |
| HSL | 73.33º | 0.38% | 0.91% | - |
| HSV(B) | 73.33º | 0.07% | 0.94% | - |
| XYZ | 78.94 | 85.43 | 81.44 | - |
| YUV | 236.75 | 119.67 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 222 | 0.02 | 0 | 0.08 | 0.06 | 73.33 | 0.38 | 0.91 |
| Hex | EC | F0 | DE | 2 | 0 | 8 | 6 | 49 | 26 | 5B |
| Octal | 354 | 360 | 336 | 2 | 0 | 10 | 6 | 111 | 46 | 133 |
| Binary | 11101100 | 11110000 | 11011110 | 10 | 0 | 1000 | 110 | 1001001 | 100110 | 1011011 |
Color Harmonies of #ECF0DE
Complementary color
Monochromatic Colors of #ECF0DE
Black with #ECF0DE
Text Example
Text Example
White with #ECF0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF0DE; }
p { color: rgb(236,240,222); }
H1.HeaderClassName
{
color: #ECF0DE;
}
.AnyTagClassName
{
color: #ECF0DE;
}
</style>
background-color css
<style>
a { background-color: #ECF0DE; }
a { background-color: rgb(236,240,222); }
div.DivClassName
{
background-color: #ECF0DE;
}
.BgClassName
{
background-color: #ECF0DE;
}
</style>
border-color css
<style>
span { border-color: #ECF0DE; }
span { border-color: rgb(236,240,222); }
td.TdClassName
{
border-color: #ECF0DE;
}
.TagClassName
{
border-color: #ECF0DE;
}
</style>