Shades of Corn #F5EE5E
Tints of Corn #F5EE5E
RGB
CMYK
RGB Variations
Color information
#F5EE5E (or 0xF5EE5E) is known color: Corn. HEX triplet: F5, EE and 5E. RGB value is (245,238,94). Sum of RGB (Red+Green+Blue) = 245+238+94=577 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.46% from 577); Green value is 238 (93.36% from 255 or 41.25% from 577); Blue value is 94 (37.11% from 255 or 16.29% from 577); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EE5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5EE5E is #0A11A1. Grayscale: #E0E0E0. Windows color (decimal): -659874 or 6221557. OLE color: 6221557.
HSL color Cylindrical-coordinate representation of color #F5EE5E: hue angle of 57.22º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F5EE5E is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 238 | 94 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.04 |
| HSL | 57.22º | 0.88% | 0.66% | - |
| HSV(B) | 57.22º | 0.62% | 0.96% | - |
| XYZ | 70.25 | 81.37 | 22.59 | - |
| YUV | 223.68 | 54.82 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 238 | 94 | 0 | 0.03 | 0.62 | 0.04 | 57.22 | 0.88 | 0.66 |
| Hex | F5 | EE | 5E | 0 | 3 | 3E | 4 | 39 | 58 | 42 |
| Octal | 365 | 356 | 136 | 0 | 3 | 76 | 4 | 71 | 130 | 102 |
| Binary | 11110101 | 11101110 | 1011110 | 0 | 11 | 111110 | 100 | 111001 | 1011000 | 1000010 |
Color Harmonies of #F5EE5E
Complementary color
Monochromatic Colors of #F5EE5E
Black with #F5EE5E
Text Example
Text Example
White with #F5EE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EE5E; }
p { color: rgb(245,238,94); }
H1.HeaderClassName
{
color: #F5EE5E;
}
.AnyTagClassName
{
color: #F5EE5E;
}
</style>
background-color css
<style>
a { background-color: #F5EE5E; }
a { background-color: rgb(245,238,94); }
div.DivClassName
{
background-color: #F5EE5E;
}
.BgClassName
{
background-color: #F5EE5E;
}
</style>
border-color css
<style>
span { border-color: #F5EE5E; }
span { border-color: rgb(245,238,94); }
td.TdClassName
{
border-color: #F5EE5E;
}
.TagClassName
{
border-color: #F5EE5E;
}
</style>