Shades of Sugar Cane #EDEEE1
Tints of Sugar Cane #EDEEE1
RGB
CMYK
RGB Variations
Color information
#EDEEE1 (or 0xEDEEE1) is known color: Sugar Cane. HEX triplet: ED, EE and E1. RGB value is (237,238,225). Sum of RGB (Red+Green+Blue) = 237+238+225=700 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.86% from 700); Green value is 238 (93.36% from 255 or 34% from 700); Blue value is 225 (88.28% from 255 or 32.14% from 700); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEEE1 is #12111E. Grayscale: #ECECEC. Windows color (decimal): -1184031 or 14806765. OLE color: 14806765.
HSL color Cylindrical-coordinate representation of color #EDEEE1: hue angle of 64.62º degrees, saturation: 0.28, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDEEE1 is Cyan = 0.00, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 238 | 225 | - |
| CMYK | 0.00 | 0 | 0.05 | 0.07 |
| HSL | 64.62º | 0.28% | 0.91% | - |
| HSV(B) | 64.62º | 0.05% | 0.93% | - |
| XYZ | 79.09 | 84.59 | 83.39 | - |
| YUV | 236.22 | 121.67 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 238 | 225 | 0.00 | 0 | 0.05 | 0.07 | 64.62 | 0.28 | 0.91 |
| Hex | ED | EE | E1 | 0 | 0 | 5 | 7 | 41 | 1C | 5B |
| Octal | 355 | 356 | 341 | 0 | 0 | 5 | 7 | 101 | 34 | 133 |
| Binary | 11101101 | 11101110 | 11100001 | 0 | 0 | 101 | 111 | 1000001 | 11100 | 1011011 |
Color Harmonies of #EDEEE1
Complementary color
Monochromatic Colors of #EDEEE1
Black with #EDEEE1
Text Example
Text Example
White with #EDEEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEEE1; }
p { color: rgb(237,238,225); }
H1.HeaderClassName
{
color: #EDEEE1;
}
.AnyTagClassName
{
color: #EDEEE1;
}
</style>
background-color css
<style>
a { background-color: #EDEEE1; }
a { background-color: rgb(237,238,225); }
div.DivClassName
{
background-color: #EDEEE1;
}
.BgClassName
{
background-color: #EDEEE1;
}
</style>
border-color css
<style>
span { border-color: #EDEEE1; }
span { border-color: rgb(237,238,225); }
td.TdClassName
{
border-color: #EDEEE1;
}
.TagClassName
{
border-color: #EDEEE1;
}
</style>