Shades of Sugar Cane #EBEBD4
Tints of Sugar Cane #EBEBD4
RGB
CMYK
RGB Variations
Color information
#EBEBD4 (or 0xEBEBD4) is known color: Sugar Cane. HEX triplet: EB, EB and D4. RGB value is (235,235,212). Sum of RGB (Red+Green+Blue) = 235+235+212=682 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.46% from 682); Green value is 235 (92.19% from 255 or 34.46% from 682); Blue value is 212 (83.20% from 255 or 31.09% from 682); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEBD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEBD4 is #14142B. Grayscale: #E8E8E8. Windows color (decimal): -1315884 or 13954027. OLE color: 13954027.
HSL color Cylindrical-coordinate representation of color #EBEBD4: hue angle of 60º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EBEBD4 is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 235 | 212 | - |
| CMYK | 0 | 0 | 0.10 | 0.08 |
| HSL | 60º | 0.37% | 0.88% | - |
| HSV(B) | 60º | 0.1% | 0.92% | - |
| XYZ | 75.85 | 81.83 | 74.08 | - |
| YUV | 232.38 | 116.5 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 235 | 212 | 0 | 0 | 0.10 | 0.08 | 60 | 0.37 | 0.88 |
| Hex | EB | EB | D4 | 0 | 0 | A | 8 | 3C | 25 | 58 |
| Octal | 353 | 353 | 324 | 0 | 0 | 12 | 10 | 74 | 45 | 130 |
| Binary | 11101011 | 11101011 | 11010100 | 0 | 0 | 1010 | 1000 | 111100 | 100101 | 1011000 |
Color Harmonies of #EBEBD4
Complementary color
Monochromatic Colors of #EBEBD4
Black with #EBEBD4
Text Example
Text Example
White with #EBEBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEBD4; }
p { color: rgb(235,235,212); }
H1.HeaderClassName
{
color: #EBEBD4;
}
.AnyTagClassName
{
color: #EBEBD4;
}
</style>
background-color css
<style>
a { background-color: #EBEBD4; }
a { background-color: rgb(235,235,212); }
div.DivClassName
{
background-color: #EBEBD4;
}
.BgClassName
{
background-color: #EBEBD4;
}
</style>
border-color css
<style>
span { border-color: #EBEBD4; }
span { border-color: rgb(235,235,212); }
td.TdClassName
{
border-color: #EBEBD4;
}
.TagClassName
{
border-color: #EBEBD4;
}
</style>