Shades of Sugar Cane #EBECD2
Tints of Sugar Cane #EBECD2
RGB
CMYK
RGB Variations
Color information
#EBECD2 (or 0xEBECD2) is known color: Sugar Cane. HEX triplet: EB, EC and D2. RGB value is (235,236,210). Sum of RGB (Red+Green+Blue) = 235+236+210=681 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.51% from 681); Green value is 236 (92.58% from 255 or 34.65% from 681); Blue value is 210 (82.42% from 255 or 30.84% from 681); Max value from RGB is 236 - color contains mainly: green. Hex color #EBECD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBECD2 is #14132D. Grayscale: #E8E8E8. Windows color (decimal): -1315630 or 13823211. OLE color: 13823211.
HSL color Cylindrical-coordinate representation of color #EBECD2: hue angle of 62.31º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EBECD2 is Cyan = 0.00, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 236 | 210 | - |
| CMYK | 0.00 | 0 | 0.11 | 0.07 |
| HSL | 62.31º | 0.41% | 0.87% | - |
| HSV(B) | 62.31º | 0.11% | 0.93% | - |
| XYZ | 75.89 | 82.31 | 72.86 | - |
| YUV | 232.74 | 115.17 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 236 | 210 | 0.00 | 0 | 0.11 | 0.07 | 62.31 | 0.41 | 0.87 |
| Hex | EB | EC | D2 | 0 | 0 | B | 7 | 3E | 29 | 57 |
| Octal | 353 | 354 | 322 | 0 | 0 | 13 | 7 | 76 | 51 | 127 |
| Binary | 11101011 | 11101100 | 11010010 | 0 | 0 | 1011 | 111 | 111110 | 101001 | 1010111 |
Color Harmonies of #EBECD2
Complementary color
Monochromatic Colors of #EBECD2
Black with #EBECD2
Text Example
Text Example
White with #EBECD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBECD2; }
p { color: rgb(235,236,210); }
H1.HeaderClassName
{
color: #EBECD2;
}
.AnyTagClassName
{
color: #EBECD2;
}
</style>
background-color css
<style>
a { background-color: #EBECD2; }
a { background-color: rgb(235,236,210); }
div.DivClassName
{
background-color: #EBECD2;
}
.BgClassName
{
background-color: #EBECD2;
}
</style>
border-color css
<style>
span { border-color: #EBECD2; }
span { border-color: rgb(235,236,210); }
td.TdClassName
{
border-color: #EBECD2;
}
.TagClassName
{
border-color: #EBECD2;
}
</style>