Shades of Sugar Cane #EFF0E8
Tints of Sugar Cane #EFF0E8
RGB
CMYK
RGB Variations
Color information
#EFF0E8 (or 0xEFF0E8) is known color: Sugar Cane. HEX triplet: EF, F0 and E8. RGB value is (239,240,232). Sum of RGB (Red+Green+Blue) = 239+240+232=711 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.61% from 711); Green value is 240 (94.14% from 255 or 33.76% from 711); Blue value is 232 (91.02% from 255 or 32.63% from 711); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF0E8 is #100F17. Grayscale: #EEEEEE. Windows color (decimal): -1052440 or 15266031. OLE color: 15266031.
HSL color Cylindrical-coordinate representation of color #EFF0E8: hue angle of 67.5º degrees, saturation: 0.21, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EFF0E8 is Cyan = 0.00, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 232 | - |
| CMYK | 0.00 | 0 | 0.03 | 0.06 |
| HSL | 67.5º | 0.21% | 0.93% | - |
| HSV(B) | 67.5º | 0.03% | 0.94% | - |
| XYZ | 81.32 | 86.5 | 88.75 | - |
| YUV | 238.79 | 124.17 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 232 | 0.00 | 0 | 0.03 | 0.06 | 67.5 | 0.21 | 0.93 |
| Hex | EF | F0 | E8 | 0 | 0 | 3 | 6 | 44 | 15 | 5D |
| Octal | 357 | 360 | 350 | 0 | 0 | 3 | 6 | 104 | 25 | 135 |
| Binary | 11101111 | 11110000 | 11101000 | 0 | 0 | 11 | 110 | 1000100 | 10101 | 1011101 |
Color Harmonies of #EFF0E8
Complementary color
Monochromatic Colors of #EFF0E8
Black with #EFF0E8
Text Example
Text Example
White with #EFF0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF0E8; }
p { color: rgb(239,240,232); }
H1.HeaderClassName
{
color: #EFF0E8;
}
.AnyTagClassName
{
color: #EFF0E8;
}
</style>
background-color css
<style>
a { background-color: #EFF0E8; }
a { background-color: rgb(239,240,232); }
div.DivClassName
{
background-color: #EFF0E8;
}
.BgClassName
{
background-color: #EFF0E8;
}
</style>
border-color css
<style>
span { border-color: #EFF0E8; }
span { border-color: rgb(239,240,232); }
td.TdClassName
{
border-color: #EFF0E8;
}
.TagClassName
{
border-color: #EFF0E8;
}
</style>