Shades of Sugar Cane #ECECDA
Tints of Sugar Cane #ECECDA
RGB
CMYK
RGB Variations
Color information
#ECECDA (or 0xECECDA) is known color: Sugar Cane. HEX triplet: EC, EC and DA. RGB value is (236,236,218). Sum of RGB (Red+Green+Blue) = 236+236+218=690 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.20% from 690); Green value is 236 (92.58% from 255 or 34.20% from 690); Blue value is 218 (85.55% from 255 or 31.59% from 690); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECECDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECECDA is #131325. Grayscale: #EAEAEA. Windows color (decimal): -1250086 or 14347500. OLE color: 14347500.
HSL color Cylindrical-coordinate representation of color #ECECDA: hue angle of 60º degrees, saturation: 0.32, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECECDA is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 236 | 218 | - |
CMYK | 0 | 0 | 0.08 | 0.07 |
HSL | 60º | 0.32% | 0.89% | - |
HSV(B) | 60º | 0.08% | 0.93% | - |
XYZ | 77.24 | 82.89 | 78.26 | - |
YUV | 233.95 | 119 | 129.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 236 | 218 | 0 | 0 | 0.08 | 0.07 | 60 | 0.32 | 0.89 |
Hex | EC | EC | DA | 0 | 0 | 8 | 7 | 3C | 20 | 59 |
Octal | 354 | 354 | 332 | 0 | 0 | 10 | 7 | 74 | 40 | 131 |
Binary | 11101100 | 11101100 | 11011010 | 0 | 0 | 1000 | 111 | 111100 | 100000 | 1011001 |
Color Harmonies of #ECECDA
Complementary color
Monochromatic Colors of #ECECDA
Black with #ECECDA
Text Example
Text Example
White with #ECECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECECDA; }
p { color: rgb(236,236,218); }
H1.HeaderClassName
{
color: #ECECDA;
}
.AnyTagClassName
{
color: #ECECDA;
}
</style>
background-color css
<style>
a { background-color: #ECECDA; }
a { background-color: rgb(236,236,218); }
div.DivClassName
{
background-color: #ECECDA;
}
.BgClassName
{
background-color: #ECECDA;
}
</style>
border-color css
<style>
span { border-color: #ECECDA; }
span { border-color: rgb(236,236,218); }
td.TdClassName
{
border-color: #ECECDA;
}
.TagClassName
{
border-color: #ECECDA;
}
</style>