Shades of Sweet Corn #FEE07A
Tints of Sweet Corn #FEE07A
RGB
CMYK
RGB Variations
Color information
#FEE07A (or 0xFEE07A) is known color: Sweet Corn. HEX triplet: FE, E0 and 7A. RGB value is (254,224,122). Sum of RGB (Red+Green+Blue) = 254+224+122=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 224 (87.89% from 255 or 37.33% from 600); Blue value is 122 (48.05% from 255 or 20.33% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE07A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE07A is #011F85. Grayscale: #DDDDDD. Windows color (decimal): -73606 or 8052990. OLE color: 8052990.
HSL color Cylindrical-coordinate representation of color #FEE07A: hue angle of 46.36º 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 #FEE07A is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 122 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.00 |
| HSL | 46.36º | 0.99% | 0.74% | - |
| HSV(B) | 46.36º | 0.52% | 1% | - |
| XYZ | 71.04 | 75.79 | 29.3 | - |
| YUV | 221.34 | 71.94 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 122 | 0 | 0.12 | 0.52 | 0.00 | 46.36 | 0.99 | 0.74 |
| Hex | FE | E0 | 7A | 0 | C | 34 | 0 | 2E | 63 | 4A |
| Octal | 376 | 340 | 172 | 0 | 14 | 64 | 0 | 56 | 143 | 112 |
| Binary | 11111110 | 11100000 | 1111010 | 0 | 1100 | 110100 | 0 | 101110 | 1100011 | 1001010 |
Color Harmonies of #FEE07A
Complementary color
Monochromatic Colors of #FEE07A
Black with #FEE07A
Text Example
Text Example
White with #FEE07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE07A; }
p { color: rgb(254,224,122); }
H1.HeaderClassName
{
color: #FEE07A;
}
.AnyTagClassName
{
color: #FEE07A;
}
</style>
background-color css
<style>
a { background-color: #FEE07A; }
a { background-color: rgb(254,224,122); }
div.DivClassName
{
background-color: #FEE07A;
}
.BgClassName
{
background-color: #FEE07A;
}
</style>
border-color css
<style>
span { border-color: #FEE07A; }
span { border-color: rgb(254,224,122); }
td.TdClassName
{
border-color: #FEE07A;
}
.TagClassName
{
border-color: #FEE07A;
}
</style>