Shades of Sugar Cane #EEEEE5
Tints of Sugar Cane #EEEEE5
RGB
CMYK
RGB Variations
Color information
#EEEEE5 (or 0xEEEEE5) is known color: Sugar Cane. HEX triplet: EE, EE and E5. RGB value is (238,238,229). Sum of RGB (Red+Green+Blue) = 238+238+229=705 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.76% from 705); Green value is 238 (93.36% from 255 or 33.76% from 705); Blue value is 229 (89.84% from 255 or 32.48% from 705); Max value from RGB is 238 - color contains mainly: red, green. Hex color #EEEEE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEEE5 is #11111A. Grayscale: #EDEDED. Windows color (decimal): -1118491 or 15068910. OLE color: 15068910.
HSL color Cylindrical-coordinate representation of color #EEEEE5: hue angle of 60º degrees, saturation: 0.21, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EEEEE5 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 238 | 229 | - |
CMYK | 0 | 0 | 0.04 | 0.07 |
HSL | 60º | 0.21% | 0.92% | - |
HSV(B) | 60º | 0.04% | 0.93% | - |
XYZ | 79.98 | 84.98 | 86.32 | - |
YUV | 236.97 | 123.5 | 128.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 238 | 229 | 0 | 0 | 0.04 | 0.07 | 60 | 0.21 | 0.92 |
Hex | EE | EE | E5 | 0 | 0 | 4 | 7 | 3C | 15 | 5C |
Octal | 356 | 356 | 345 | 0 | 0 | 4 | 7 | 74 | 25 | 134 |
Binary | 11101110 | 11101110 | 11100101 | 0 | 0 | 100 | 111 | 111100 | 10101 | 1011100 |
Color Harmonies of #EEEEE5
Complementary color
Monochromatic Colors of #EEEEE5
Black with #EEEEE5
Text Example
Text Example
White with #EEEEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEEE5; }
p { color: rgb(238,238,229); }
H1.HeaderClassName
{
color: #EEEEE5;
}
.AnyTagClassName
{
color: #EEEEE5;
}
</style>
background-color css
<style>
a { background-color: #EEEEE5; }
a { background-color: rgb(238,238,229); }
div.DivClassName
{
background-color: #EEEEE5;
}
.BgClassName
{
background-color: #EEEEE5;
}
</style>
border-color css
<style>
span { border-color: #EEEEE5; }
span { border-color: rgb(238,238,229); }
td.TdClassName
{
border-color: #EEEEE5;
}
.TagClassName
{
border-color: #EEEEE5;
}
</style>