Shades of Sugar Cane #EFF2E1
Tints of Sugar Cane #EFF2E1
RGB
CMYK
RGB Variations
Color information
#EFF2E1 (or 0xEFF2E1) is known color: Sugar Cane. HEX triplet: EF, F2 and E1. RGB value is (239,242,225). Sum of RGB (Red+Green+Blue) = 239+242+225=706 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.85% from 706); Green value is 242 (94.92% from 255 or 34.28% from 706); Blue value is 225 (88.28% from 255 or 31.87% from 706); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF2E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF2E1 is #100D1E. Grayscale: #EFEFEF. Windows color (decimal): -1051935 or 14807791. OLE color: 14807791.
HSL color Cylindrical-coordinate representation of color #EFF2E1: hue angle of 70.59º degrees, saturation: 0.4, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFF2E1 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 225 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.05 |
| HSL | 70.59º | 0.4% | 0.92% | - |
| HSV(B) | 70.59º | 0.07% | 0.95% | - |
| XYZ | 80.94 | 87.29 | 83.82 | - |
| YUV | 239.17 | 120.01 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 225 | 0.01 | 0 | 0.07 | 0.05 | 70.59 | 0.4 | 0.92 |
| Hex | EF | F2 | E1 | 1 | 0 | 7 | 5 | 47 | 28 | 5C |
| Octal | 357 | 362 | 341 | 1 | 0 | 7 | 5 | 107 | 50 | 134 |
| Binary | 11101111 | 11110010 | 11100001 | 1 | 0 | 111 | 101 | 1000111 | 101000 | 1011100 |
Color Harmonies of #EFF2E1
Complementary color
Monochromatic Colors of #EFF2E1
Black with #EFF2E1
Text Example
Text Example
White with #EFF2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF2E1; }
p { color: rgb(239,242,225); }
H1.HeaderClassName
{
color: #EFF2E1;
}
.AnyTagClassName
{
color: #EFF2E1;
}
</style>
background-color css
<style>
a { background-color: #EFF2E1; }
a { background-color: rgb(239,242,225); }
div.DivClassName
{
background-color: #EFF2E1;
}
.BgClassName
{
background-color: #EFF2E1;
}
</style>
border-color css
<style>
span { border-color: #EFF2E1; }
span { border-color: rgb(239,242,225); }
td.TdClassName
{
border-color: #EFF2E1;
}
.TagClassName
{
border-color: #EFF2E1;
}
</style>