Shades of Sugar Cane #EDEEE6
Tints of Sugar Cane #EDEEE6
RGB
CMYK
RGB Variations
Color information
#EDEEE6 (or 0xEDEEE6) is known color: Sugar Cane. HEX triplet: ED, EE and E6. RGB value is (237,238,230). Sum of RGB (Red+Green+Blue) = 237+238+230=705 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.62% from 705); Green value is 238 (93.36% from 255 or 33.76% from 705); Blue value is 230 (90.23% from 255 or 32.62% from 705); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEEE6 is #121119. Grayscale: #ECECEC. Windows color (decimal): -1184026 or 15134445. OLE color: 15134445.
HSL color Cylindrical-coordinate representation of color #EDEEE6: hue angle of 67.5º degrees, saturation: 0.19, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EDEEE6 is Cyan = 0.00, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 238 | 230 | - |
| CMYK | 0.00 | 0 | 0.03 | 0.07 |
| HSL | 67.5º | 0.19% | 0.92% | - |
| HSV(B) | 67.5º | 0.03% | 0.93% | - |
| XYZ | 79.78 | 84.87 | 87.04 | - |
| YUV | 236.79 | 124.17 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 238 | 230 | 0.00 | 0 | 0.03 | 0.07 | 67.5 | 0.19 | 0.92 |
| Hex | ED | EE | E6 | 0 | 0 | 3 | 7 | 44 | 13 | 5C |
| Octal | 355 | 356 | 346 | 0 | 0 | 3 | 7 | 104 | 23 | 134 |
| Binary | 11101101 | 11101110 | 11100110 | 0 | 0 | 11 | 111 | 1000100 | 10011 | 1011100 |
Color Harmonies of #EDEEE6
Complementary color
Monochromatic Colors of #EDEEE6
Black with #EDEEE6
Text Example
Text Example
White with #EDEEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEEE6; }
p { color: rgb(237,238,230); }
H1.HeaderClassName
{
color: #EDEEE6;
}
.AnyTagClassName
{
color: #EDEEE6;
}
</style>
background-color css
<style>
a { background-color: #EDEEE6; }
a { background-color: rgb(237,238,230); }
div.DivClassName
{
background-color: #EDEEE6;
}
.BgClassName
{
background-color: #EDEEE6;
}
</style>
border-color css
<style>
span { border-color: #EDEEE6; }
span { border-color: rgb(237,238,230); }
td.TdClassName
{
border-color: #EDEEE6;
}
.TagClassName
{
border-color: #EDEEE6;
}
</style>