Shades of Sugar Cane #EEEEE0
Tints of Sugar Cane #EEEEE0
RGB
CMYK
RGB Variations
Color information
#EEEEE0 (or 0xEEEEE0) is known color: Sugar Cane. HEX triplet: EE, EE and E0. RGB value is (238,238,224). Sum of RGB (Red+Green+Blue) = 238+238+224=700 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34% from 700); Green value is 238 (93.36% from 255 or 34% from 700); Blue value is 224 (87.89% from 255 or 32% from 700); Max value from RGB is 238 - color contains mainly: red, green. Hex color #EEEEE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEEE0 is #11111F. Grayscale: #ECECEC. Windows color (decimal): -1118496 or 14741230. OLE color: 14741230.
HSL color Cylindrical-coordinate representation of color #EEEEE0: hue angle of 60º degrees, saturation: 0.29, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEEEE0 is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 238 | 224 | - |
CMYK | 0 | 0 | 0.06 | 0.07 |
HSL | 60º | 0.29% | 0.91% | - |
HSV(B) | 60º | 0.06% | 0.93% | - |
XYZ | 79.29 | 84.71 | 82.69 | - |
YUV | 236.4 | 121 | 129.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 238 | 224 | 0 | 0 | 0.06 | 0.07 | 60 | 0.29 | 0.91 |
Hex | EE | EE | E0 | 0 | 0 | 6 | 7 | 3C | 1D | 5B |
Octal | 356 | 356 | 340 | 0 | 0 | 6 | 7 | 74 | 35 | 133 |
Binary | 11101110 | 11101110 | 11100000 | 0 | 0 | 110 | 111 | 111100 | 11101 | 1011011 |
Color Harmonies of #EEEEE0
Complementary color
Monochromatic Colors of #EEEEE0
Black with #EEEEE0
Text Example
Text Example
White with #EEEEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEEE0; }
p { color: rgb(238,238,224); }
H1.HeaderClassName
{
color: #EEEEE0;
}
.AnyTagClassName
{
color: #EEEEE0;
}
</style>
background-color css
<style>
a { background-color: #EEEEE0; }
a { background-color: rgb(238,238,224); }
div.DivClassName
{
background-color: #EEEEE0;
}
.BgClassName
{
background-color: #EEEEE0;
}
</style>
border-color css
<style>
span { border-color: #EEEEE0; }
span { border-color: rgb(238,238,224); }
td.TdClassName
{
border-color: #EEEEE0;
}
.TagClassName
{
border-color: #EEEEE0;
}
</style>