Shades of Corn #F6EA5E
Tints of Corn #F6EA5E
RGB
CMYK
RGB Variations
Color information
#F6EA5E (or 0xF6EA5E) is known color: Corn. HEX triplet: F6, EA and 5E. RGB value is (246,234,94). Sum of RGB (Red+Green+Blue) = 246+234+94=574 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.86% from 574); Green value is 234 (91.80% from 255 or 40.77% from 574); Blue value is 94 (37.11% from 255 or 16.38% from 574); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EA5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6EA5E is #0915A1. Grayscale: #DEDEDE. Windows color (decimal): -595362 or 6220534. OLE color: 6220534.
HSL color Cylindrical-coordinate representation of color #F6EA5E: hue angle of 55.26º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F6EA5E is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 234 | 94 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.04 |
| HSL | 55.26º | 0.89% | 0.67% | - |
| HSV(B) | 55.26º | 0.62% | 0.96% | - |
| XYZ | 69.45 | 79.25 | 22.23 | - |
| YUV | 221.63 | 55.98 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 234 | 94 | 0 | 0.05 | 0.62 | 0.04 | 55.26 | 0.89 | 0.67 |
| Hex | F6 | EA | 5E | 0 | 5 | 3E | 4 | 37 | 59 | 43 |
| Octal | 366 | 352 | 136 | 0 | 5 | 76 | 4 | 67 | 131 | 103 |
| Binary | 11110110 | 11101010 | 1011110 | 0 | 101 | 111110 | 100 | 110111 | 1011001 | 1000011 |
Color Harmonies of #F6EA5E
Complementary color
Monochromatic Colors of #F6EA5E
Black with #F6EA5E
Text Example
Text Example
White with #F6EA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EA5E; }
p { color: rgb(246,234,94); }
H1.HeaderClassName
{
color: #F6EA5E;
}
.AnyTagClassName
{
color: #F6EA5E;
}
</style>
background-color css
<style>
a { background-color: #F6EA5E; }
a { background-color: rgb(246,234,94); }
div.DivClassName
{
background-color: #F6EA5E;
}
.BgClassName
{
background-color: #F6EA5E;
}
</style>
border-color css
<style>
span { border-color: #F6EA5E; }
span { border-color: rgb(246,234,94); }
td.TdClassName
{
border-color: #F6EA5E;
}
.TagClassName
{
border-color: #F6EA5E;
}
</style>