Shades of Sweet Corn #F0E370
Tints of Sweet Corn #F0E370
RGB
CMYK
RGB Variations
Color information
#F0E370 (or 0xF0E370) is known color: Sweet Corn. HEX triplet: F0, E3 and 70. RGB value is (240,227,112). Sum of RGB (Red+Green+Blue) = 240+227+112=579 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.45% from 579); Green value is 227 (89.06% from 255 or 39.21% from 579); Blue value is 112 (44.14% from 255 or 19.34% from 579); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E370 is #0F1C8F. Grayscale: #DADADA. Windows color (decimal): -990352 or 7398384. OLE color: 7398384.
HSL color Cylindrical-coordinate representation of color #F0E370: hue angle of 53.91º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F0E370 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 227 | 112 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.06 |
| HSL | 53.91º | 0.81% | 0.69% | - |
| HSV(B) | 53.91º | 0.53% | 0.94% | - |
| XYZ | 66.33 | 74.63 | 26.24 | - |
| YUV | 217.78 | 68.31 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 227 | 112 | 0 | 0.05 | 0.53 | 0.06 | 53.91 | 0.81 | 0.69 |
| Hex | F0 | E3 | 70 | 0 | 5 | 35 | 6 | 36 | 51 | 45 |
| Octal | 360 | 343 | 160 | 0 | 5 | 65 | 6 | 66 | 121 | 105 |
| Binary | 11110000 | 11100011 | 1110000 | 0 | 101 | 110101 | 110 | 110110 | 1010001 | 1000101 |
Color Harmonies of #F0E370
Complementary color
Monochromatic Colors of #F0E370
Black with #F0E370
Text Example
Text Example
White with #F0E370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E370; }
p { color: rgb(240,227,112); }
H1.HeaderClassName
{
color: #F0E370;
}
.AnyTagClassName
{
color: #F0E370;
}
</style>
background-color css
<style>
a { background-color: #F0E370; }
a { background-color: rgb(240,227,112); }
div.DivClassName
{
background-color: #F0E370;
}
.BgClassName
{
background-color: #F0E370;
}
</style>
border-color css
<style>
span { border-color: #F0E370; }
span { border-color: rgb(240,227,112); }
td.TdClassName
{
border-color: #F0E370;
}
.TagClassName
{
border-color: #F0E370;
}
</style>