Shades of Sugar Cane #EBEBE3
Tints of Sugar Cane #EBEBE3
RGB
CMYK
RGB Variations
Color information
#EBEBE3 (or 0xEBEBE3) is known color: Sugar Cane. HEX triplet: EB, EB and E3. RGB value is (235,235,227). Sum of RGB (Red+Green+Blue) = 235+235+227=697 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.72% from 697); Green value is 235 (92.19% from 255 or 33.72% from 697); Blue value is 227 (89.06% from 255 or 32.57% from 697); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEBE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEBE3 is #14141C. Grayscale: #EAEAEA. Windows color (decimal): -1315869 or 14937067. OLE color: 14937067.
HSL color Cylindrical-coordinate representation of color #EBEBE3: hue angle of 60º degrees, saturation: 0.17, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EBEBE3 is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 235 | 227 | - |
CMYK | 0 | 0 | 0.03 | 0.08 |
HSL | 60º | 0.17% | 0.91% | - |
HSV(B) | 60º | 0.03% | 0.92% | - |
XYZ | 77.83 | 82.62 | 84.52 | - |
YUV | 234.09 | 124 | 128.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 235 | 227 | 0 | 0 | 0.03 | 0.08 | 60 | 0.17 | 0.91 |
Hex | EB | EB | E3 | 0 | 0 | 3 | 8 | 3C | 11 | 5B |
Octal | 353 | 353 | 343 | 0 | 0 | 3 | 10 | 74 | 21 | 133 |
Binary | 11101011 | 11101011 | 11100011 | 0 | 0 | 11 | 1000 | 111100 | 10001 | 1011011 |
Color Harmonies of #EBEBE3
Complementary color
Monochromatic Colors of #EBEBE3
Black with #EBEBE3
Text Example
Text Example
White with #EBEBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEBE3; }
p { color: rgb(235,235,227); }
H1.HeaderClassName
{
color: #EBEBE3;
}
.AnyTagClassName
{
color: #EBEBE3;
}
</style>
background-color css
<style>
a { background-color: #EBEBE3; }
a { background-color: rgb(235,235,227); }
div.DivClassName
{
background-color: #EBEBE3;
}
.BgClassName
{
background-color: #EBEBE3;
}
</style>
border-color css
<style>
span { border-color: #EBEBE3; }
span { border-color: rgb(235,235,227); }
td.TdClassName
{
border-color: #EBEBE3;
}
.TagClassName
{
border-color: #EBEBE3;
}
</style>