Shades of Sugar Cane #EDEEE5
Tints of Sugar Cane #EDEEE5
RGB
CMYK
RGB Variations
Color information
#EDEEE5 (or 0xEDEEE5) is known color: Sugar Cane. HEX triplet: ED, EE and E5. RGB value is (237,238,229). Sum of RGB (Red+Green+Blue) = 237+238+229=704 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.66% from 704); Green value is 238 (93.36% from 255 or 33.81% from 704); Blue value is 229 (89.84% from 255 or 32.53% from 704); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEEE5 is #12111A. Grayscale: #ECECEC. Windows color (decimal): -1184027 or 15068909. OLE color: 15068909.
HSL color Cylindrical-coordinate representation of color #EDEEE5: hue angle of 66.67º degrees, saturation: 0.21, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EDEEE5 is Cyan = 0.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 238 | 229 | - |
CMYK | 0.00 | 0 | 0.04 | 0.07 |
HSL | 66.67º | 0.21% | 0.92% | - |
HSV(B) | 66.67º | 0.04% | 0.93% | - |
XYZ | 79.64 | 84.81 | 86.3 | - |
YUV | 236.68 | 123.67 | 128.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 238 | 229 | 0.00 | 0 | 0.04 | 0.07 | 66.67 | 0.21 | 0.92 |
Hex | ED | EE | E5 | 0 | 0 | 4 | 7 | 43 | 15 | 5C |
Octal | 355 | 356 | 345 | 0 | 0 | 4 | 7 | 103 | 25 | 134 |
Binary | 11101101 | 11101110 | 11100101 | 0 | 0 | 100 | 111 | 1000011 | 10101 | 1011100 |
Color Harmonies of #EDEEE5
Complementary color
Monochromatic Colors of #EDEEE5
Black with #EDEEE5
Text Example
Text Example
White with #EDEEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEEE5; }
p { color: rgb(237,238,229); }
H1.HeaderClassName
{
color: #EDEEE5;
}
.AnyTagClassName
{
color: #EDEEE5;
}
</style>
background-color css
<style>
a { background-color: #EDEEE5; }
a { background-color: rgb(237,238,229); }
div.DivClassName
{
background-color: #EDEEE5;
}
.BgClassName
{
background-color: #EDEEE5;
}
</style>
border-color css
<style>
span { border-color: #EDEEE5; }
span { border-color: rgb(237,238,229); }
td.TdClassName
{
border-color: #EDEEE5;
}
.TagClassName
{
border-color: #EDEEE5;
}
</style>