Shades of Sugar Cane #EEEFE5
Tints of Sugar Cane #EEEFE5
RGB
CMYK
RGB Variations
Color information
#EEEFE5 (or 0xEEEFE5) is known color: Sugar Cane. HEX triplet: EE, EF and E5. RGB value is (238,239,229). Sum of RGB (Red+Green+Blue) = 238+239+229=706 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.71% from 706); Green value is 239 (93.75% from 255 or 33.85% from 706); Blue value is 229 (89.84% from 255 or 32.44% from 706); Max value from RGB is 239 - color contains mainly: green. Hex color #EEEFE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEFE5 is #11101A. Grayscale: #EDEDED. Windows color (decimal): -1118235 or 15069166. OLE color: 15069166.
HSL color Cylindrical-coordinate representation of color #EEEFE5: hue angle of 66º degrees, saturation: 0.24, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EEEFE5 is Cyan = 0.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
RGB | 238 | 239 | 229 | - |
CMYK | 0.00 | 0 | 0.04 | 0.06 |
HSL | 66º | 0.24% | 0.92% | - |
HSV(B) | 66º | 0.04% | 0.94% | - |
XYZ | 80.27 | 85.57 | 86.41 | - |
YUV | 237.56 | 123.17 | 128.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 239 | 229 | 0.00 | 0 | 0.04 | 0.06 | 66 | 0.24 | 0.92 |
Hex | EE | EF | E5 | 0 | 0 | 4 | 6 | 42 | 18 | 5C |
Octal | 356 | 357 | 345 | 0 | 0 | 4 | 6 | 102 | 30 | 134 |
Binary | 11101110 | 11101111 | 11100101 | 0 | 0 | 100 | 110 | 1000010 | 11000 | 1011100 |
Color Harmonies of #EEEFE5
Complementary color
Monochromatic Colors of #EEEFE5
Black with #EEEFE5
Text Example
Text Example
White with #EEEFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEFE5; }
p { color: rgb(238,239,229); }
H1.HeaderClassName
{
color: #EEEFE5;
}
.AnyTagClassName
{
color: #EEEFE5;
}
</style>
background-color css
<style>
a { background-color: #EEEFE5; }
a { background-color: rgb(238,239,229); }
div.DivClassName
{
background-color: #EEEFE5;
}
.BgClassName
{
background-color: #EEEFE5;
}
</style>
border-color css
<style>
span { border-color: #EEEFE5; }
span { border-color: rgb(238,239,229); }
td.TdClassName
{
border-color: #EEEFE5;
}
.TagClassName
{
border-color: #EEEFE5;
}
</style>