Shades of Sugar Cane #EBEEDC
Tints of Sugar Cane #EBEEDC
RGB
CMYK
RGB Variations
Color information
#EBEEDC (or 0xEBEEDC) is known color: Sugar Cane. HEX triplet: EB, EE and DC. RGB value is (235,238,220). Sum of RGB (Red+Green+Blue) = 235+238+220=693 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.91% from 693); Green value is 238 (93.36% from 255 or 34.34% from 693); Blue value is 220 (86.33% from 255 or 31.75% from 693); Max value from RGB is 238 - color contains mainly: green. Hex color #EBEEDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEEDC is #141123. Grayscale: #EBEBEB. Windows color (decimal): -1315108 or 14479083. OLE color: 14479083.
HSL color Cylindrical-coordinate representation of color #EBEEDC: hue angle of 70º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EBEEDC is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 238 | 220 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.07 |
| HSL | 70º | 0.35% | 0.9% | - |
| HSV(B) | 70º | 0.08% | 0.93% | - |
| XYZ | 77.75 | 83.98 | 79.82 | - |
| YUV | 235.05 | 119.51 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 238 | 220 | 0.01 | 0 | 0.08 | 0.07 | 70 | 0.35 | 0.9 |
| Hex | EB | EE | DC | 1 | 0 | 8 | 7 | 46 | 23 | 5A |
| Octal | 353 | 356 | 334 | 1 | 0 | 10 | 7 | 106 | 43 | 132 |
| Binary | 11101011 | 11101110 | 11011100 | 1 | 0 | 1000 | 111 | 1000110 | 100011 | 1011010 |
Color Harmonies of #EBEEDC
Complementary color
Monochromatic Colors of #EBEEDC
Black with #EBEEDC
Text Example
Text Example
White with #EBEEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEEDC; }
p { color: rgb(235,238,220); }
H1.HeaderClassName
{
color: #EBEEDC;
}
.AnyTagClassName
{
color: #EBEEDC;
}
</style>
background-color css
<style>
a { background-color: #EBEEDC; }
a { background-color: rgb(235,238,220); }
div.DivClassName
{
background-color: #EBEEDC;
}
.BgClassName
{
background-color: #EBEEDC;
}
</style>
border-color css
<style>
span { border-color: #EBEEDC; }
span { border-color: rgb(235,238,220); }
td.TdClassName
{
border-color: #EBEEDC;
}
.TagClassName
{
border-color: #EBEEDC;
}
</style>