Shades of Sugar Cane #EBEBDB
Tints of Sugar Cane #EBEBDB
RGB
CMYK
RGB Variations
Color information
#EBEBDB (or 0xEBEBDB) is known color: Sugar Cane. HEX triplet: EB, EB and DB. RGB value is (235,235,219). Sum of RGB (Red+Green+Blue) = 235+235+219=689 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.11% from 689); Green value is 235 (92.19% from 255 or 34.11% from 689); Blue value is 219 (85.94% from 255 or 31.79% from 689); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEBDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEBDB is #141424. Grayscale: #E9E9E9. Windows color (decimal): -1315877 or 14412779. OLE color: 14412779.
HSL color Cylindrical-coordinate representation of color #EBEBDB: hue angle of 60º degrees, saturation: 0.29, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBEBDB is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 235 | 219 | - |
CMYK | 0 | 0 | 0.07 | 0.08 |
HSL | 60º | 0.29% | 0.89% | - |
HSV(B) | 60º | 0.07% | 0.92% | - |
XYZ | 76.76 | 82.19 | 78.84 | - |
YUV | 233.18 | 120 | 129.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 235 | 219 | 0 | 0 | 0.07 | 0.08 | 60 | 0.29 | 0.89 |
Hex | EB | EB | DB | 0 | 0 | 7 | 8 | 3C | 1D | 59 |
Octal | 353 | 353 | 333 | 0 | 0 | 7 | 10 | 74 | 35 | 131 |
Binary | 11101011 | 11101011 | 11011011 | 0 | 0 | 111 | 1000 | 111100 | 11101 | 1011001 |
Color Harmonies of #EBEBDB
Complementary color
Monochromatic Colors of #EBEBDB
Black with #EBEBDB
Text Example
Text Example
White with #EBEBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEBDB; }
p { color: rgb(235,235,219); }
H1.HeaderClassName
{
color: #EBEBDB;
}
.AnyTagClassName
{
color: #EBEBDB;
}
</style>
background-color css
<style>
a { background-color: #EBEBDB; }
a { background-color: rgb(235,235,219); }
div.DivClassName
{
background-color: #EBEBDB;
}
.BgClassName
{
background-color: #EBEBDB;
}
</style>
border-color css
<style>
span { border-color: #EBEBDB; }
span { border-color: rgb(235,235,219); }
td.TdClassName
{
border-color: #EBEBDB;
}
.TagClassName
{
border-color: #EBEBDB;
}
</style>