Shades of Sweet Corn #F0E36B
Tints of Sweet Corn #F0E36B
RGB
CMYK
RGB Variations
Color information
#F0E36B (or 0xF0E36B) is known color: Sweet Corn. HEX triplet: F0, E3 and 6B. RGB value is (240,227,107). Sum of RGB (Red+Green+Blue) = 240+227+107=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 227 (89.06% from 255 or 39.55% from 574); Blue value is 107 (42.19% from 255 or 18.64% from 574); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E36B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E36B is #0F1C94. Grayscale: #D9D9D9. Windows color (decimal): -990357 or 7070704. OLE color: 7070704.
HSL color Cylindrical-coordinate representation of color #F0E36B: hue angle of 54.14º 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 #F0E36B is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 227 | 107 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.06 |
| HSL | 54.14º | 0.82% | 0.68% | - |
| HSV(B) | 54.14º | 0.55% | 0.94% | - |
| XYZ | 66.06 | 74.52 | 24.81 | - |
| YUV | 217.21 | 65.81 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 227 | 107 | 0 | 0.05 | 0.55 | 0.06 | 54.14 | 0.82 | 0.68 |
| Hex | F0 | E3 | 6B | 0 | 5 | 37 | 6 | 36 | 52 | 44 |
| Octal | 360 | 343 | 153 | 0 | 5 | 67 | 6 | 66 | 122 | 104 |
| Binary | 11110000 | 11100011 | 1101011 | 0 | 101 | 110111 | 110 | 110110 | 1010010 | 1000100 |
Color Harmonies of #F0E36B
Complementary color
Monochromatic Colors of #F0E36B
Black with #F0E36B
Text Example
Text Example
White with #F0E36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E36B; }
p { color: rgb(240,227,107); }
H1.HeaderClassName
{
color: #F0E36B;
}
.AnyTagClassName
{
color: #F0E36B;
}
</style>
background-color css
<style>
a { background-color: #F0E36B; }
a { background-color: rgb(240,227,107); }
div.DivClassName
{
background-color: #F0E36B;
}
.BgClassName
{
background-color: #F0E36B;
}
</style>
border-color css
<style>
span { border-color: #F0E36B; }
span { border-color: rgb(240,227,107); }
td.TdClassName
{
border-color: #F0E36B;
}
.TagClassName
{
border-color: #F0E36B;
}
</style>