Shades of Sugar Cane #EEEEE2
Tints of Sugar Cane #EEEEE2
RGB
CMYK
RGB Variations
Color information
#EEEEE2 (or 0xEEEEE2) is known color: Sugar Cane. HEX triplet: EE, EE and E2. RGB value is (238,238,226). Sum of RGB (Red+Green+Blue) = 238+238+226=702 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.90% from 702); Green value is 238 (93.36% from 255 or 33.90% from 702); Blue value is 226 (88.67% from 255 or 32.19% from 702); Max value from RGB is 238 - color contains mainly: red, green. Hex color #EEEEE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEEE2 is #11111D. Grayscale: #ECECEC. Windows color (decimal): -1118494 or 14872302. OLE color: 14872302.
HSL color Cylindrical-coordinate representation of color #EEEEE2: hue angle of 60º 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 #EEEEE2 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 238 | 226 | - |
CMYK | 0 | 0 | 0.05 | 0.07 |
HSL | 60º | 0.26% | 0.91% | - |
HSV(B) | 60º | 0.05% | 0.93% | - |
XYZ | 79.56 | 84.82 | 84.13 | - |
YUV | 236.63 | 122 | 128.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 238 | 226 | 0 | 0 | 0.05 | 0.07 | 60 | 0.26 | 0.91 |
Hex | EE | EE | E2 | 0 | 0 | 5 | 7 | 3C | 1A | 5B |
Octal | 356 | 356 | 342 | 0 | 0 | 5 | 7 | 74 | 32 | 133 |
Binary | 11101110 | 11101110 | 11100010 | 0 | 0 | 101 | 111 | 111100 | 11010 | 1011011 |
Color Harmonies of #EEEEE2
Complementary color
Monochromatic Colors of #EEEEE2
Black with #EEEEE2
Text Example
Text Example
White with #EEEEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEEE2; }
p { color: rgb(238,238,226); }
H1.HeaderClassName
{
color: #EEEEE2;
}
.AnyTagClassName
{
color: #EEEEE2;
}
</style>
background-color css
<style>
a { background-color: #EEEEE2; }
a { background-color: rgb(238,238,226); }
div.DivClassName
{
background-color: #EEEEE2;
}
.BgClassName
{
background-color: #EEEEE2;
}
</style>
border-color css
<style>
span { border-color: #EEEEE2; }
span { border-color: rgb(238,238,226); }
td.TdClassName
{
border-color: #EEEEE2;
}
.TagClassName
{
border-color: #EEEEE2;
}
</style>