Shades of Sugar Cane #EEEFD4
Tints of Sugar Cane #EEEFD4
RGB
CMYK
RGB Variations
Color information
#EEEFD4 (or 0xEEEFD4) is known color: Sugar Cane. HEX triplet: EE, EF and D4. RGB value is (238,239,212). Sum of RGB (Red+Green+Blue) = 238+239+212=689 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.54% from 689); Green value is 239 (93.75% from 255 or 34.69% from 689); Blue value is 212 (83.20% from 255 or 30.77% from 689); Max value from RGB is 239 - color contains mainly: green. Hex color #EEEFD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEFD4 is #11102B. Grayscale: #EBEBEB. Windows color (decimal): -1118252 or 13955054. OLE color: 13955054.
HSL color Cylindrical-coordinate representation of color #EEEFD4: hue angle of 62.22º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EEEFD4 is Cyan = 0.00, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 239 | 212 | - |
| CMYK | 0.00 | 0 | 0.11 | 0.06 |
| HSL | 62.22º | 0.46% | 0.88% | - |
| HSV(B) | 62.22º | 0.11% | 0.94% | - |
| XYZ | 78.01 | 84.66 | 74.52 | - |
| YUV | 235.62 | 114.67 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 239 | 212 | 0.00 | 0 | 0.11 | 0.06 | 62.22 | 0.46 | 0.88 |
| Hex | EE | EF | D4 | 0 | 0 | B | 6 | 3E | 2E | 58 |
| Octal | 356 | 357 | 324 | 0 | 0 | 13 | 6 | 76 | 56 | 130 |
| Binary | 11101110 | 11101111 | 11010100 | 0 | 0 | 1011 | 110 | 111110 | 101110 | 1011000 |
Color Harmonies of #EEEFD4
Complementary color
Monochromatic Colors of #EEEFD4
Black with #EEEFD4
Text Example
Text Example
White with #EEEFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEFD4; }
p { color: rgb(238,239,212); }
H1.HeaderClassName
{
color: #EEEFD4;
}
.AnyTagClassName
{
color: #EEEFD4;
}
</style>
background-color css
<style>
a { background-color: #EEEFD4; }
a { background-color: rgb(238,239,212); }
div.DivClassName
{
background-color: #EEEFD4;
}
.BgClassName
{
background-color: #EEEFD4;
}
</style>
border-color css
<style>
span { border-color: #EEEFD4; }
span { border-color: rgb(238,239,212); }
td.TdClassName
{
border-color: #EEEFD4;
}
.TagClassName
{
border-color: #EEEFD4;
}
</style>