Shades of Corn #F0E15D
Tints of Corn #F0E15D
RGB
CMYK
RGB Variations
Color information
#F0E15D (or 0xF0E15D) is known color: Corn. HEX triplet: F0, E1 and 5D. RGB value is (240,225,93). Sum of RGB (Red+Green+Blue) = 240+225+93=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 225 (88.28% from 255 or 40.32% from 558); Blue value is 93 (36.72% from 255 or 16.67% from 558); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E15D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E15D is #0F1EA2. Grayscale: #D6D6D6. Windows color (decimal): -990883 or 6152688. OLE color: 6152688.
HSL color Cylindrical-coordinate representation of color #F0E15D: hue angle of 53.88º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F0E15D is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 225 | 93 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.06 |
| HSL | 53.88º | 0.83% | 0.65% | - |
| HSV(B) | 53.88º | 0.61% | 0.94% | - |
| XYZ | 64.84 | 73.17 | 21.06 | - |
| YUV | 214.44 | 59.47 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 225 | 93 | 0 | 0.06 | 0.61 | 0.06 | 53.88 | 0.83 | 0.65 |
| Hex | F0 | E1 | 5D | 0 | 6 | 3D | 6 | 36 | 53 | 41 |
| Octal | 360 | 341 | 135 | 0 | 6 | 75 | 6 | 66 | 123 | 101 |
| Binary | 11110000 | 11100001 | 1011101 | 0 | 110 | 111101 | 110 | 110110 | 1010011 | 1000001 |
Color Harmonies of #F0E15D
Complementary color
Monochromatic Colors of #F0E15D
Black with #F0E15D
Text Example
Text Example
White with #F0E15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E15D; }
p { color: rgb(240,225,93); }
H1.HeaderClassName
{
color: #F0E15D;
}
.AnyTagClassName
{
color: #F0E15D;
}
</style>
background-color css
<style>
a { background-color: #F0E15D; }
a { background-color: rgb(240,225,93); }
div.DivClassName
{
background-color: #F0E15D;
}
.BgClassName
{
background-color: #F0E15D;
}
</style>
border-color css
<style>
span { border-color: #F0E15D; }
span { border-color: rgb(240,225,93); }
td.TdClassName
{
border-color: #F0E15D;
}
.TagClassName
{
border-color: #F0E15D;
}
</style>