Shades of Sweet Corn #F5E47E
Tints of Sweet Corn #F5E47E
RGB
CMYK
RGB Variations
Color information
#F5E47E (or 0xF5E47E) is known color: Sweet Corn. HEX triplet: F5, E4 and 7E. RGB value is (245,228,126). Sum of RGB (Red+Green+Blue) = 245+228+126=599 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.90% from 599); Green value is 228 (89.45% from 255 or 38.06% from 599); Blue value is 126 (49.61% from 255 or 21.04% from 599); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E47E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5E47E is #0A1B81. Grayscale: #DDDDDD. Windows color (decimal): -662402 or 8316149. OLE color: 8316149.
HSL color Cylindrical-coordinate representation of color #F5E47E: hue angle of 51.43º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F5E47E is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 228 | 126 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.04 |
| HSL | 51.43º | 0.86% | 0.73% | - |
| HSV(B) | 51.43º | 0.49% | 0.96% | - |
| XYZ | 69.17 | 76.41 | 30.84 | - |
| YUV | 221.46 | 74.13 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 228 | 126 | 0 | 0.07 | 0.49 | 0.04 | 51.43 | 0.86 | 0.73 |
| Hex | F5 | E4 | 7E | 0 | 7 | 31 | 4 | 33 | 56 | 49 |
| Octal | 365 | 344 | 176 | 0 | 7 | 61 | 4 | 63 | 126 | 111 |
| Binary | 11110101 | 11100100 | 1111110 | 0 | 111 | 110001 | 100 | 110011 | 1010110 | 1001001 |
Color Harmonies of #F5E47E
Complementary color
Monochromatic Colors of #F5E47E
Black with #F5E47E
Text Example
Text Example
White with #F5E47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E47E; }
p { color: rgb(245,228,126); }
H1.HeaderClassName
{
color: #F5E47E;
}
.AnyTagClassName
{
color: #F5E47E;
}
</style>
background-color css
<style>
a { background-color: #F5E47E; }
a { background-color: rgb(245,228,126); }
div.DivClassName
{
background-color: #F5E47E;
}
.BgClassName
{
background-color: #F5E47E;
}
</style>
border-color css
<style>
span { border-color: #F5E47E; }
span { border-color: rgb(245,228,126); }
td.TdClassName
{
border-color: #F5E47E;
}
.TagClassName
{
border-color: #F5E47E;
}
</style>