Shades of Sugar Cane #F0F0EA
Tints of Sugar Cane #F0F0EA
RGB
CMYK
RGB Variations
Color information
#F0F0EA (or 0xF0F0EA) is known color: Sugar Cane. HEX triplet: F0, F0 and EA. RGB value is (240,240,234). Sum of RGB (Red+Green+Blue) = 240+240+234=714 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.61% from 714); Green value is 240 (94.14% from 255 or 33.61% from 714); Blue value is 234 (91.80% from 255 or 32.77% from 714); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F0EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F0EA is #0F0F15. Grayscale: #EFEFEF. Windows color (decimal): -986902 or 15397104. OLE color: 15397104.
HSL color Cylindrical-coordinate representation of color #F0F0EA: hue angle of 60º degrees, saturation: 0.17, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F0F0EA is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 240 | 234 | - |
| CMYK | 0 | 0 | 0.02 | 0.06 |
| HSL | 60º | 0.17% | 0.93% | - |
| HSV(B) | 60º | 0.02% | 0.94% | - |
| XYZ | 81.95 | 86.79 | 90.27 | - |
| YUV | 239.32 | 125 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 240 | 234 | 0 | 0 | 0.02 | 0.06 | 60 | 0.17 | 0.93 |
| Hex | F0 | F0 | EA | 0 | 0 | 2 | 6 | 3C | 11 | 5D |
| Octal | 360 | 360 | 352 | 0 | 0 | 2 | 6 | 74 | 21 | 135 |
| Binary | 11110000 | 11110000 | 11101010 | 0 | 0 | 10 | 110 | 111100 | 10001 | 1011101 |
Color Harmonies of #F0F0EA
Complementary color
Monochromatic Colors of #F0F0EA
Black with #F0F0EA
Text Example
Text Example
White with #F0F0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F0EA; }
p { color: rgb(240,240,234); }
H1.HeaderClassName
{
color: #F0F0EA;
}
.AnyTagClassName
{
color: #F0F0EA;
}
</style>
background-color css
<style>
a { background-color: #F0F0EA; }
a { background-color: rgb(240,240,234); }
div.DivClassName
{
background-color: #F0F0EA;
}
.BgClassName
{
background-color: #F0F0EA;
}
</style>
border-color css
<style>
span { border-color: #F0F0EA; }
span { border-color: rgb(240,240,234); }
td.TdClassName
{
border-color: #F0F0EA;
}
.TagClassName
{
border-color: #F0F0EA;
}
</style>