Shades of Sugar Cane #ECEDDA
Tints of Sugar Cane #ECEDDA
RGB
CMYK
RGB Variations
Color information
#ECEDDA (or 0xECEDDA) is known color: Sugar Cane. HEX triplet: EC, ED and DA. RGB value is (236,237,218). Sum of RGB (Red+Green+Blue) = 236+237+218=691 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.15% from 691); Green value is 237 (92.97% from 255 or 34.30% from 691); Blue value is 218 (85.55% from 255 or 31.55% from 691); Max value from RGB is 237 - color contains mainly: green. Hex color #ECEDDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEDDA is #131225. Grayscale: #EAEAEA. Windows color (decimal): -1249830 or 14347756. OLE color: 14347756.
HSL color Cylindrical-coordinate representation of color #ECEDDA: hue angle of 63.16º degrees, saturation: 0.35, 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 #ECEDDA is Cyan = 0.00, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 237 | 218 | - |
| CMYK | 0.00 | 0 | 0.08 | 0.07 |
| HSL | 63.16º | 0.35% | 0.89% | - |
| HSV(B) | 63.16º | 0.08% | 0.93% | - |
| XYZ | 77.53 | 83.46 | 78.35 | - |
| YUV | 234.54 | 118.67 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 218 | 0.00 | 0 | 0.08 | 0.07 | 63.16 | 0.35 | 0.89 |
| Hex | EC | ED | DA | 0 | 0 | 8 | 7 | 3F | 23 | 59 |
| Octal | 354 | 355 | 332 | 0 | 0 | 10 | 7 | 77 | 43 | 131 |
| Binary | 11101100 | 11101101 | 11011010 | 0 | 0 | 1000 | 111 | 111111 | 100011 | 1011001 |
Color Harmonies of #ECEDDA
Complementary color
Monochromatic Colors of #ECEDDA
Black with #ECEDDA
Text Example
Text Example
White with #ECEDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEDDA; }
p { color: rgb(236,237,218); }
H1.HeaderClassName
{
color: #ECEDDA;
}
.AnyTagClassName
{
color: #ECEDDA;
}
</style>
background-color css
<style>
a { background-color: #ECEDDA; }
a { background-color: rgb(236,237,218); }
div.DivClassName
{
background-color: #ECEDDA;
}
.BgClassName
{
background-color: #ECEDDA;
}
</style>
border-color css
<style>
span { border-color: #ECEDDA; }
span { border-color: rgb(236,237,218); }
td.TdClassName
{
border-color: #ECEDDA;
}
.TagClassName
{
border-color: #ECEDDA;
}
</style>