Shades of Sugar Cane #EBECD8
Tints of Sugar Cane #EBECD8
RGB
CMYK
RGB Variations
Color information
#EBECD8 (or 0xEBECD8) is known color: Sugar Cane. HEX triplet: EB, EC and D8. RGB value is (235,236,216). Sum of RGB (Red+Green+Blue) = 235+236+216=687 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.21% from 687); Green value is 236 (92.58% from 255 or 34.35% from 687); Blue value is 216 (84.77% from 255 or 31.44% from 687); Max value from RGB is 236 - color contains mainly: green. Hex color #EBECD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBECD8 is #141327. Grayscale: #E9E9E9. Windows color (decimal): -1315624 or 14216427. OLE color: 14216427.
HSL color Cylindrical-coordinate representation of color #EBECD8: hue angle of 63º degrees, saturation: 0.34, 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 #EBECD8 is Cyan = 0.00, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 236 | 216 | - |
| CMYK | 0.00 | 0 | 0.08 | 0.07 |
| HSL | 63º | 0.34% | 0.89% | - |
| HSV(B) | 63º | 0.08% | 0.93% | - |
| XYZ | 76.65 | 82.61 | 76.87 | - |
| YUV | 233.42 | 118.17 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 236 | 216 | 0.00 | 0 | 0.08 | 0.07 | 63 | 0.34 | 0.89 |
| Hex | EB | EC | D8 | 0 | 0 | 8 | 7 | 3F | 22 | 59 |
| Octal | 353 | 354 | 330 | 0 | 0 | 10 | 7 | 77 | 42 | 131 |
| Binary | 11101011 | 11101100 | 11011000 | 0 | 0 | 1000 | 111 | 111111 | 100010 | 1011001 |
Color Harmonies of #EBECD8
Complementary color
Monochromatic Colors of #EBECD8
Black with #EBECD8
Text Example
Text Example
White with #EBECD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBECD8; }
p { color: rgb(235,236,216); }
H1.HeaderClassName
{
color: #EBECD8;
}
.AnyTagClassName
{
color: #EBECD8;
}
</style>
background-color css
<style>
a { background-color: #EBECD8; }
a { background-color: rgb(235,236,216); }
div.DivClassName
{
background-color: #EBECD8;
}
.BgClassName
{
background-color: #EBECD8;
}
</style>
border-color css
<style>
span { border-color: #EBECD8; }
span { border-color: rgb(235,236,216); }
td.TdClassName
{
border-color: #EBECD8;
}
.TagClassName
{
border-color: #EBECD8;
}
</style>