Shades of Sugar Cane #ECEEDA
Tints of Sugar Cane #ECEEDA
RGB
CMYK
RGB Variations
Color information
#ECEEDA (or 0xECEEDA) is known color: Sugar Cane. HEX triplet: EC, EE and DA. RGB value is (236,238,218). Sum of RGB (Red+Green+Blue) = 236+238+218=692 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.10% from 692); Green value is 238 (93.36% from 255 or 34.39% from 692); Blue value is 218 (85.55% from 255 or 31.50% from 692); Max value from RGB is 238 - color contains mainly: green. Hex color #ECEEDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEEDA is #131125. Grayscale: #EBEBEB. Windows color (decimal): -1249574 or 14348012. OLE color: 14348012.
HSL color Cylindrical-coordinate representation of color #ECEEDA: hue angle of 66º degrees, saturation: 0.37, 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 #ECEEDA is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 238 | 218 | - |
CMYK | 0.01 | 0 | 0.08 | 0.07 |
HSL | 66º | 0.37% | 0.89% | - |
HSV(B) | 66º | 0.08% | 0.93% | - |
XYZ | 77.82 | 84.04 | 78.45 | - |
YUV | 235.12 | 118.34 | 128.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 238 | 218 | 0.01 | 0 | 0.08 | 0.07 | 66 | 0.37 | 0.89 |
Hex | EC | EE | DA | 1 | 0 | 8 | 7 | 42 | 25 | 59 |
Octal | 354 | 356 | 332 | 1 | 0 | 10 | 7 | 102 | 45 | 131 |
Binary | 11101100 | 11101110 | 11011010 | 1 | 0 | 1000 | 111 | 1000010 | 100101 | 1011001 |
Color Harmonies of #ECEEDA
Complementary color
Monochromatic Colors of #ECEEDA
Black with #ECEEDA
Text Example
Text Example
White with #ECEEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEEDA; }
p { color: rgb(236,238,218); }
H1.HeaderClassName
{
color: #ECEEDA;
}
.AnyTagClassName
{
color: #ECEEDA;
}
</style>
background-color css
<style>
a { background-color: #ECEEDA; }
a { background-color: rgb(236,238,218); }
div.DivClassName
{
background-color: #ECEEDA;
}
.BgClassName
{
background-color: #ECEEDA;
}
</style>
border-color css
<style>
span { border-color: #ECEEDA; }
span { border-color: rgb(236,238,218); }
td.TdClassName
{
border-color: #ECEEDA;
}
.TagClassName
{
border-color: #ECEEDA;
}
</style>