Shades of Sugar Cane #EBEDDC
Tints of Sugar Cane #EBEDDC
RGB
CMYK
RGB Variations
Color information
#EBEDDC (or 0xEBEDDC) is known color: Sugar Cane. HEX triplet: EB, ED and DC. RGB value is (235,237,220). Sum of RGB (Red+Green+Blue) = 235+237+220=692 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.96% from 692); Green value is 237 (92.97% from 255 or 34.25% from 692); Blue value is 220 (86.33% from 255 or 31.79% from 692); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEDDC is #141223. Grayscale: #EAEAEA. Windows color (decimal): -1315364 or 14478827. OLE color: 14478827.
HSL color Cylindrical-coordinate representation of color #EBEDDC: hue angle of 67.06º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBEDDC is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 237 | 220 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.07 |
| HSL | 67.06º | 0.32% | 0.9% | - |
| HSV(B) | 67.06º | 0.07% | 0.93% | - |
| XYZ | 77.46 | 83.4 | 79.72 | - |
| YUV | 234.46 | 119.84 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 220 | 0.01 | 0 | 0.07 | 0.07 | 67.06 | 0.32 | 0.9 |
| Hex | EB | ED | DC | 1 | 0 | 7 | 7 | 43 | 20 | 5A |
| Octal | 353 | 355 | 334 | 1 | 0 | 7 | 7 | 103 | 40 | 132 |
| Binary | 11101011 | 11101101 | 11011100 | 1 | 0 | 111 | 111 | 1000011 | 100000 | 1011010 |
Color Harmonies of #EBEDDC
Complementary color
Monochromatic Colors of #EBEDDC
Black with #EBEDDC
Text Example
Text Example
White with #EBEDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEDDC; }
p { color: rgb(235,237,220); }
H1.HeaderClassName
{
color: #EBEDDC;
}
.AnyTagClassName
{
color: #EBEDDC;
}
</style>
background-color css
<style>
a { background-color: #EBEDDC; }
a { background-color: rgb(235,237,220); }
div.DivClassName
{
background-color: #EBEDDC;
}
.BgClassName
{
background-color: #EBEDDC;
}
</style>
border-color css
<style>
span { border-color: #EBEDDC; }
span { border-color: rgb(235,237,220); }
td.TdClassName
{
border-color: #EBEDDC;
}
.TagClassName
{
border-color: #EBEDDC;
}
</style>