Shades of Sugar Cane #ECECDD
Tints of Sugar Cane #ECECDD
RGB
CMYK
RGB Variations
Color information
#ECECDD (or 0xECECDD) is known color: Sugar Cane. HEX triplet: EC, EC and DD. RGB value is (236,236,221). Sum of RGB (Red+Green+Blue) = 236+236+221=693 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.05% from 693); Green value is 236 (92.58% from 255 or 34.05% from 693); Blue value is 221 (86.72% from 255 or 31.89% from 693); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECECDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECECDD is #131322. Grayscale: #EAEAEA. Windows color (decimal): -1250083 or 14544108. OLE color: 14544108.
HSL color Cylindrical-coordinate representation of color #ECECDD: hue angle of 60º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECECDD is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 236 | 221 | - |
CMYK | 0 | 0 | 0.06 | 0.07 |
HSL | 60º | 0.28% | 0.9% | - |
HSV(B) | 60º | 0.06% | 0.93% | - |
XYZ | 77.64 | 83.04 | 80.34 | - |
YUV | 234.29 | 120.5 | 129.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 236 | 221 | 0 | 0 | 0.06 | 0.07 | 60 | 0.28 | 0.9 |
Hex | EC | EC | DD | 0 | 0 | 6 | 7 | 3C | 1C | 5A |
Octal | 354 | 354 | 335 | 0 | 0 | 6 | 7 | 74 | 34 | 132 |
Binary | 11101100 | 11101100 | 11011101 | 0 | 0 | 110 | 111 | 111100 | 11100 | 1011010 |
Color Harmonies of #ECECDD
Complementary color
Monochromatic Colors of #ECECDD
Black with #ECECDD
Text Example
Text Example
White with #ECECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECECDD; }
p { color: rgb(236,236,221); }
H1.HeaderClassName
{
color: #ECECDD;
}
.AnyTagClassName
{
color: #ECECDD;
}
</style>
background-color css
<style>
a { background-color: #ECECDD; }
a { background-color: rgb(236,236,221); }
div.DivClassName
{
background-color: #ECECDD;
}
.BgClassName
{
background-color: #ECECDD;
}
</style>
border-color css
<style>
span { border-color: #ECECDD; }
span { border-color: rgb(236,236,221); }
td.TdClassName
{
border-color: #ECECDD;
}
.TagClassName
{
border-color: #ECECDD;
}
</style>