Shades of Sweet Corn #F7E770
Tints of Sweet Corn #F7E770
RGB
CMYK
RGB Variations
Color information
#F7E770 (or 0xF7E770) is known color: Sweet Corn. HEX triplet: F7, E7 and 70. RGB value is (247,231,112). Sum of RGB (Red+Green+Blue) = 247+231+112=590 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.86% from 590); Green value is 231 (90.62% from 255 or 39.15% from 590); Blue value is 112 (44.14% from 255 or 18.98% from 590); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E770 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7E770 is #08188F. Grayscale: #DEDEDE. Windows color (decimal): -530576 or 7399415. OLE color: 7399415.
HSL color Cylindrical-coordinate representation of color #F7E770: hue angle of 52.89º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F7E770 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 231 | 112 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.03 |
| HSL | 52.89º | 0.89% | 0.7% | - |
| HSV(B) | 52.89º | 0.55% | 0.97% | - |
| XYZ | 69.86 | 78.1 | 26.72 | - |
| YUV | 222.22 | 65.8 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 231 | 112 | 0 | 0.06 | 0.55 | 0.03 | 52.89 | 0.89 | 0.7 |
| Hex | F7 | E7 | 70 | 0 | 6 | 37 | 3 | 35 | 59 | 46 |
| Octal | 367 | 347 | 160 | 0 | 6 | 67 | 3 | 65 | 131 | 106 |
| Binary | 11110111 | 11100111 | 1110000 | 0 | 110 | 110111 | 11 | 110101 | 1011001 | 1000110 |
Color Harmonies of #F7E770
Complementary color
Monochromatic Colors of #F7E770
Black with #F7E770
Text Example
Text Example
White with #F7E770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E770; }
p { color: rgb(247,231,112); }
H1.HeaderClassName
{
color: #F7E770;
}
.AnyTagClassName
{
color: #F7E770;
}
</style>
background-color css
<style>
a { background-color: #F7E770; }
a { background-color: rgb(247,231,112); }
div.DivClassName
{
background-color: #F7E770;
}
.BgClassName
{
background-color: #F7E770;
}
</style>
border-color css
<style>
span { border-color: #F7E770; }
span { border-color: rgb(247,231,112); }
td.TdClassName
{
border-color: #F7E770;
}
.TagClassName
{
border-color: #F7E770;
}
</style>