Shades of Corn #F0EB59
Tints of Corn #F0EB59
RGB
CMYK
RGB Variations
Color information
#F0EB59 (or 0xF0EB59) is known color: Corn. HEX triplet: F0, EB and 59. RGB value is (240,235,89). Sum of RGB (Red+Green+Blue) = 240+235+89=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 235 (92.19% from 255 or 41.67% from 564); Blue value is 89 (35.16% from 255 or 15.78% from 564); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EB59 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0EB59 is #0F14A6. Grayscale: #DCDCDC. Windows color (decimal): -988327 or 5893104. OLE color: 5893104.
HSL color Cylindrical-coordinate representation of color #F0EB59: hue angle of 58.01º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F0EB59 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 235 | 89 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.06 |
| HSL | 58.01º | 0.83% | 0.65% | - |
| HSV(B) | 58.01º | 0.63% | 0.94% | - |
| XYZ | 67.45 | 78.66 | 21.08 | - |
| YUV | 219.85 | 54.16 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 235 | 89 | 0 | 0.02 | 0.63 | 0.06 | 58.01 | 0.83 | 0.65 |
| Hex | F0 | EB | 59 | 0 | 2 | 3F | 6 | 3A | 53 | 41 |
| Octal | 360 | 353 | 131 | 0 | 2 | 77 | 6 | 72 | 123 | 101 |
| Binary | 11110000 | 11101011 | 1011001 | 0 | 10 | 111111 | 110 | 111010 | 1010011 | 1000001 |
Color Harmonies of #F0EB59
Complementary color
Monochromatic Colors of #F0EB59
Black with #F0EB59
Text Example
Text Example
White with #F0EB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EB59; }
p { color: rgb(240,235,89); }
H1.HeaderClassName
{
color: #F0EB59;
}
.AnyTagClassName
{
color: #F0EB59;
}
</style>
background-color css
<style>
a { background-color: #F0EB59; }
a { background-color: rgb(240,235,89); }
div.DivClassName
{
background-color: #F0EB59;
}
.BgClassName
{
background-color: #F0EB59;
}
</style>
border-color css
<style>
span { border-color: #F0EB59; }
span { border-color: rgb(240,235,89); }
td.TdClassName
{
border-color: #F0EB59;
}
.TagClassName
{
border-color: #F0EB59;
}
</style>