Shades of Sweet Corn #F0E06B
Tints of Sweet Corn #F0E06B
RGB
CMYK
RGB Variations
Color information
#F0E06B (or 0xF0E06B) is known color: Sweet Corn. HEX triplet: F0, E0 and 6B. RGB value is (240,224,107). Sum of RGB (Red+Green+Blue) = 240+224+107=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 224 (87.89% from 255 or 39.23% from 571); Blue value is 107 (42.19% from 255 or 18.74% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E06B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E06B is #0F1F94. Grayscale: #D7D7D7. Windows color (decimal): -991125 or 7069936. OLE color: 7069936.
HSL color Cylindrical-coordinate representation of color #F0E06B: hue angle of 52.78º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0E06B is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 224 | 107 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.06 |
| HSL | 52.78º | 0.82% | 0.68% | - |
| HSV(B) | 52.78º | 0.55% | 0.94% | - |
| XYZ | 65.24 | 72.9 | 24.54 | - |
| YUV | 215.45 | 66.8 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 224 | 107 | 0 | 0.07 | 0.55 | 0.06 | 52.78 | 0.82 | 0.68 |
| Hex | F0 | E0 | 6B | 0 | 7 | 37 | 6 | 35 | 52 | 44 |
| Octal | 360 | 340 | 153 | 0 | 7 | 67 | 6 | 65 | 122 | 104 |
| Binary | 11110000 | 11100000 | 1101011 | 0 | 111 | 110111 | 110 | 110101 | 1010010 | 1000100 |
Color Harmonies of #F0E06B
Complementary color
Monochromatic Colors of #F0E06B
Black with #F0E06B
Text Example
Text Example
White with #F0E06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E06B; }
p { color: rgb(240,224,107); }
H1.HeaderClassName
{
color: #F0E06B;
}
.AnyTagClassName
{
color: #F0E06B;
}
</style>
background-color css
<style>
a { background-color: #F0E06B; }
a { background-color: rgb(240,224,107); }
div.DivClassName
{
background-color: #F0E06B;
}
.BgClassName
{
background-color: #F0E06B;
}
</style>
border-color css
<style>
span { border-color: #F0E06B; }
span { border-color: rgb(240,224,107); }
td.TdClassName
{
border-color: #F0E06B;
}
.TagClassName
{
border-color: #F0E06B;
}
</style>