Shades of Sugar Cane #EEEEED
Tints of Sugar Cane #EEEEED
RGB
CMYK
RGB Variations
Color information
#EEEEED (or 0xEEEEED) is known color: Sugar Cane. HEX triplet: EE, EE and ED. RGB value is (238,238,237). Sum of RGB (Red+Green+Blue) = 238+238+237=713 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.38% from 713); Green value is 238 (93.36% from 255 or 33.38% from 713); Blue value is 237 (92.97% from 255 or 33.24% from 713); Max value from RGB is 238 - color contains mainly: red, green. Hex color #EEEEED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEEED is #111112. Grayscale: #EDEDED. Windows color (decimal): -1118483 or 15593198. OLE color: 15593198.
HSL color Cylindrical-coordinate representation of color #EEEEED: hue angle of 60º degrees, saturation: 0.03, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0%. Process color model (Four color, CMYK) of #EEEEED is Cyan = 0, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 238 | 237 | - |
CMYK | 0 | 0 | 0.00 | 0.07 |
HSL | 60º | 0.03% | 0.93% | - |
HSV(B) | 60º | 0% | 0.93% | - |
XYZ | 81.12 | 85.44 | 92.34 | - |
YUV | 237.89 | 127.5 | 128.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 238 | 237 | 0 | 0 | 0.00 | 0.07 | 60 | 0.03 | 0.93 |
Hex | EE | EE | ED | 0 | 0 | 0 | 7 | 3C | 3 | 5D |
Octal | 356 | 356 | 355 | 0 | 0 | 0 | 7 | 74 | 3 | 135 |
Binary | 11101110 | 11101110 | 11101101 | 0 | 0 | 0 | 111 | 111100 | 11 | 1011101 |
Color Harmonies of #EEEEED
Complementary color
Monochromatic Colors of #EEEEED
Black with #EEEEED
Text Example
Text Example
White with #EEEEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEEED; }
p { color: rgb(238,238,237); }
H1.HeaderClassName
{
color: #EEEEED;
}
.AnyTagClassName
{
color: #EEEEED;
}
</style>
background-color css
<style>
a { background-color: #EEEEED; }
a { background-color: rgb(238,238,237); }
div.DivClassName
{
background-color: #EEEEED;
}
.BgClassName
{
background-color: #EEEEED;
}
</style>
border-color css
<style>
span { border-color: #EEEEED; }
span { border-color: rgb(238,238,237); }
td.TdClassName
{
border-color: #EEEEED;
}
.TagClassName
{
border-color: #EEEEED;
}
</style>