Shades of Sugar Cane #ECF0DC
Tints of Sugar Cane #ECF0DC
RGB
CMYK
RGB Variations
Color information
#ECF0DC (or 0xECF0DC) is known color: Sugar Cane. HEX triplet: EC, F0 and DC. RGB value is (236,240,220). Sum of RGB (Red+Green+Blue) = 236+240+220=696 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.91% from 696); Green value is 240 (94.14% from 255 or 34.48% from 696); Blue value is 220 (86.33% from 255 or 31.61% from 696); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF0DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF0DC is #130F23. Grayscale: #ECECEC. Windows color (decimal): -1249060 or 14479596. OLE color: 14479596.
HSL color Cylindrical-coordinate representation of color #ECF0DC: hue angle of 72º degrees, saturation: 0.4, 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 #ECF0DC is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 220 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.06 |
| HSL | 72º | 0.4% | 0.9% | - |
| HSV(B) | 72º | 0.08% | 0.94% | - |
| XYZ | 78.67 | 85.32 | 80.03 | - |
| YUV | 236.52 | 118.67 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 220 | 0.02 | 0 | 0.08 | 0.06 | 72 | 0.4 | 0.9 |
| Hex | EC | F0 | DC | 2 | 0 | 8 | 6 | 48 | 28 | 5A |
| Octal | 354 | 360 | 334 | 2 | 0 | 10 | 6 | 110 | 50 | 132 |
| Binary | 11101100 | 11110000 | 11011100 | 10 | 0 | 1000 | 110 | 1001000 | 101000 | 1011010 |
Color Harmonies of #ECF0DC
Complementary color
Monochromatic Colors of #ECF0DC
Black with #ECF0DC
Text Example
Text Example
White with #ECF0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF0DC; }
p { color: rgb(236,240,220); }
H1.HeaderClassName
{
color: #ECF0DC;
}
.AnyTagClassName
{
color: #ECF0DC;
}
</style>
background-color css
<style>
a { background-color: #ECF0DC; }
a { background-color: rgb(236,240,220); }
div.DivClassName
{
background-color: #ECF0DC;
}
.BgClassName
{
background-color: #ECF0DC;
}
</style>
border-color css
<style>
span { border-color: #ECF0DC; }
span { border-color: rgb(236,240,220); }
td.TdClassName
{
border-color: #ECF0DC;
}
.TagClassName
{
border-color: #ECF0DC;
}
</style>