Shades of Corn #F0EA5C
Tints of Corn #F0EA5C
RGB
CMYK
RGB Variations
Color information
#F0EA5C (or 0xF0EA5C) is known color: Corn. HEX triplet: F0, EA and 5C. RGB value is (240,234,92). Sum of RGB (Red+Green+Blue) = 240+234+92=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 234 (91.80% from 255 or 41.34% from 566); Blue value is 92 (36.33% from 255 or 16.25% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EA5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0EA5C is #0F15A3. Grayscale: #DCDCDC. Windows color (decimal): -988580 or 6089456. OLE color: 6089456.
HSL color Cylindrical-coordinate representation of color #F0EA5C: hue angle of 57.57º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F0EA5C is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 234 | 92 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.06 |
| HSL | 57.57º | 0.83% | 0.65% | - |
| HSV(B) | 57.57º | 0.62% | 0.94% | - |
| XYZ | 67.29 | 78.14 | 21.66 | - |
| YUV | 219.61 | 55.99 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 234 | 92 | 0 | 0.02 | 0.62 | 0.06 | 57.57 | 0.83 | 0.65 |
| Hex | F0 | EA | 5C | 0 | 2 | 3E | 6 | 3A | 53 | 41 |
| Octal | 360 | 352 | 134 | 0 | 2 | 76 | 6 | 72 | 123 | 101 |
| Binary | 11110000 | 11101010 | 1011100 | 0 | 10 | 111110 | 110 | 111010 | 1010011 | 1000001 |
Color Harmonies of #F0EA5C
Complementary color
Monochromatic Colors of #F0EA5C
Black with #F0EA5C
Text Example
Text Example
White with #F0EA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EA5C; }
p { color: rgb(240,234,92); }
H1.HeaderClassName
{
color: #F0EA5C;
}
.AnyTagClassName
{
color: #F0EA5C;
}
</style>
background-color css
<style>
a { background-color: #F0EA5C; }
a { background-color: rgb(240,234,92); }
div.DivClassName
{
background-color: #F0EA5C;
}
.BgClassName
{
background-color: #F0EA5C;
}
</style>
border-color css
<style>
span { border-color: #F0EA5C; }
span { border-color: rgb(240,234,92); }
td.TdClassName
{
border-color: #F0EA5C;
}
.TagClassName
{
border-color: #F0EA5C;
}
</style>