Shades of Corn #F2EE5C
Tints of Corn #F2EE5C
RGB
CMYK
RGB Variations
Color information
#F2EE5C (or 0xF2EE5C) is known color: Corn. HEX triplet: F2, EE and 5C. RGB value is (242,238,92). Sum of RGB (Red+Green+Blue) = 242+238+92=572 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.31% from 572); Green value is 238 (93.36% from 255 or 41.61% from 572); Blue value is 92 (36.33% from 255 or 16.08% from 572); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EE5C is #0D11A3. Grayscale: #DFDFDF. Windows color (decimal): -856484 or 6090482. OLE color: 6090482.
HSL color Cylindrical-coordinate representation of color #F2EE5C: hue angle of 58.4º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F2EE5C is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 92 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.05 |
| HSL | 58.4º | 0.85% | 0.65% | - |
| HSV(B) | 58.4º | 0.62% | 0.95% | - |
| XYZ | 69.12 | 80.8 | 22.08 | - |
| YUV | 222.55 | 54.33 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 92 | 0 | 0.02 | 0.62 | 0.05 | 58.4 | 0.85 | 0.65 |
| Hex | F2 | EE | 5C | 0 | 2 | 3E | 5 | 3A | 55 | 41 |
| Octal | 362 | 356 | 134 | 0 | 2 | 76 | 5 | 72 | 125 | 101 |
| Binary | 11110010 | 11101110 | 1011100 | 0 | 10 | 111110 | 101 | 111010 | 1010101 | 1000001 |
Color Harmonies of #F2EE5C
Complementary color
Monochromatic Colors of #F2EE5C
Black with #F2EE5C
Text Example
Text Example
White with #F2EE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EE5C; }
p { color: rgb(242,238,92); }
H1.HeaderClassName
{
color: #F2EE5C;
}
.AnyTagClassName
{
color: #F2EE5C;
}
</style>
background-color css
<style>
a { background-color: #F2EE5C; }
a { background-color: rgb(242,238,92); }
div.DivClassName
{
background-color: #F2EE5C;
}
.BgClassName
{
background-color: #F2EE5C;
}
</style>
border-color css
<style>
span { border-color: #F2EE5C; }
span { border-color: rgb(242,238,92); }
td.TdClassName
{
border-color: #F2EE5C;
}
.TagClassName
{
border-color: #F2EE5C;
}
</style>