Shades of Sugar Cane #EBEDDA
Tints of Sugar Cane #EBEDDA
RGB
CMYK
RGB Variations
Color information
#EBEDDA (or 0xEBEDDA) is known color: Sugar Cane. HEX triplet: EB, ED and DA. RGB value is (235,237,218). Sum of RGB (Red+Green+Blue) = 235+237+218=690 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.06% from 690); Green value is 237 (92.97% from 255 or 34.35% from 690); Blue value is 218 (85.55% from 255 or 31.59% from 690); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEDDA is #141225. Grayscale: #EAEAEA. Windows color (decimal): -1315366 or 14347755. OLE color: 14347755.
HSL color Cylindrical-coordinate representation of color #EBEDDA: hue angle of 66.32º degrees, saturation: 0.35, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EBEDDA is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 237 | 218 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.07 |
| HSL | 66.32º | 0.35% | 0.89% | - |
| HSV(B) | 66.32º | 0.08% | 0.93% | - |
| XYZ | 77.2 | 83.29 | 78.34 | - |
| YUV | 234.24 | 118.84 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 218 | 0.01 | 0 | 0.08 | 0.07 | 66.32 | 0.35 | 0.89 |
| Hex | EB | ED | DA | 1 | 0 | 8 | 7 | 42 | 23 | 59 |
| Octal | 353 | 355 | 332 | 1 | 0 | 10 | 7 | 102 | 43 | 131 |
| Binary | 11101011 | 11101101 | 11011010 | 1 | 0 | 1000 | 111 | 1000010 | 100011 | 1011001 |
Color Harmonies of #EBEDDA
Complementary color
Monochromatic Colors of #EBEDDA
Black with #EBEDDA
Text Example
Text Example
White with #EBEDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEDDA; }
p { color: rgb(235,237,218); }
H1.HeaderClassName
{
color: #EBEDDA;
}
.AnyTagClassName
{
color: #EBEDDA;
}
</style>
background-color css
<style>
a { background-color: #EBEDDA; }
a { background-color: rgb(235,237,218); }
div.DivClassName
{
background-color: #EBEDDA;
}
.BgClassName
{
background-color: #EBEDDA;
}
</style>
border-color css
<style>
span { border-color: #EBEDDA; }
span { border-color: rgb(235,237,218); }
td.TdClassName
{
border-color: #EBEDDA;
}
.TagClassName
{
border-color: #EBEDDA;
}
</style>