Shades of Sugar Cane #EDEEE2
Tints of Sugar Cane #EDEEE2
RGB
CMYK
RGB Variations
Color information
#EDEEE2 (or 0xEDEEE2) is known color: Sugar Cane. HEX triplet: ED, EE and E2. RGB value is (237,238,226). Sum of RGB (Red+Green+Blue) = 237+238+226=701 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.81% from 701); Green value is 238 (93.36% from 255 or 33.95% from 701); Blue value is 226 (88.67% from 255 or 32.24% from 701); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEEE2 is #12111D. Grayscale: #ECECEC. Windows color (decimal): -1184030 or 14872301. OLE color: 14872301.
HSL color Cylindrical-coordinate representation of color #EDEEE2: hue angle of 65º degrees, saturation: 0.26, 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 #EDEEE2 is Cyan = 0.00, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 238 | 226 | - |
CMYK | 0.00 | 0 | 0.05 | 0.07 |
HSL | 65º | 0.26% | 0.91% | - |
HSV(B) | 65º | 0.05% | 0.93% | - |
XYZ | 79.23 | 84.64 | 84.11 | - |
YUV | 236.33 | 122.17 | 128.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 238 | 226 | 0.00 | 0 | 0.05 | 0.07 | 65 | 0.26 | 0.91 |
Hex | ED | EE | E2 | 0 | 0 | 5 | 7 | 41 | 1A | 5B |
Octal | 355 | 356 | 342 | 0 | 0 | 5 | 7 | 101 | 32 | 133 |
Binary | 11101101 | 11101110 | 11100010 | 0 | 0 | 101 | 111 | 1000001 | 11010 | 1011011 |
Color Harmonies of #EDEEE2
Complementary color
Monochromatic Colors of #EDEEE2
Black with #EDEEE2
Text Example
Text Example
White with #EDEEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEEE2; }
p { color: rgb(237,238,226); }
H1.HeaderClassName
{
color: #EDEEE2;
}
.AnyTagClassName
{
color: #EDEEE2;
}
</style>
background-color css
<style>
a { background-color: #EDEEE2; }
a { background-color: rgb(237,238,226); }
div.DivClassName
{
background-color: #EDEEE2;
}
.BgClassName
{
background-color: #EDEEE2;
}
</style>
border-color css
<style>
span { border-color: #EDEEE2; }
span { border-color: rgb(237,238,226); }
td.TdClassName
{
border-color: #EDEEE2;
}
.TagClassName
{
border-color: #EDEEE2;
}
</style>