Shades of Sugar Cane #EBEBDA
Tints of Sugar Cane #EBEBDA
RGB
CMYK
RGB Variations
Color information
#EBEBDA (or 0xEBEBDA) is known color: Sugar Cane. HEX triplet: EB, EB and DA. RGB value is (235,235,218). Sum of RGB (Red+Green+Blue) = 235+235+218=688 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.16% from 688); Green value is 235 (92.19% from 255 or 34.16% from 688); Blue value is 218 (85.55% from 255 or 31.69% from 688); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEBDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEBDA is #141425. Grayscale: #E9E9E9. Windows color (decimal): -1315878 or 14347243. OLE color: 14347243.
HSL color Cylindrical-coordinate representation of color #EBEBDA: hue angle of 60º degrees, saturation: 0.3, 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 #EBEBDA is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 235 | 218 | - |
CMYK | 0 | 0 | 0.07 | 0.08 |
HSL | 60º | 0.3% | 0.89% | - |
HSV(B) | 60º | 0.07% | 0.92% | - |
XYZ | 76.62 | 82.14 | 78.15 | - |
YUV | 233.06 | 119.5 | 129.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 235 | 218 | 0 | 0 | 0.07 | 0.08 | 60 | 0.3 | 0.89 |
Hex | EB | EB | DA | 0 | 0 | 7 | 8 | 3C | 1E | 59 |
Octal | 353 | 353 | 332 | 0 | 0 | 7 | 10 | 74 | 36 | 131 |
Binary | 11101011 | 11101011 | 11011010 | 0 | 0 | 111 | 1000 | 111100 | 11110 | 1011001 |
Color Harmonies of #EBEBDA
Complementary color
Monochromatic Colors of #EBEBDA
Black with #EBEBDA
Text Example
Text Example
White with #EBEBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEBDA; }
p { color: rgb(235,235,218); }
H1.HeaderClassName
{
color: #EBEBDA;
}
.AnyTagClassName
{
color: #EBEBDA;
}
</style>
background-color css
<style>
a { background-color: #EBEBDA; }
a { background-color: rgb(235,235,218); }
div.DivClassName
{
background-color: #EBEBDA;
}
.BgClassName
{
background-color: #EBEBDA;
}
</style>
border-color css
<style>
span { border-color: #EBEBDA; }
span { border-color: rgb(235,235,218); }
td.TdClassName
{
border-color: #EBEBDA;
}
.TagClassName
{
border-color: #EBEBDA;
}
</style>