Shades of Sugar Cane #EFF0DF
Tints of Sugar Cane #EFF0DF
RGB
CMYK
RGB Variations
Color information
#EFF0DF (or 0xEFF0DF) is known color: Sugar Cane. HEX triplet: EF, F0 and DF. RGB value is (239,240,223). Sum of RGB (Red+Green+Blue) = 239+240+223=702 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.05% from 702); Green value is 240 (94.14% from 255 or 34.19% from 702); Blue value is 223 (87.5% from 255 or 31.77% from 702); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF0DF is #100F20. Grayscale: #EDEDED. Windows color (decimal): -1052449 or 14676207. OLE color: 14676207.
HSL color Cylindrical-coordinate representation of color #EFF0DF: hue angle of 63.53º degrees, saturation: 0.36, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFF0DF is Cyan = 0.00, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 223 | - |
| CMYK | 0.00 | 0 | 0.07 | 0.06 |
| HSL | 63.53º | 0.36% | 0.91% | - |
| HSV(B) | 63.53º | 0.07% | 0.94% | - |
| XYZ | 80.08 | 86 | 82.19 | - |
| YUV | 237.76 | 119.67 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 223 | 0.00 | 0 | 0.07 | 0.06 | 63.53 | 0.36 | 0.91 |
| Hex | EF | F0 | DF | 0 | 0 | 7 | 6 | 40 | 24 | 5B |
| Octal | 357 | 360 | 337 | 0 | 0 | 7 | 6 | 100 | 44 | 133 |
| Binary | 11101111 | 11110000 | 11011111 | 0 | 0 | 111 | 110 | 1000000 | 100100 | 1011011 |
Color Harmonies of #EFF0DF
Complementary color
Monochromatic Colors of #EFF0DF
Black with #EFF0DF
Text Example
Text Example
White with #EFF0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF0DF; }
p { color: rgb(239,240,223); }
H1.HeaderClassName
{
color: #EFF0DF;
}
.AnyTagClassName
{
color: #EFF0DF;
}
</style>
background-color css
<style>
a { background-color: #EFF0DF; }
a { background-color: rgb(239,240,223); }
div.DivClassName
{
background-color: #EFF0DF;
}
.BgClassName
{
background-color: #EFF0DF;
}
</style>
border-color css
<style>
span { border-color: #EFF0DF; }
span { border-color: rgb(239,240,223); }
td.TdClassName
{
border-color: #EFF0DF;
}
.TagClassName
{
border-color: #EFF0DF;
}
</style>