Shades of Corn #F2EE57
Tints of Corn #F2EE57
RGB
CMYK
RGB Variations
Color information
#F2EE57 (or 0xF2EE57) is known color: Corn. HEX triplet: F2, EE and 57. RGB value is (242,238,87). Sum of RGB (Red+Green+Blue) = 242+238+87=567 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.68% from 567); Green value is 238 (93.36% from 255 or 41.98% from 567); Blue value is 87 (34.38% from 255 or 15.34% from 567); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE57 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EE57 is #0D11A8. Grayscale: #DEDEDE. Windows color (decimal): -856489 or 5762802. OLE color: 5762802.
HSL color Cylindrical-coordinate representation of color #F2EE57: hue angle of 58.45º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F2EE57 is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 87 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.05 |
| HSL | 58.45º | 0.86% | 0.65% | - |
| HSV(B) | 58.45º | 0.64% | 0.95% | - |
| XYZ | 68.91 | 80.71 | 20.96 | - |
| YUV | 221.98 | 51.83 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 87 | 0 | 0.02 | 0.64 | 0.05 | 58.45 | 0.86 | 0.65 |
| Hex | F2 | EE | 57 | 0 | 2 | 40 | 5 | 3A | 56 | 41 |
| Octal | 362 | 356 | 127 | 0 | 2 | 100 | 5 | 72 | 126 | 101 |
| Binary | 11110010 | 11101110 | 1010111 | 0 | 10 | 1000000 | 101 | 111010 | 1010110 | 1000001 |
Color Harmonies of #F2EE57
Complementary color
Monochromatic Colors of #F2EE57
Black with #F2EE57
Text Example
Text Example
White with #F2EE57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EE57; }
p { color: rgb(242,238,87); }
H1.HeaderClassName
{
color: #F2EE57;
}
.AnyTagClassName
{
color: #F2EE57;
}
</style>
background-color css
<style>
a { background-color: #F2EE57; }
a { background-color: rgb(242,238,87); }
div.DivClassName
{
background-color: #F2EE57;
}
.BgClassName
{
background-color: #F2EE57;
}
</style>
border-color css
<style>
span { border-color: #F2EE57; }
span { border-color: rgb(242,238,87); }
td.TdClassName
{
border-color: #F2EE57;
}
.TagClassName
{
border-color: #F2EE57;
}
</style>