Shades of Sugar Cane #ECECD4
Tints of Sugar Cane #ECECD4
RGB
CMYK
RGB Variations
Color information
#ECECD4 (or 0xECECD4) is known color: Sugar Cane. HEX triplet: EC, EC and D4. RGB value is (236,236,212). Sum of RGB (Red+Green+Blue) = 236+236+212=684 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.50% from 684); Green value is 236 (92.58% from 255 or 34.50% from 684); Blue value is 212 (83.20% from 255 or 30.99% from 684); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECECD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECECD4 is #13132B. Grayscale: #E9E9E9. Windows color (decimal): -1250092 or 13954284. OLE color: 13954284.
HSL color Cylindrical-coordinate representation of color #ECECD4: hue angle of 60º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECECD4 is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 236 | 212 | - |
CMYK | 0 | 0 | 0.10 | 0.07 |
HSL | 60º | 0.39% | 0.88% | - |
HSV(B) | 60º | 0.1% | 0.93% | - |
XYZ | 76.47 | 82.58 | 74.2 | - |
YUV | 233.26 | 116 | 129.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 236 | 212 | 0 | 0 | 0.10 | 0.07 | 60 | 0.39 | 0.88 |
Hex | EC | EC | D4 | 0 | 0 | A | 7 | 3C | 27 | 58 |
Octal | 354 | 354 | 324 | 0 | 0 | 12 | 7 | 74 | 47 | 130 |
Binary | 11101100 | 11101100 | 11010100 | 0 | 0 | 1010 | 111 | 111100 | 100111 | 1011000 |
Color Harmonies of #ECECD4
Complementary color
Monochromatic Colors of #ECECD4
Black with #ECECD4
Text Example
Text Example
White with #ECECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECECD4; }
p { color: rgb(236,236,212); }
H1.HeaderClassName
{
color: #ECECD4;
}
.AnyTagClassName
{
color: #ECECD4;
}
</style>
background-color css
<style>
a { background-color: #ECECD4; }
a { background-color: rgb(236,236,212); }
div.DivClassName
{
background-color: #ECECD4;
}
.BgClassName
{
background-color: #ECECD4;
}
</style>
border-color css
<style>
span { border-color: #ECECD4; }
span { border-color: rgb(236,236,212); }
td.TdClassName
{
border-color: #ECECD4;
}
.TagClassName
{
border-color: #ECECD4;
}
</style>