Shades of Sugar Cane #EFF0E2
Tints of Sugar Cane #EFF0E2
RGB
CMYK
RGB Variations
Color information
#EFF0E2 (or 0xEFF0E2) is known color: Sugar Cane. HEX triplet: EF, F0 and E2. RGB value is (239,240,226). Sum of RGB (Red+Green+Blue) = 239+240+226=705 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.90% from 705); Green value is 240 (94.14% from 255 or 34.04% from 705); Blue value is 226 (88.67% from 255 or 32.06% from 705); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF0E2 is #100F1D. Grayscale: #EEEEEE. Windows color (decimal): -1052446 or 14872815. OLE color: 14872815.
HSL color Cylindrical-coordinate representation of color #EFF0E2: hue angle of 64.29º degrees, saturation: 0.32, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFF0E2 is Cyan = 0.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 226 | - |
| CMYK | 0.00 | 0 | 0.06 | 0.06 |
| HSL | 64.29º | 0.32% | 0.91% | - |
| HSV(B) | 64.29º | 0.06% | 0.94% | - |
| XYZ | 80.48 | 86.16 | 84.34 | - |
| YUV | 238.11 | 121.17 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 226 | 0.00 | 0 | 0.06 | 0.06 | 64.29 | 0.32 | 0.91 |
| Hex | EF | F0 | E2 | 0 | 0 | 6 | 6 | 40 | 20 | 5B |
| Octal | 357 | 360 | 342 | 0 | 0 | 6 | 6 | 100 | 40 | 133 |
| Binary | 11101111 | 11110000 | 11100010 | 0 | 0 | 110 | 110 | 1000000 | 100000 | 1011011 |
Color Harmonies of #EFF0E2
Complementary color
Monochromatic Colors of #EFF0E2
Black with #EFF0E2
Text Example
Text Example
White with #EFF0E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF0E2; }
p { color: rgb(239,240,226); }
H1.HeaderClassName
{
color: #EFF0E2;
}
.AnyTagClassName
{
color: #EFF0E2;
}
</style>
background-color css
<style>
a { background-color: #EFF0E2; }
a { background-color: rgb(239,240,226); }
div.DivClassName
{
background-color: #EFF0E2;
}
.BgClassName
{
background-color: #EFF0E2;
}
</style>
border-color css
<style>
span { border-color: #EFF0E2; }
span { border-color: rgb(239,240,226); }
td.TdClassName
{
border-color: #EFF0E2;
}
.TagClassName
{
border-color: #EFF0E2;
}
</style>