Shades of Sugar Cane #ECECD6
Tints of Sugar Cane #ECECD6
RGB
CMYK
RGB Variations
Color information
#ECECD6 (or 0xECECD6) is known color: Sugar Cane. HEX triplet: EC, EC and D6. RGB value is (236,236,214). Sum of RGB (Red+Green+Blue) = 236+236+214=686 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.40% from 686); Green value is 236 (92.58% from 255 or 34.40% from 686); Blue value is 214 (83.98% from 255 or 31.20% from 686); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECECD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECECD6 is #131329. Grayscale: #E9E9E9. Windows color (decimal): -1250090 or 14085356. OLE color: 14085356.
HSL color Cylindrical-coordinate representation of color #ECECD6: hue angle of 60º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECECD6 is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 236 | 214 | - |
CMYK | 0 | 0 | 0.09 | 0.07 |
HSL | 60º | 0.37% | 0.88% | - |
HSV(B) | 60º | 0.09% | 0.93% | - |
XYZ | 76.73 | 82.68 | 75.53 | - |
YUV | 233.49 | 117 | 129.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 236 | 214 | 0 | 0 | 0.09 | 0.07 | 60 | 0.37 | 0.88 |
Hex | EC | EC | D6 | 0 | 0 | 9 | 7 | 3C | 25 | 58 |
Octal | 354 | 354 | 326 | 0 | 0 | 11 | 7 | 74 | 45 | 130 |
Binary | 11101100 | 11101100 | 11010110 | 0 | 0 | 1001 | 111 | 111100 | 100101 | 1011000 |
Color Harmonies of #ECECD6
Complementary color
Monochromatic Colors of #ECECD6
Black with #ECECD6
Text Example
Text Example
White with #ECECD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECECD6; }
p { color: rgb(236,236,214); }
H1.HeaderClassName
{
color: #ECECD6;
}
.AnyTagClassName
{
color: #ECECD6;
}
</style>
background-color css
<style>
a { background-color: #ECECD6; }
a { background-color: rgb(236,236,214); }
div.DivClassName
{
background-color: #ECECD6;
}
.BgClassName
{
background-color: #ECECD6;
}
</style>
border-color css
<style>
span { border-color: #ECECD6; }
span { border-color: rgb(236,236,214); }
td.TdClassName
{
border-color: #ECECD6;
}
.TagClassName
{
border-color: #ECECD6;
}
</style>