Shades of Sugar Cane #EEEEE8
Tints of Sugar Cane #EEEEE8
RGB
CMYK
RGB Variations
Color information
#EEEEE8 (or 0xEEEEE8) is known color: Sugar Cane. HEX triplet: EE, EE and E8. RGB value is (238,238,232). Sum of RGB (Red+Green+Blue) = 238+238+232=708 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.62% from 708); Green value is 238 (93.36% from 255 or 33.62% from 708); Blue value is 232 (91.02% from 255 or 32.77% from 708); Max value from RGB is 238 - color contains mainly: red, green. Hex color #EEEEE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEEE8 is #111117. Grayscale: #EDEDED. Windows color (decimal): -1118488 or 15265518. OLE color: 15265518.
HSL color Cylindrical-coordinate representation of color #EEEEE8: hue angle of 60º degrees, saturation: 0.15, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EEEEE8 is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 238 | 232 | - |
CMYK | 0 | 0 | 0.03 | 0.07 |
HSL | 60º | 0.15% | 0.92% | - |
HSV(B) | 60º | 0.03% | 0.93% | - |
XYZ | 80.4 | 85.15 | 88.54 | - |
YUV | 237.32 | 125 | 128.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 238 | 232 | 0 | 0 | 0.03 | 0.07 | 60 | 0.15 | 0.92 |
Hex | EE | EE | E8 | 0 | 0 | 3 | 7 | 3C | F | 5C |
Octal | 356 | 356 | 350 | 0 | 0 | 3 | 7 | 74 | 17 | 134 |
Binary | 11101110 | 11101110 | 11101000 | 0 | 0 | 11 | 111 | 111100 | 1111 | 1011100 |
Color Harmonies of #EEEEE8
Complementary color
Monochromatic Colors of #EEEEE8
Black with #EEEEE8
Text Example
Text Example
White with #EEEEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEEE8; }
p { color: rgb(238,238,232); }
H1.HeaderClassName
{
color: #EEEEE8;
}
.AnyTagClassName
{
color: #EEEEE8;
}
</style>
background-color css
<style>
a { background-color: #EEEEE8; }
a { background-color: rgb(238,238,232); }
div.DivClassName
{
background-color: #EEEEE8;
}
.BgClassName
{
background-color: #EEEEE8;
}
</style>
border-color css
<style>
span { border-color: #EEEEE8; }
span { border-color: rgb(238,238,232); }
td.TdClassName
{
border-color: #EEEEE8;
}
.TagClassName
{
border-color: #EEEEE8;
}
</style>