Shades of Corn #F5EE5C
Tints of Corn #F5EE5C
RGB
CMYK
RGB Variations
Color information
#F5EE5C (or 0xF5EE5C) is known color: Corn. HEX triplet: F5, EE and 5C. RGB value is (245,238,92). Sum of RGB (Red+Green+Blue) = 245+238+92=575 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.61% from 575); Green value is 238 (93.36% from 255 or 41.39% from 575); Blue value is 92 (36.33% from 255 or 16% from 575); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EE5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5EE5C is #0A11A3. Grayscale: #E0E0E0. Windows color (decimal): -659876 or 6090485. OLE color: 6090485.
HSL color Cylindrical-coordinate representation of color #F5EE5C: hue angle of 57.25º 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 #F5EE5C is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 238 | 92 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.04 |
| HSL | 57.25º | 0.88% | 0.66% | - |
| HSV(B) | 57.25º | 0.62% | 0.96% | - |
| XYZ | 70.16 | 81.33 | 22.13 | - |
| YUV | 223.45 | 53.82 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 238 | 92 | 0 | 0.03 | 0.62 | 0.04 | 57.25 | 0.88 | 0.66 |
| Hex | F5 | EE | 5C | 0 | 3 | 3E | 4 | 39 | 58 | 42 |
| Octal | 365 | 356 | 134 | 0 | 3 | 76 | 4 | 71 | 130 | 102 |
| Binary | 11110101 | 11101110 | 1011100 | 0 | 11 | 111110 | 100 | 111001 | 1011000 | 1000010 |
Color Harmonies of #F5EE5C
Complementary color
Monochromatic Colors of #F5EE5C
Black with #F5EE5C
Text Example
Text Example
White with #F5EE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EE5C; }
p { color: rgb(245,238,92); }
H1.HeaderClassName
{
color: #F5EE5C;
}
.AnyTagClassName
{
color: #F5EE5C;
}
</style>
background-color css
<style>
a { background-color: #F5EE5C; }
a { background-color: rgb(245,238,92); }
div.DivClassName
{
background-color: #F5EE5C;
}
.BgClassName
{
background-color: #F5EE5C;
}
</style>
border-color css
<style>
span { border-color: #F5EE5C; }
span { border-color: rgb(245,238,92); }
td.TdClassName
{
border-color: #F5EE5C;
}
.TagClassName
{
border-color: #F5EE5C;
}
</style>