Shades of Sweet Corn #F0E06F
Tints of Sweet Corn #F0E06F
RGB
CMYK
RGB Variations
Color information
#F0E06F (or 0xF0E06F) is known color: Sweet Corn. HEX triplet: F0, E0 and 6F. RGB value is (240,224,111). Sum of RGB (Red+Green+Blue) = 240+224+111=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 224 (87.89% from 255 or 38.96% from 575); Blue value is 111 (43.75% from 255 or 19.30% from 575); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E06F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E06F is #0F1F90. Grayscale: #D8D8D8. Windows color (decimal): -991121 or 7332080. OLE color: 7332080.
HSL color Cylindrical-coordinate representation of color #F0E06F: hue angle of 52.56º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F0E06F is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 224 | 111 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.06 |
| HSL | 52.56º | 0.81% | 0.69% | - |
| HSV(B) | 52.56º | 0.54% | 0.94% | - |
| XYZ | 65.46 | 72.98 | 25.68 | - |
| YUV | 215.9 | 68.8 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 224 | 111 | 0 | 0.07 | 0.54 | 0.06 | 52.56 | 0.81 | 0.69 |
| Hex | F0 | E0 | 6F | 0 | 7 | 36 | 6 | 35 | 51 | 45 |
| Octal | 360 | 340 | 157 | 0 | 7 | 66 | 6 | 65 | 121 | 105 |
| Binary | 11110000 | 11100000 | 1101111 | 0 | 111 | 110110 | 110 | 110101 | 1010001 | 1000101 |
Color Harmonies of #F0E06F
Complementary color
Monochromatic Colors of #F0E06F
Black with #F0E06F
Text Example
Text Example
White with #F0E06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E06F; }
p { color: rgb(240,224,111); }
H1.HeaderClassName
{
color: #F0E06F;
}
.AnyTagClassName
{
color: #F0E06F;
}
</style>
background-color css
<style>
a { background-color: #F0E06F; }
a { background-color: rgb(240,224,111); }
div.DivClassName
{
background-color: #F0E06F;
}
.BgClassName
{
background-color: #F0E06F;
}
</style>
border-color css
<style>
span { border-color: #F0E06F; }
span { border-color: rgb(240,224,111); }
td.TdClassName
{
border-color: #F0E06F;
}
.TagClassName
{
border-color: #F0E06F;
}
</style>