Shades of Sugar Cane #ECECD5
Tints of Sugar Cane #ECECD5
RGB
CMYK
RGB Variations
Color information
#ECECD5 (or 0xECECD5) is known color: Sugar Cane. HEX triplet: EC, EC and D5. RGB value is (236,236,213). Sum of RGB (Red+Green+Blue) = 236+236+213=685 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.45% from 685); Green value is 236 (92.58% from 255 or 34.45% from 685); Blue value is 213 (83.59% from 255 or 31.09% from 685); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECECD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECECD5 is #13132A. Grayscale: #E9E9E9. Windows color (decimal): -1250091 or 14019820. OLE color: 14019820.
HSL color Cylindrical-coordinate representation of color #ECECD5: hue angle of 60º degrees, saturation: 0.38, 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 #ECECD5 is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 236 | 213 | - |
CMYK | 0 | 0 | 0.10 | 0.07 |
HSL | 60º | 0.38% | 0.88% | - |
HSV(B) | 60º | 0.1% | 0.93% | - |
XYZ | 76.6 | 82.63 | 74.86 | - |
YUV | 233.38 | 116.5 | 129.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 236 | 213 | 0 | 0 | 0.10 | 0.07 | 60 | 0.38 | 0.88 |
Hex | EC | EC | D5 | 0 | 0 | A | 7 | 3C | 26 | 58 |
Octal | 354 | 354 | 325 | 0 | 0 | 12 | 7 | 74 | 46 | 130 |
Binary | 11101100 | 11101100 | 11010101 | 0 | 0 | 1010 | 111 | 111100 | 100110 | 1011000 |
Color Harmonies of #ECECD5
Complementary color
Monochromatic Colors of #ECECD5
Black with #ECECD5
Text Example
Text Example
White with #ECECD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECECD5; }
p { color: rgb(236,236,213); }
H1.HeaderClassName
{
color: #ECECD5;
}
.AnyTagClassName
{
color: #ECECD5;
}
</style>
background-color css
<style>
a { background-color: #ECECD5; }
a { background-color: rgb(236,236,213); }
div.DivClassName
{
background-color: #ECECD5;
}
.BgClassName
{
background-color: #ECECD5;
}
</style>
border-color css
<style>
span { border-color: #ECECD5; }
span { border-color: rgb(236,236,213); }
td.TdClassName
{
border-color: #ECECD5;
}
.TagClassName
{
border-color: #ECECD5;
}
</style>