Shades of Sugar Cane #EBECD6
Tints of Sugar Cane #EBECD6
RGB
CMYK
RGB Variations
Color information
#EBECD6 (or 0xEBECD6) is known color: Sugar Cane. HEX triplet: EB, EC and D6. RGB value is (235,236,214). Sum of RGB (Red+Green+Blue) = 235+236+214=685 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.31% from 685); Green value is 236 (92.58% from 255 or 34.45% from 685); Blue value is 214 (83.98% from 255 or 31.24% from 685); Max value from RGB is 236 - color contains mainly: green. Hex color #EBECD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBECD6 is #141329. Grayscale: #E9E9E9. Windows color (decimal): -1315626 or 14085355. OLE color: 14085355.
HSL color Cylindrical-coordinate representation of color #EBECD6: hue angle of 62.73º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EBECD6 is Cyan = 0.00, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 236 | 214 | - |
| CMYK | 0.00 | 0 | 0.09 | 0.07 |
| HSL | 62.73º | 0.37% | 0.88% | - |
| HSV(B) | 62.73º | 0.09% | 0.93% | - |
| XYZ | 76.39 | 82.51 | 75.52 | - |
| YUV | 233.19 | 117.17 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 236 | 214 | 0.00 | 0 | 0.09 | 0.07 | 62.73 | 0.37 | 0.88 |
| Hex | EB | EC | D6 | 0 | 0 | 9 | 7 | 3F | 25 | 58 |
| Octal | 353 | 354 | 326 | 0 | 0 | 11 | 7 | 77 | 45 | 130 |
| Binary | 11101011 | 11101100 | 11010110 | 0 | 0 | 1001 | 111 | 111111 | 100101 | 1011000 |
Color Harmonies of #EBECD6
Complementary color
Monochromatic Colors of #EBECD6
Black with #EBECD6
Text Example
Text Example
White with #EBECD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBECD6; }
p { color: rgb(235,236,214); }
H1.HeaderClassName
{
color: #EBECD6;
}
.AnyTagClassName
{
color: #EBECD6;
}
</style>
background-color css
<style>
a { background-color: #EBECD6; }
a { background-color: rgb(235,236,214); }
div.DivClassName
{
background-color: #EBECD6;
}
.BgClassName
{
background-color: #EBECD6;
}
</style>
border-color css
<style>
span { border-color: #EBECD6; }
span { border-color: rgb(235,236,214); }
td.TdClassName
{
border-color: #EBECD6;
}
.TagClassName
{
border-color: #EBECD6;
}
</style>