Shades of Sweet Corn #FEEA80
Tints of Sweet Corn #FEEA80
RGB
CMYK
RGB Variations
Color information
#FEEA80 (or 0xFEEA80) is known color: Sweet Corn. HEX triplet: FE, EA and 80. RGB value is (254,234,128). Sum of RGB (Red+Green+Blue) = 254+234+128=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 234 (91.80% from 255 or 37.99% from 616); Blue value is 128 (50.39% from 255 or 20.78% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEA80 is #01157F. Grayscale: #E4E4E4. Windows color (decimal): -71040 or 8448766. OLE color: 8448766.
HSL color Cylindrical-coordinate representation of color #FEEA80: hue angle of 50.48º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FEEA80 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 128 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.00 |
| HSL | 50.48º | 0.98% | 0.75% | - |
| HSV(B) | 50.48º | 0.5% | 1% | - |
| XYZ | 74.19 | 81.47 | 32.24 | - |
| YUV | 227.9 | 71.63 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 128 | 0 | 0.08 | 0.50 | 0.00 | 50.48 | 0.98 | 0.75 |
| Hex | FE | EA | 80 | 0 | 8 | 32 | 0 | 32 | 62 | 4B |
| Octal | 376 | 352 | 200 | 0 | 10 | 62 | 0 | 62 | 142 | 113 |
| Binary | 11111110 | 11101010 | 10000000 | 0 | 1000 | 110010 | 0 | 110010 | 1100010 | 1001011 |
Color Harmonies of #FEEA80
Complementary color
Monochromatic Colors of #FEEA80
Black with #FEEA80
Text Example
Text Example
White with #FEEA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEA80; }
p { color: rgb(254,234,128); }
H1.HeaderClassName
{
color: #FEEA80;
}
.AnyTagClassName
{
color: #FEEA80;
}
</style>
background-color css
<style>
a { background-color: #FEEA80; }
a { background-color: rgb(254,234,128); }
div.DivClassName
{
background-color: #FEEA80;
}
.BgClassName
{
background-color: #FEEA80;
}
</style>
border-color css
<style>
span { border-color: #FEEA80; }
span { border-color: rgb(254,234,128); }
td.TdClassName
{
border-color: #FEEA80;
}
.TagClassName
{
border-color: #FEEA80;
}
</style>