Shades of Sugar Cane #EBECD4
Tints of Sugar Cane #EBECD4
RGB
CMYK
RGB Variations
Color information
#EBECD4 (or 0xEBECD4) is known color: Sugar Cane. HEX triplet: EB, EC and D4. RGB value is (235,236,212). Sum of RGB (Red+Green+Blue) = 235+236+212=683 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.41% from 683); Green value is 236 (92.58% from 255 or 34.55% from 683); Blue value is 212 (83.20% from 255 or 31.04% from 683); Max value from RGB is 236 - color contains mainly: green. Hex color #EBECD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBECD4 is #14132B. Grayscale: #E9E9E9. Windows color (decimal): -1315628 or 13954283. OLE color: 13954283.
HSL color Cylindrical-coordinate representation of color #EBECD4: hue angle of 62.5º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EBECD4 is Cyan = 0.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 236 | 212 | - |
| CMYK | 0.00 | 0 | 0.10 | 0.07 |
| HSL | 62.5º | 0.39% | 0.88% | - |
| HSV(B) | 62.5º | 0.1% | 0.93% | - |
| XYZ | 76.14 | 82.41 | 74.18 | - |
| YUV | 232.97 | 116.17 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 236 | 212 | 0.00 | 0 | 0.10 | 0.07 | 62.5 | 0.39 | 0.88 |
| Hex | EB | EC | D4 | 0 | 0 | A | 7 | 3F | 27 | 58 |
| Octal | 353 | 354 | 324 | 0 | 0 | 12 | 7 | 77 | 47 | 130 |
| Binary | 11101011 | 11101100 | 11010100 | 0 | 0 | 1010 | 111 | 111111 | 100111 | 1011000 |
Color Harmonies of #EBECD4
Complementary color
Monochromatic Colors of #EBECD4
Black with #EBECD4
Text Example
Text Example
White with #EBECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBECD4; }
p { color: rgb(235,236,212); }
H1.HeaderClassName
{
color: #EBECD4;
}
.AnyTagClassName
{
color: #EBECD4;
}
</style>
background-color css
<style>
a { background-color: #EBECD4; }
a { background-color: rgb(235,236,212); }
div.DivClassName
{
background-color: #EBECD4;
}
.BgClassName
{
background-color: #EBECD4;
}
</style>
border-color css
<style>
span { border-color: #EBECD4; }
span { border-color: rgb(235,236,212); }
td.TdClassName
{
border-color: #EBECD4;
}
.TagClassName
{
border-color: #EBECD4;
}
</style>