Shades of Corn #FEE460
Tints of Corn #FEE460
RGB
CMYK
RGB Variations
Color information
#FEE460 (or 0xFEE460) is known color: Corn. HEX triplet: FE, E4 and 60. RGB value is (254,228,96). Sum of RGB (Red+Green+Blue) = 254+228+96=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 228 (89.45% from 255 or 39.45% from 578); Blue value is 96 (37.89% from 255 or 16.61% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE460 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE460 is #011B9F. Grayscale: #DDDDDD. Windows color (decimal): -72608 or 6350078. OLE color: 6350078.
HSL color Cylindrical-coordinate representation of color #FEE460: hue angle of 50.13º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FEE460 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 96 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.00 |
| HSL | 50.13º | 0.99% | 0.69% | - |
| HSV(B) | 50.13º | 0.62% | 1% | - |
| XYZ | 70.73 | 77.4 | 22.28 | - |
| YUV | 220.73 | 57.61 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 96 | 0 | 0.10 | 0.62 | 0.00 | 50.13 | 0.99 | 0.69 |
| Hex | FE | E4 | 60 | 0 | A | 3E | 0 | 32 | 63 | 45 |
| Octal | 376 | 344 | 140 | 0 | 12 | 76 | 0 | 62 | 143 | 105 |
| Binary | 11111110 | 11100100 | 1100000 | 0 | 1010 | 111110 | 0 | 110010 | 1100011 | 1000101 |
Color Harmonies of #FEE460
Complementary color
Monochromatic Colors of #FEE460
Black with #FEE460
Text Example
Text Example
White with #FEE460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE460; }
p { color: rgb(254,228,96); }
H1.HeaderClassName
{
color: #FEE460;
}
.AnyTagClassName
{
color: #FEE460;
}
</style>
background-color css
<style>
a { background-color: #FEE460; }
a { background-color: rgb(254,228,96); }
div.DivClassName
{
background-color: #FEE460;
}
.BgClassName
{
background-color: #FEE460;
}
</style>
border-color css
<style>
span { border-color: #FEE460; }
span { border-color: rgb(254,228,96); }
td.TdClassName
{
border-color: #FEE460;
}
.TagClassName
{
border-color: #FEE460;
}
</style>