Shades of Sugar Cane #EEF2DE
Tints of Sugar Cane #EEF2DE
RGB
CMYK
RGB Variations
Color information
#EEF2DE (or 0xEEF2DE) is known color: Sugar Cane. HEX triplet: EE, F2 and DE. RGB value is (238,242,222). Sum of RGB (Red+Green+Blue) = 238+242+222=702 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.90% from 702); Green value is 242 (94.92% from 255 or 34.47% from 702); Blue value is 222 (87.11% from 255 or 31.62% from 702); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF2DE is #110D21. Grayscale: #EEEEEE. Windows color (decimal): -1117474 or 14611182. OLE color: 14611182.
HSL color Cylindrical-coordinate representation of color #EEF2DE: hue angle of 72º degrees, saturation: 0.43, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEF2DE is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 222 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.05 |
| HSL | 72º | 0.43% | 0.91% | - |
| HSV(B) | 72º | 0.08% | 0.95% | - |
| XYZ | 80.2 | 86.96 | 81.66 | - |
| YUV | 238.52 | 118.67 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 222 | 0.02 | 0 | 0.08 | 0.05 | 72 | 0.43 | 0.91 |
| Hex | EE | F2 | DE | 2 | 0 | 8 | 5 | 48 | 2B | 5B |
| Octal | 356 | 362 | 336 | 2 | 0 | 10 | 5 | 110 | 53 | 133 |
| Binary | 11101110 | 11110010 | 11011110 | 10 | 0 | 1000 | 101 | 1001000 | 101011 | 1011011 |
Color Harmonies of #EEF2DE
Complementary color
Monochromatic Colors of #EEF2DE
Black with #EEF2DE
Text Example
Text Example
White with #EEF2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF2DE; }
p { color: rgb(238,242,222); }
H1.HeaderClassName
{
color: #EEF2DE;
}
.AnyTagClassName
{
color: #EEF2DE;
}
</style>
background-color css
<style>
a { background-color: #EEF2DE; }
a { background-color: rgb(238,242,222); }
div.DivClassName
{
background-color: #EEF2DE;
}
.BgClassName
{
background-color: #EEF2DE;
}
</style>
border-color css
<style>
span { border-color: #EEF2DE; }
span { border-color: rgb(238,242,222); }
td.TdClassName
{
border-color: #EEF2DE;
}
.TagClassName
{
border-color: #EEF2DE;
}
</style>