Shades of Sugar Cane #ECEDD6
Tints of Sugar Cane #ECEDD6
RGB
CMYK
RGB Variations
Color information
#ECEDD6 (or 0xECEDD6) is known color: Sugar Cane. HEX triplet: EC, ED and D6. RGB value is (236,237,214). Sum of RGB (Red+Green+Blue) = 236+237+214=687 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.35% from 687); Green value is 237 (92.97% from 255 or 34.50% from 687); Blue value is 214 (83.98% from 255 or 31.15% from 687); Max value from RGB is 237 - color contains mainly: green. Hex color #ECEDD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEDD6 is #131229. Grayscale: #EAEAEA. Windows color (decimal): -1249834 or 14085612. OLE color: 14085612.
HSL color Cylindrical-coordinate representation of color #ECEDD6: hue angle of 62.61º 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 #ECEDD6 is Cyan = 0.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 237 | 214 | - |
CMYK | 0.00 | 0 | 0.10 | 0.07 |
HSL | 62.61º | 0.39% | 0.88% | - |
HSV(B) | 62.61º | 0.1% | 0.93% | - |
XYZ | 77.01 | 83.26 | 75.63 | - |
YUV | 234.08 | 116.67 | 129.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 237 | 214 | 0.00 | 0 | 0.10 | 0.07 | 62.61 | 0.39 | 0.88 |
Hex | EC | ED | D6 | 0 | 0 | A | 7 | 3F | 27 | 58 |
Octal | 354 | 355 | 326 | 0 | 0 | 12 | 7 | 77 | 47 | 130 |
Binary | 11101100 | 11101101 | 11010110 | 0 | 0 | 1010 | 111 | 111111 | 100111 | 1011000 |
Color Harmonies of #ECEDD6
Complementary color
Monochromatic Colors of #ECEDD6
Black with #ECEDD6
Text Example
Text Example
White with #ECEDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEDD6; }
p { color: rgb(236,237,214); }
H1.HeaderClassName
{
color: #ECEDD6;
}
.AnyTagClassName
{
color: #ECEDD6;
}
</style>
background-color css
<style>
a { background-color: #ECEDD6; }
a { background-color: rgb(236,237,214); }
div.DivClassName
{
background-color: #ECEDD6;
}
.BgClassName
{
background-color: #ECEDD6;
}
</style>
border-color css
<style>
span { border-color: #ECEDD6; }
span { border-color: rgb(236,237,214); }
td.TdClassName
{
border-color: #ECEDD6;
}
.TagClassName
{
border-color: #ECEDD6;
}
</style>