Shades of Corn #F5EA5E
Tints of Corn #F5EA5E
RGB
CMYK
RGB Variations
Color information
#F5EA5E (or 0xF5EA5E) is known color: Corn. HEX triplet: F5, EA and 5E. RGB value is (245,234,94). Sum of RGB (Red+Green+Blue) = 245+234+94=573 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.76% from 573); Green value is 234 (91.80% from 255 or 40.84% from 573); Blue value is 94 (37.11% from 255 or 16.40% from 573); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EA5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5EA5E is #0A15A1. Grayscale: #DDDDDD. Windows color (decimal): -660898 or 6220533. OLE color: 6220533.
HSL color Cylindrical-coordinate representation of color #F5EA5E: hue angle of 55.63º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F5EA5E is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 234 | 94 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.04 |
| HSL | 55.63º | 0.88% | 0.66% | - |
| HSV(B) | 55.63º | 0.62% | 0.96% | - |
| XYZ | 69.1 | 79.07 | 22.21 | - |
| YUV | 221.33 | 56.14 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 234 | 94 | 0 | 0.04 | 0.62 | 0.04 | 55.63 | 0.88 | 0.66 |
| Hex | F5 | EA | 5E | 0 | 4 | 3E | 4 | 38 | 58 | 42 |
| Octal | 365 | 352 | 136 | 0 | 4 | 76 | 4 | 70 | 130 | 102 |
| Binary | 11110101 | 11101010 | 1011110 | 0 | 100 | 111110 | 100 | 111000 | 1011000 | 1000010 |
Color Harmonies of #F5EA5E
Complementary color
Monochromatic Colors of #F5EA5E
Black with #F5EA5E
Text Example
Text Example
White with #F5EA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EA5E; }
p { color: rgb(245,234,94); }
H1.HeaderClassName
{
color: #F5EA5E;
}
.AnyTagClassName
{
color: #F5EA5E;
}
</style>
background-color css
<style>
a { background-color: #F5EA5E; }
a { background-color: rgb(245,234,94); }
div.DivClassName
{
background-color: #F5EA5E;
}
.BgClassName
{
background-color: #F5EA5E;
}
</style>
border-color css
<style>
span { border-color: #F5EA5E; }
span { border-color: rgb(245,234,94); }
td.TdClassName
{
border-color: #F5EA5E;
}
.TagClassName
{
border-color: #F5EA5E;
}
</style>