Shades of Sweet Corn #FEE079
Tints of Sweet Corn #FEE079
RGB
CMYK
RGB Variations
Color information
#FEE079 (or 0xFEE079) is known color: Sweet Corn. HEX triplet: FE, E0 and 79. RGB value is (254,224,121). Sum of RGB (Red+Green+Blue) = 254+224+121=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 224 (87.89% from 255 or 37.40% from 599); Blue value is 121 (47.66% from 255 or 20.20% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE079 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE079 is #011F86. Grayscale: #DDDDDD. Windows color (decimal): -73607 or 7987454. OLE color: 7987454.
HSL color Cylindrical-coordinate representation of color #FEE079: hue angle of 46.47º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FEE079 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 121 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.00 |
| HSL | 46.47º | 0.99% | 0.74% | - |
| HSV(B) | 46.47º | 0.52% | 1% | - |
| XYZ | 70.98 | 75.76 | 28.97 | - |
| YUV | 221.23 | 71.44 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 121 | 0 | 0.12 | 0.52 | 0.00 | 46.47 | 0.99 | 0.74 |
| Hex | FE | E0 | 79 | 0 | C | 34 | 0 | 2E | 63 | 4A |
| Octal | 376 | 340 | 171 | 0 | 14 | 64 | 0 | 56 | 143 | 112 |
| Binary | 11111110 | 11100000 | 1111001 | 0 | 1100 | 110100 | 0 | 101110 | 1100011 | 1001010 |
Color Harmonies of #FEE079
Complementary color
Monochromatic Colors of #FEE079
Black with #FEE079
Text Example
Text Example
White with #FEE079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE079; }
p { color: rgb(254,224,121); }
H1.HeaderClassName
{
color: #FEE079;
}
.AnyTagClassName
{
color: #FEE079;
}
</style>
background-color css
<style>
a { background-color: #FEE079; }
a { background-color: rgb(254,224,121); }
div.DivClassName
{
background-color: #FEE079;
}
.BgClassName
{
background-color: #FEE079;
}
</style>
border-color css
<style>
span { border-color: #FEE079; }
span { border-color: rgb(254,224,121); }
td.TdClassName
{
border-color: #FEE079;
}
.TagClassName
{
border-color: #FEE079;
}
</style>