Shades of Corn #F4EA5D
Tints of Corn #F4EA5D
RGB
CMYK
RGB Variations
Color information
#F4EA5D (or 0xF4EA5D) is known color: Corn. HEX triplet: F4, EA and 5D. RGB value is (244,234,93). Sum of RGB (Red+Green+Blue) = 244+234+93=571 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.73% from 571); Green value is 234 (91.80% from 255 or 40.98% from 571); Blue value is 93 (36.72% from 255 or 16.29% from 571); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EA5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F4EA5D is #0B15A2. Grayscale: #DDDDDD. Windows color (decimal): -726435 or 6154996. OLE color: 6154996.
HSL color Cylindrical-coordinate representation of color #F4EA5D: hue angle of 56.03º degrees, saturation: 0.87, 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 #F4EA5D is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 234 | 93 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.04 |
| HSL | 56.03º | 0.87% | 0.66% | - |
| HSV(B) | 56.03º | 0.62% | 0.96% | - |
| XYZ | 68.71 | 78.87 | 21.96 | - |
| YUV | 220.92 | 55.81 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 234 | 93 | 0 | 0.04 | 0.62 | 0.04 | 56.03 | 0.87 | 0.66 |
| Hex | F4 | EA | 5D | 0 | 4 | 3E | 4 | 38 | 57 | 42 |
| Octal | 364 | 352 | 135 | 0 | 4 | 76 | 4 | 70 | 127 | 102 |
| Binary | 11110100 | 11101010 | 1011101 | 0 | 100 | 111110 | 100 | 111000 | 1010111 | 1000010 |
Color Harmonies of #F4EA5D
Complementary color
Monochromatic Colors of #F4EA5D
Black with #F4EA5D
Text Example
Text Example
White with #F4EA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EA5D; }
p { color: rgb(244,234,93); }
H1.HeaderClassName
{
color: #F4EA5D;
}
.AnyTagClassName
{
color: #F4EA5D;
}
</style>
background-color css
<style>
a { background-color: #F4EA5D; }
a { background-color: rgb(244,234,93); }
div.DivClassName
{
background-color: #F4EA5D;
}
.BgClassName
{
background-color: #F4EA5D;
}
</style>
border-color css
<style>
span { border-color: #F4EA5D; }
span { border-color: rgb(244,234,93); }
td.TdClassName
{
border-color: #F4EA5D;
}
.TagClassName
{
border-color: #F4EA5D;
}
</style>