Shades of Corn #F2EB5E
Tints of Corn #F2EB5E
RGB
CMYK
RGB Variations
Color information
#F2EB5E (or 0xF2EB5E) is known color: Corn. HEX triplet: F2, EB and 5E. RGB value is (242,235,94). Sum of RGB (Red+Green+Blue) = 242+235+94=571 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.38% from 571); Green value is 235 (92.19% from 255 or 41.16% from 571); Blue value is 94 (37.11% from 255 or 16.46% from 571); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EB5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EB5E is #0D14A1. Grayscale: #DDDDDD. Windows color (decimal): -857250 or 6220786. OLE color: 6220786.
HSL color Cylindrical-coordinate representation of color #F2EB5E: hue angle of 57.16º degrees, saturation: 0.85, 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 #F2EB5E is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 235 | 94 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.05 |
| HSL | 57.16º | 0.85% | 0.66% | - |
| HSV(B) | 57.16º | 0.61% | 0.95% | - |
| XYZ | 68.35 | 79.1 | 22.26 | - |
| YUV | 221.02 | 56.32 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 235 | 94 | 0 | 0.03 | 0.61 | 0.05 | 57.16 | 0.85 | 0.66 |
| Hex | F2 | EB | 5E | 0 | 3 | 3D | 5 | 39 | 55 | 42 |
| Octal | 362 | 353 | 136 | 0 | 3 | 75 | 5 | 71 | 125 | 102 |
| Binary | 11110010 | 11101011 | 1011110 | 0 | 11 | 111101 | 101 | 111001 | 1010101 | 1000010 |
Color Harmonies of #F2EB5E
Complementary color
Monochromatic Colors of #F2EB5E
Black with #F2EB5E
Text Example
Text Example
White with #F2EB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EB5E; }
p { color: rgb(242,235,94); }
H1.HeaderClassName
{
color: #F2EB5E;
}
.AnyTagClassName
{
color: #F2EB5E;
}
</style>
background-color css
<style>
a { background-color: #F2EB5E; }
a { background-color: rgb(242,235,94); }
div.DivClassName
{
background-color: #F2EB5E;
}
.BgClassName
{
background-color: #F2EB5E;
}
</style>
border-color css
<style>
span { border-color: #F2EB5E; }
span { border-color: rgb(242,235,94); }
td.TdClassName
{
border-color: #F2EB5E;
}
.TagClassName
{
border-color: #F2EB5E;
}
</style>