Shades of Sugar Cane #EBEBE2
Tints of Sugar Cane #EBEBE2
RGB
CMYK
RGB Variations
Color information
#EBEBE2 (or 0xEBEBE2) is known color: Sugar Cane. HEX triplet: EB, EB and E2. RGB value is (235,235,226). Sum of RGB (Red+Green+Blue) = 235+235+226=696 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.76% from 696); Green value is 235 (92.19% from 255 or 33.76% from 696); Blue value is 226 (88.67% from 255 or 32.47% from 696); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEBE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEBE2 is #14141D. Grayscale: #EAEAEA. Windows color (decimal): -1315870 or 14871531. OLE color: 14871531.
HSL color Cylindrical-coordinate representation of color #EBEBE2: hue angle of 60º degrees, saturation: 0.18, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EBEBE2 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 235 | 226 | - |
CMYK | 0 | 0 | 0.04 | 0.08 |
HSL | 60º | 0.18% | 0.9% | - |
HSV(B) | 60º | 0.04% | 0.92% | - |
XYZ | 77.7 | 82.57 | 83.79 | - |
YUV | 233.97 | 123.5 | 128.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 235 | 226 | 0 | 0 | 0.04 | 0.08 | 60 | 0.18 | 0.9 |
Hex | EB | EB | E2 | 0 | 0 | 4 | 8 | 3C | 12 | 5A |
Octal | 353 | 353 | 342 | 0 | 0 | 4 | 10 | 74 | 22 | 132 |
Binary | 11101011 | 11101011 | 11100010 | 0 | 0 | 100 | 1000 | 111100 | 10010 | 1011010 |
Color Harmonies of #EBEBE2
Complementary color
Monochromatic Colors of #EBEBE2
Black with #EBEBE2
Text Example
Text Example
White with #EBEBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEBE2; }
p { color: rgb(235,235,226); }
H1.HeaderClassName
{
color: #EBEBE2;
}
.AnyTagClassName
{
color: #EBEBE2;
}
</style>
background-color css
<style>
a { background-color: #EBEBE2; }
a { background-color: rgb(235,235,226); }
div.DivClassName
{
background-color: #EBEBE2;
}
.BgClassName
{
background-color: #EBEBE2;
}
</style>
border-color css
<style>
span { border-color: #EBEBE2; }
span { border-color: rgb(235,235,226); }
td.TdClassName
{
border-color: #EBEBE2;
}
.TagClassName
{
border-color: #EBEBE2;
}
</style>