Shades of Sugar Cane #EBEDDB
Tints of Sugar Cane #EBEDDB
RGB
CMYK
RGB Variations
Color information
#EBEDDB (or 0xEBEDDB) is known color: Sugar Cane. HEX triplet: EB, ED and DB. RGB value is (235,237,219). Sum of RGB (Red+Green+Blue) = 235+237+219=691 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.01% from 691); Green value is 237 (92.97% from 255 or 34.30% from 691); Blue value is 219 (85.94% from 255 or 31.69% from 691); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEDDB is #141224. Grayscale: #EAEAEA. Windows color (decimal): -1315365 or 14413291. OLE color: 14413291.
HSL color Cylindrical-coordinate representation of color #EBEDDB: hue angle of 66.67º degrees, saturation: 0.33, 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 #EBEDDB is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 235 | 237 | 219 | - |
CMYK | 0.01 | 0 | 0.08 | 0.07 |
HSL | 66.67º | 0.33% | 0.89% | - |
HSV(B) | 66.67º | 0.08% | 0.93% | - |
XYZ | 77.33 | 83.35 | 79.03 | - |
YUV | 234.35 | 119.34 | 128.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 237 | 219 | 0.01 | 0 | 0.08 | 0.07 | 66.67 | 0.33 | 0.89 |
Hex | EB | ED | DB | 1 | 0 | 8 | 7 | 43 | 21 | 59 |
Octal | 353 | 355 | 333 | 1 | 0 | 10 | 7 | 103 | 41 | 131 |
Binary | 11101011 | 11101101 | 11011011 | 1 | 0 | 1000 | 111 | 1000011 | 100001 | 1011001 |
Color Harmonies of #EBEDDB
Complementary color
Monochromatic Colors of #EBEDDB
Black with #EBEDDB
Text Example
Text Example
White with #EBEDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEDDB; }
p { color: rgb(235,237,219); }
H1.HeaderClassName
{
color: #EBEDDB;
}
.AnyTagClassName
{
color: #EBEDDB;
}
</style>
background-color css
<style>
a { background-color: #EBEDDB; }
a { background-color: rgb(235,237,219); }
div.DivClassName
{
background-color: #EBEDDB;
}
.BgClassName
{
background-color: #EBEDDB;
}
</style>
border-color css
<style>
span { border-color: #EBEDDB; }
span { border-color: rgb(235,237,219); }
td.TdClassName
{
border-color: #EBEDDB;
}
.TagClassName
{
border-color: #EBEDDB;
}
</style>