Shades of Sugar Cane #EFF1E0
Tints of Sugar Cane #EFF1E0
RGB
CMYK
RGB Variations
Color information
#EFF1E0 (or 0xEFF1E0) is known color: Sugar Cane. HEX triplet: EF, F1 and E0. RGB value is (239,241,224). Sum of RGB (Red+Green+Blue) = 239+241+224=704 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.95% from 704); Green value is 241 (94.53% from 255 or 34.23% from 704); Blue value is 224 (87.89% from 255 or 31.82% from 704); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF1E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF1E0 is #100E1F. Grayscale: #EEEEEE. Windows color (decimal): -1052192 or 14741999. OLE color: 14741999.
HSL color Cylindrical-coordinate representation of color #EFF1E0: hue angle of 67.06º degrees, saturation: 0.38, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFF1E0 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 224 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.05 |
| HSL | 67.06º | 0.38% | 0.91% | - |
| HSV(B) | 67.06º | 0.07% | 0.95% | - |
| XYZ | 80.51 | 86.64 | 83 | - |
| YUV | 238.46 | 119.84 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 224 | 0.01 | 0 | 0.07 | 0.05 | 67.06 | 0.38 | 0.91 |
| Hex | EF | F1 | E0 | 1 | 0 | 7 | 5 | 43 | 26 | 5B |
| Octal | 357 | 361 | 340 | 1 | 0 | 7 | 5 | 103 | 46 | 133 |
| Binary | 11101111 | 11110001 | 11100000 | 1 | 0 | 111 | 101 | 1000011 | 100110 | 1011011 |
Color Harmonies of #EFF1E0
Complementary color
Monochromatic Colors of #EFF1E0
Black with #EFF1E0
Text Example
Text Example
White with #EFF1E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF1E0; }
p { color: rgb(239,241,224); }
H1.HeaderClassName
{
color: #EFF1E0;
}
.AnyTagClassName
{
color: #EFF1E0;
}
</style>
background-color css
<style>
a { background-color: #EFF1E0; }
a { background-color: rgb(239,241,224); }
div.DivClassName
{
background-color: #EFF1E0;
}
.BgClassName
{
background-color: #EFF1E0;
}
</style>
border-color css
<style>
span { border-color: #EFF1E0; }
span { border-color: rgb(239,241,224); }
td.TdClassName
{
border-color: #EFF1E0;
}
.TagClassName
{
border-color: #EFF1E0;
}
</style>