Shades of Sugar Cane #EEEFE4
Tints of Sugar Cane #EEEFE4
RGB
CMYK
RGB Variations
Color information
#EEEFE4 (or 0xEEEFE4) is known color: Sugar Cane. HEX triplet: EE, EF and E4. RGB value is (238,239,228). Sum of RGB (Red+Green+Blue) = 238+239+228=705 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.76% from 705); Green value is 239 (93.75% from 255 or 33.90% from 705); Blue value is 228 (89.45% from 255 or 32.34% from 705); Max value from RGB is 239 - color contains mainly: green. Hex color #EEEFE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEFE4 is #11101B. Grayscale: #EDEDED. Windows color (decimal): -1118236 or 15003630. OLE color: 15003630.
HSL color Cylindrical-coordinate representation of color #EEEFE4: hue angle of 65.45º degrees, saturation: 0.26, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EEEFE4 is Cyan = 0.00, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
RGB | 238 | 239 | 228 | - |
CMYK | 0.00 | 0 | 0.05 | 0.06 |
HSL | 65.45º | 0.26% | 0.92% | - |
HSV(B) | 65.45º | 0.05% | 0.94% | - |
XYZ | 80.13 | 85.51 | 85.68 | - |
YUV | 237.45 | 122.67 | 128.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 239 | 228 | 0.00 | 0 | 0.05 | 0.06 | 65.45 | 0.26 | 0.92 |
Hex | EE | EF | E4 | 0 | 0 | 5 | 6 | 41 | 1A | 5C |
Octal | 356 | 357 | 344 | 0 | 0 | 5 | 6 | 101 | 32 | 134 |
Binary | 11101110 | 11101111 | 11100100 | 0 | 0 | 101 | 110 | 1000001 | 11010 | 1011100 |
Color Harmonies of #EEEFE4
Complementary color
Monochromatic Colors of #EEEFE4
Black with #EEEFE4
Text Example
Text Example
White with #EEEFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEFE4; }
p { color: rgb(238,239,228); }
H1.HeaderClassName
{
color: #EEEFE4;
}
.AnyTagClassName
{
color: #EEEFE4;
}
</style>
background-color css
<style>
a { background-color: #EEEFE4; }
a { background-color: rgb(238,239,228); }
div.DivClassName
{
background-color: #EEEFE4;
}
.BgClassName
{
background-color: #EEEFE4;
}
</style>
border-color css
<style>
span { border-color: #EEEFE4; }
span { border-color: rgb(238,239,228); }
td.TdClassName
{
border-color: #EEEFE4;
}
.TagClassName
{
border-color: #EEEFE4;
}
</style>