Shades of Sugar Cane #F0F0EE
Tints of Sugar Cane #F0F0EE
RGB
CMYK
RGB Variations
Color information
#F0F0EE (or 0xF0F0EE) is known color: Sugar Cane. HEX triplet: F0, F0 and EE. RGB value is (240,240,238). Sum of RGB (Red+Green+Blue) = 240+240+238=718 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.43% from 718); Green value is 240 (94.14% from 255 or 33.43% from 718); Blue value is 238 (93.36% from 255 or 33.15% from 718); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F0EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F0EE is #0F0F11. Grayscale: #EFEFEF. Windows color (decimal): -986898 or 15659248. OLE color: 15659248.
HSL color Cylindrical-coordinate representation of color #F0F0EE: hue angle of 60º degrees, saturation: 0.06, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #F0F0EE is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 240 | 238 | - |
| CMYK | 0 | 0 | 0.01 | 0.06 |
| HSL | 60º | 0.06% | 0.94% | - |
| HSV(B) | 60º | 0.01% | 0.94% | - |
| XYZ | 82.53 | 87.02 | 93.34 | - |
| YUV | 239.77 | 127 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 240 | 238 | 0 | 0 | 0.01 | 0.06 | 60 | 0.06 | 0.94 |
| Hex | F0 | F0 | EE | 0 | 0 | 1 | 6 | 3C | 6 | 5E |
| Octal | 360 | 360 | 356 | 0 | 0 | 1 | 6 | 74 | 6 | 136 |
| Binary | 11110000 | 11110000 | 11101110 | 0 | 0 | 1 | 110 | 111100 | 110 | 1011110 |
Color Harmonies of #F0F0EE
Complementary color
Monochromatic Colors of #F0F0EE
Black with #F0F0EE
Text Example
Text Example
White with #F0F0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F0EE; }
p { color: rgb(240,240,238); }
H1.HeaderClassName
{
color: #F0F0EE;
}
.AnyTagClassName
{
color: #F0F0EE;
}
</style>
background-color css
<style>
a { background-color: #F0F0EE; }
a { background-color: rgb(240,240,238); }
div.DivClassName
{
background-color: #F0F0EE;
}
.BgClassName
{
background-color: #F0F0EE;
}
</style>
border-color css
<style>
span { border-color: #F0F0EE; }
span { border-color: rgb(240,240,238); }
td.TdClassName
{
border-color: #F0F0EE;
}
.TagClassName
{
border-color: #F0F0EE;
}
</style>