Shades of Sugar Cane #EBECDD
Tints of Sugar Cane #EBECDD
RGB
CMYK
RGB Variations
Color information
#EBECDD (or 0xEBECDD) is known color: Sugar Cane. HEX triplet: EB, EC and DD. RGB value is (235,236,221). Sum of RGB (Red+Green+Blue) = 235+236+221=692 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.96% from 692); Green value is 236 (92.58% from 255 or 34.10% from 692); Blue value is 221 (86.72% from 255 or 31.94% from 692); Max value from RGB is 236 - color contains mainly: green. Hex color #EBECDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBECDD is #141322. Grayscale: #EAEAEA. Windows color (decimal): -1315619 or 14544107. OLE color: 14544107.
HSL color Cylindrical-coordinate representation of color #EBECDD: hue angle of 64º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EBECDD is Cyan = 0.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 236 | 221 | - |
| CMYK | 0.00 | 0 | 0.06 | 0.07 |
| HSL | 64º | 0.28% | 0.9% | - |
| HSV(B) | 64º | 0.06% | 0.93% | - |
| XYZ | 77.31 | 82.87 | 80.33 | - |
| YUV | 233.99 | 120.67 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 236 | 221 | 0.00 | 0 | 0.06 | 0.07 | 64 | 0.28 | 0.9 |
| Hex | EB | EC | DD | 0 | 0 | 6 | 7 | 40 | 1C | 5A |
| Octal | 353 | 354 | 335 | 0 | 0 | 6 | 7 | 100 | 34 | 132 |
| Binary | 11101011 | 11101100 | 11011101 | 0 | 0 | 110 | 111 | 1000000 | 11100 | 1011010 |
Color Harmonies of #EBECDD
Complementary color
Monochromatic Colors of #EBECDD
Black with #EBECDD
Text Example
Text Example
White with #EBECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBECDD; }
p { color: rgb(235,236,221); }
H1.HeaderClassName
{
color: #EBECDD;
}
.AnyTagClassName
{
color: #EBECDD;
}
</style>
background-color css
<style>
a { background-color: #EBECDD; }
a { background-color: rgb(235,236,221); }
div.DivClassName
{
background-color: #EBECDD;
}
.BgClassName
{
background-color: #EBECDD;
}
</style>
border-color css
<style>
span { border-color: #EBECDD; }
span { border-color: rgb(235,236,221); }
td.TdClassName
{
border-color: #EBECDD;
}
.TagClassName
{
border-color: #EBECDD;
}
</style>