Shades of Sugar Cane #EFF0E1
Tints of Sugar Cane #EFF0E1
RGB
CMYK
RGB Variations
Color information
#EFF0E1 (or 0xEFF0E1) is known color: Sugar Cane. HEX triplet: EF, F0 and E1. RGB value is (239,240,225). Sum of RGB (Red+Green+Blue) = 239+240+225=704 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.95% from 704); Green value is 240 (94.14% from 255 or 34.09% from 704); Blue value is 225 (88.28% from 255 or 31.96% from 704); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF0E1 is #100F1E. Grayscale: #EEEEEE. Windows color (decimal): -1052447 or 14807279. OLE color: 14807279.
HSL color Cylindrical-coordinate representation of color #EFF0E1: hue angle of 64º degrees, saturation: 0.33, 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 #EFF0E1 is Cyan = 0.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 225 | - |
| CMYK | 0.00 | 0 | 0.06 | 0.06 |
| HSL | 64º | 0.33% | 0.91% | - |
| HSV(B) | 64º | 0.06% | 0.94% | - |
| XYZ | 80.35 | 86.11 | 83.62 | - |
| YUV | 237.99 | 120.67 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 225 | 0.00 | 0 | 0.06 | 0.06 | 64 | 0.33 | 0.91 |
| Hex | EF | F0 | E1 | 0 | 0 | 6 | 6 | 40 | 21 | 5B |
| Octal | 357 | 360 | 341 | 0 | 0 | 6 | 6 | 100 | 41 | 133 |
| Binary | 11101111 | 11110000 | 11100001 | 0 | 0 | 110 | 110 | 1000000 | 100001 | 1011011 |
Color Harmonies of #EFF0E1
Complementary color
Monochromatic Colors of #EFF0E1
Black with #EFF0E1
Text Example
Text Example
White with #EFF0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF0E1; }
p { color: rgb(239,240,225); }
H1.HeaderClassName
{
color: #EFF0E1;
}
.AnyTagClassName
{
color: #EFF0E1;
}
</style>
background-color css
<style>
a { background-color: #EFF0E1; }
a { background-color: rgb(239,240,225); }
div.DivClassName
{
background-color: #EFF0E1;
}
.BgClassName
{
background-color: #EFF0E1;
}
</style>
border-color css
<style>
span { border-color: #EFF0E1; }
span { border-color: rgb(239,240,225); }
td.TdClassName
{
border-color: #EFF0E1;
}
.TagClassName
{
border-color: #EFF0E1;
}
</style>