Shades of Corn #F1EA5E
Tints of Corn #F1EA5E
RGB
CMYK
RGB Variations
Color information
#F1EA5E (or 0xF1EA5E) is known color: Corn. HEX triplet: F1, EA and 5E. RGB value is (241,234,94). Sum of RGB (Red+Green+Blue) = 241+234+94=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 234 (91.80% from 255 or 41.12% from 569); Blue value is 94 (37.11% from 255 or 16.52% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EA5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1EA5E is #0E15A1. Grayscale: #DCDCDC. Windows color (decimal): -923042 or 6220529. OLE color: 6220529.
HSL color Cylindrical-coordinate representation of color #F1EA5E: hue angle of 57.14º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F1EA5E is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 234 | 94 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.05 |
| HSL | 57.14º | 0.84% | 0.66% | - |
| HSV(B) | 57.14º | 0.61% | 0.95% | - |
| XYZ | 67.72 | 78.35 | 22.14 | - |
| YUV | 220.13 | 56.82 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 234 | 94 | 0 | 0.03 | 0.61 | 0.05 | 57.14 | 0.84 | 0.66 |
| Hex | F1 | EA | 5E | 0 | 3 | 3D | 5 | 39 | 54 | 42 |
| Octal | 361 | 352 | 136 | 0 | 3 | 75 | 5 | 71 | 124 | 102 |
| Binary | 11110001 | 11101010 | 1011110 | 0 | 11 | 111101 | 101 | 111001 | 1010100 | 1000010 |
Color Harmonies of #F1EA5E
Complementary color
Monochromatic Colors of #F1EA5E
Black with #F1EA5E
Text Example
Text Example
White with #F1EA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EA5E; }
p { color: rgb(241,234,94); }
H1.HeaderClassName
{
color: #F1EA5E;
}
.AnyTagClassName
{
color: #F1EA5E;
}
</style>
background-color css
<style>
a { background-color: #F1EA5E; }
a { background-color: rgb(241,234,94); }
div.DivClassName
{
background-color: #F1EA5E;
}
.BgClassName
{
background-color: #F1EA5E;
}
</style>
border-color css
<style>
span { border-color: #F1EA5E; }
span { border-color: rgb(241,234,94); }
td.TdClassName
{
border-color: #F1EA5E;
}
.TagClassName
{
border-color: #F1EA5E;
}
</style>