Shades of Sugar Cane #ECECEA
Tints of Sugar Cane #ECECEA
RGB
CMYK
RGB Variations
Color information
#ECECEA (or 0xECECEA) is known color: Sugar Cane. HEX triplet: EC, EC and EA. RGB value is (236,236,234). Sum of RGB (Red+Green+Blue) = 236+236+234=706 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.43% from 706); Green value is 236 (92.58% from 255 or 33.43% from 706); Blue value is 234 (91.80% from 255 or 33.14% from 706); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECECEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECECEA is #131315. Grayscale: #EBEBEB. Windows color (decimal): -1250070 or 15396076. OLE color: 15396076.
HSL color Cylindrical-coordinate representation of color #ECECEA: hue angle of 60º degrees, saturation: 0.05, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #ECECEA is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 236 | 234 | - |
CMYK | 0 | 0 | 0.01 | 0.07 |
HSL | 60º | 0.05% | 0.92% | - |
HSV(B) | 60º | 0.01% | 0.93% | - |
XYZ | 79.44 | 83.76 | 89.82 | - |
YUV | 235.77 | 127 | 128.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 236 | 234 | 0 | 0 | 0.01 | 0.07 | 60 | 0.05 | 0.92 |
Hex | EC | EC | EA | 0 | 0 | 1 | 7 | 3C | 5 | 5C |
Octal | 354 | 354 | 352 | 0 | 0 | 1 | 7 | 74 | 5 | 134 |
Binary | 11101100 | 11101100 | 11101010 | 0 | 0 | 1 | 111 | 111100 | 101 | 1011100 |
Color Harmonies of #ECECEA
Complementary color
Monochromatic Colors of #ECECEA
Black with #ECECEA
Text Example
Text Example
White with #ECECEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECECEA; }
p { color: rgb(236,236,234); }
H1.HeaderClassName
{
color: #ECECEA;
}
.AnyTagClassName
{
color: #ECECEA;
}
</style>
background-color css
<style>
a { background-color: #ECECEA; }
a { background-color: rgb(236,236,234); }
div.DivClassName
{
background-color: #ECECEA;
}
.BgClassName
{
background-color: #ECECEA;
}
</style>
border-color css
<style>
span { border-color: #ECECEA; }
span { border-color: rgb(236,236,234); }
td.TdClassName
{
border-color: #ECECEA;
}
.TagClassName
{
border-color: #ECECEA;
}
</style>