Shades of Sugar Cane #EDEEE3
Tints of Sugar Cane #EDEEE3
RGB
CMYK
RGB Variations
Color information
#EDEEE3 (or 0xEDEEE3) is known color: Sugar Cane. HEX triplet: ED, EE and E3. RGB value is (237,238,227). Sum of RGB (Red+Green+Blue) = 237+238+227=702 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.76% from 702); Green value is 238 (93.36% from 255 or 33.90% from 702); Blue value is 227 (89.06% from 255 or 32.34% from 702); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEEE3 is #12111C. Grayscale: #ECECEC. Windows color (decimal): -1184029 or 14937837. OLE color: 14937837.
HSL color Cylindrical-coordinate representation of color #EDEEE3: hue angle of 65.45º degrees, saturation: 0.24, 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 #EDEEE3 is Cyan = 0.00, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 238 | 227 | - |
CMYK | 0.00 | 0 | 0.05 | 0.07 |
HSL | 65.45º | 0.24% | 0.91% | - |
HSV(B) | 65.45º | 0.05% | 0.93% | - |
XYZ | 79.36 | 84.7 | 84.84 | - |
YUV | 236.45 | 122.67 | 128.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 238 | 227 | 0.00 | 0 | 0.05 | 0.07 | 65.45 | 0.24 | 0.91 |
Hex | ED | EE | E3 | 0 | 0 | 5 | 7 | 41 | 18 | 5B |
Octal | 355 | 356 | 343 | 0 | 0 | 5 | 7 | 101 | 30 | 133 |
Binary | 11101101 | 11101110 | 11100011 | 0 | 0 | 101 | 111 | 1000001 | 11000 | 1011011 |
Color Harmonies of #EDEEE3
Complementary color
Monochromatic Colors of #EDEEE3
Black with #EDEEE3
Text Example
Text Example
White with #EDEEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEEE3; }
p { color: rgb(237,238,227); }
H1.HeaderClassName
{
color: #EDEEE3;
}
.AnyTagClassName
{
color: #EDEEE3;
}
</style>
background-color css
<style>
a { background-color: #EDEEE3; }
a { background-color: rgb(237,238,227); }
div.DivClassName
{
background-color: #EDEEE3;
}
.BgClassName
{
background-color: #EDEEE3;
}
</style>
border-color css
<style>
span { border-color: #EDEEE3; }
span { border-color: rgb(237,238,227); }
td.TdClassName
{
border-color: #EDEEE3;
}
.TagClassName
{
border-color: #EDEEE3;
}
</style>