Shades of Sugar Cane #EBEBE9
Tints of Sugar Cane #EBEBE9
RGB
CMYK
RGB Variations
Color information
#EBEBE9 (or 0xEBEBE9) is known color: Sugar Cane. HEX triplet: EB, EB and E9. RGB value is (235,235,233). Sum of RGB (Red+Green+Blue) = 235+235+233=703 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.43% from 703); Green value is 235 (92.19% from 255 or 33.43% from 703); Blue value is 233 (91.41% from 255 or 33.14% from 703); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEBE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEBE9 is #141416. Grayscale: #EAEAEA. Windows color (decimal): -1315863 or 15330283. OLE color: 15330283.
HSL color Cylindrical-coordinate representation of color #EBEBE9: hue angle of 60º degrees, saturation: 0.05, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EBEBE9 is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 235 | 233 | - |
CMYK | 0 | 0 | 0.01 | 0.08 |
HSL | 60º | 0.05% | 0.92% | - |
HSV(B) | 60º | 0.01% | 0.92% | - |
XYZ | 78.68 | 82.96 | 88.96 | - |
YUV | 234.77 | 127 | 128.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 235 | 233 | 0 | 0 | 0.01 | 0.08 | 60 | 0.05 | 0.92 |
Hex | EB | EB | E9 | 0 | 0 | 1 | 8 | 3C | 5 | 5C |
Octal | 353 | 353 | 351 | 0 | 0 | 1 | 10 | 74 | 5 | 134 |
Binary | 11101011 | 11101011 | 11101001 | 0 | 0 | 1 | 1000 | 111100 | 101 | 1011100 |
Color Harmonies of #EBEBE9
Complementary color
Monochromatic Colors of #EBEBE9
Black with #EBEBE9
Text Example
Text Example
White with #EBEBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEBE9; }
p { color: rgb(235,235,233); }
H1.HeaderClassName
{
color: #EBEBE9;
}
.AnyTagClassName
{
color: #EBEBE9;
}
</style>
background-color css
<style>
a { background-color: #EBEBE9; }
a { background-color: rgb(235,235,233); }
div.DivClassName
{
background-color: #EBEBE9;
}
.BgClassName
{
background-color: #EBEBE9;
}
</style>
border-color css
<style>
span { border-color: #EBEBE9; }
span { border-color: rgb(235,235,233); }
td.TdClassName
{
border-color: #EBEBE9;
}
.TagClassName
{
border-color: #EBEBE9;
}
</style>