Shades of Sugar Cane #EBEDDE
Tints of Sugar Cane #EBEDDE
RGB
CMYK
RGB Variations
Color information
#EBEDDE (or 0xEBEDDE) is known color: Sugar Cane. HEX triplet: EB, ED and DE. RGB value is (235,237,222). Sum of RGB (Red+Green+Blue) = 235+237+222=694 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.86% from 694); Green value is 237 (92.97% from 255 or 34.15% from 694); Blue value is 222 (87.11% from 255 or 31.99% from 694); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEDDE is #141221. Grayscale: #EAEAEA. Windows color (decimal): -1315362 or 14609899. OLE color: 14609899.
HSL color Cylindrical-coordinate representation of color #EBEDDE: hue angle of 68º degrees, saturation: 0.29, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EBEDDE is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 237 | 222 | - |
| CMYK | 0.01 | 0 | 0.06 | 0.07 |
| HSL | 68º | 0.29% | 0.9% | - |
| HSV(B) | 68º | 0.06% | 0.93% | - |
| XYZ | 77.73 | 83.5 | 81.13 | - |
| YUV | 234.69 | 120.84 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 222 | 0.01 | 0 | 0.06 | 0.07 | 68 | 0.29 | 0.9 |
| Hex | EB | ED | DE | 1 | 0 | 6 | 7 | 44 | 1D | 5A |
| Octal | 353 | 355 | 336 | 1 | 0 | 6 | 7 | 104 | 35 | 132 |
| Binary | 11101011 | 11101101 | 11011110 | 1 | 0 | 110 | 111 | 1000100 | 11101 | 1011010 |
Color Harmonies of #EBEDDE
Complementary color
Monochromatic Colors of #EBEDDE
Black with #EBEDDE
Text Example
Text Example
White with #EBEDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEDDE; }
p { color: rgb(235,237,222); }
H1.HeaderClassName
{
color: #EBEDDE;
}
.AnyTagClassName
{
color: #EBEDDE;
}
</style>
background-color css
<style>
a { background-color: #EBEDDE; }
a { background-color: rgb(235,237,222); }
div.DivClassName
{
background-color: #EBEDDE;
}
.BgClassName
{
background-color: #EBEDDE;
}
</style>
border-color css
<style>
span { border-color: #EBEDDE; }
span { border-color: rgb(235,237,222); }
td.TdClassName
{
border-color: #EBEDDE;
}
.TagClassName
{
border-color: #EBEDDE;
}
</style>