Shades of Sugar Cane #ECEED8
Tints of Sugar Cane #ECEED8
RGB
CMYK
RGB Variations
Color information
#ECEED8 (or 0xECEED8) is known color: Sugar Cane. HEX triplet: EC, EE and D8. RGB value is (236,238,216). Sum of RGB (Red+Green+Blue) = 236+238+216=690 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.20% from 690); Green value is 238 (93.36% from 255 or 34.49% from 690); Blue value is 216 (84.77% from 255 or 31.30% from 690); Max value from RGB is 238 - color contains mainly: green. Hex color #ECEED8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEED8 is #131127. Grayscale: #EAEAEA. Windows color (decimal): -1249576 or 14216940. OLE color: 14216940.
HSL color Cylindrical-coordinate representation of color #ECEED8: hue angle of 65.45º degrees, saturation: 0.39, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECEED8 is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 238 | 216 | - |
CMYK | 0.01 | 0 | 0.09 | 0.07 |
HSL | 65.45º | 0.39% | 0.89% | - |
HSV(B) | 65.45º | 0.09% | 0.93% | - |
XYZ | 77.56 | 83.94 | 77.08 | - |
YUV | 234.89 | 117.34 | 128.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 238 | 216 | 0.01 | 0 | 0.09 | 0.07 | 65.45 | 0.39 | 0.89 |
Hex | EC | EE | D8 | 1 | 0 | 9 | 7 | 41 | 27 | 59 |
Octal | 354 | 356 | 330 | 1 | 0 | 11 | 7 | 101 | 47 | 131 |
Binary | 11101100 | 11101110 | 11011000 | 1 | 0 | 1001 | 111 | 1000001 | 100111 | 1011001 |
Color Harmonies of #ECEED8
Complementary color
Monochromatic Colors of #ECEED8
Black with #ECEED8
Text Example
Text Example
White with #ECEED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEED8; }
p { color: rgb(236,238,216); }
H1.HeaderClassName
{
color: #ECEED8;
}
.AnyTagClassName
{
color: #ECEED8;
}
</style>
background-color css
<style>
a { background-color: #ECEED8; }
a { background-color: rgb(236,238,216); }
div.DivClassName
{
background-color: #ECEED8;
}
.BgClassName
{
background-color: #ECEED8;
}
</style>
border-color css
<style>
span { border-color: #ECEED8; }
span { border-color: rgb(236,238,216); }
td.TdClassName
{
border-color: #ECEED8;
}
.TagClassName
{
border-color: #ECEED8;
}
</style>