Shades of Sugar Cane #ECECE1
Tints of Sugar Cane #ECECE1
RGB
CMYK
RGB Variations
Color information
#ECECE1 (or 0xECECE1) is known color: Sugar Cane. HEX triplet: EC, EC and E1. RGB value is (236,236,225). Sum of RGB (Red+Green+Blue) = 236+236+225=697 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.86% from 697); Green value is 236 (92.58% from 255 or 33.86% from 697); Blue value is 225 (88.28% from 255 or 32.28% from 697); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECECE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECECE1 is #13131E. Grayscale: #EAEAEA. Windows color (decimal): -1250079 or 14806252. OLE color: 14806252.
HSL color Cylindrical-coordinate representation of color #ECECE1: hue angle of 60º degrees, saturation: 0.22, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ECECE1 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 236 | 225 | - |
CMYK | 0 | 0 | 0.05 | 0.07 |
HSL | 60º | 0.22% | 0.9% | - |
HSV(B) | 60º | 0.05% | 0.93% | - |
XYZ | 78.18 | 83.26 | 83.18 | - |
YUV | 234.75 | 122.5 | 128.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 236 | 225 | 0 | 0 | 0.05 | 0.07 | 60 | 0.22 | 0.9 |
Hex | EC | EC | E1 | 0 | 0 | 5 | 7 | 3C | 16 | 5A |
Octal | 354 | 354 | 341 | 0 | 0 | 5 | 7 | 74 | 26 | 132 |
Binary | 11101100 | 11101100 | 11100001 | 0 | 0 | 101 | 111 | 111100 | 10110 | 1011010 |
Color Harmonies of #ECECE1
Complementary color
Monochromatic Colors of #ECECE1
Black with #ECECE1
Text Example
Text Example
White with #ECECE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECECE1; }
p { color: rgb(236,236,225); }
H1.HeaderClassName
{
color: #ECECE1;
}
.AnyTagClassName
{
color: #ECECE1;
}
</style>
background-color css
<style>
a { background-color: #ECECE1; }
a { background-color: rgb(236,236,225); }
div.DivClassName
{
background-color: #ECECE1;
}
.BgClassName
{
background-color: #ECECE1;
}
</style>
border-color css
<style>
span { border-color: #ECECE1; }
span { border-color: rgb(236,236,225); }
td.TdClassName
{
border-color: #ECECE1;
}
.TagClassName
{
border-color: #ECECE1;
}
</style>