Shades of Corn #FEE85E
Tints of Corn #FEE85E
RGB
CMYK
RGB Variations
Color information
#FEE85E (or 0xFEE85E) is known color: Corn. HEX triplet: FE, E8 and 5E. RGB value is (254,232,94). Sum of RGB (Red+Green+Blue) = 254+232+94=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 232 (91.02% from 255 or 40% from 580); Blue value is 94 (37.11% from 255 or 16.21% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE85E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE85E is #0117A1. Grayscale: #DFDFDF. Windows color (decimal): -71586 or 6220030. OLE color: 6220030.
HSL color Cylindrical-coordinate representation of color #FEE85E: hue angle of 51.75º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FEE85E is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 94 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.00 |
| HSL | 51.75º | 0.99% | 0.68% | - |
| HSV(B) | 51.75º | 0.63% | 1% | - |
| XYZ | 71.75 | 79.59 | 22.17 | - |
| YUV | 222.85 | 55.29 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 94 | 0 | 0.09 | 0.63 | 0.00 | 51.75 | 0.99 | 0.68 |
| Hex | FE | E8 | 5E | 0 | 9 | 3F | 0 | 34 | 63 | 44 |
| Octal | 376 | 350 | 136 | 0 | 11 | 77 | 0 | 64 | 143 | 104 |
| Binary | 11111110 | 11101000 | 1011110 | 0 | 1001 | 111111 | 0 | 110100 | 1100011 | 1000100 |
Color Harmonies of #FEE85E
Complementary color
Monochromatic Colors of #FEE85E
Black with #FEE85E
Text Example
Text Example
White with #FEE85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE85E; }
p { color: rgb(254,232,94); }
H1.HeaderClassName
{
color: #FEE85E;
}
.AnyTagClassName
{
color: #FEE85E;
}
</style>
background-color css
<style>
a { background-color: #FEE85E; }
a { background-color: rgb(254,232,94); }
div.DivClassName
{
background-color: #FEE85E;
}
.BgClassName
{
background-color: #FEE85E;
}
</style>
border-color css
<style>
span { border-color: #FEE85E; }
span { border-color: rgb(254,232,94); }
td.TdClassName
{
border-color: #FEE85E;
}
.TagClassName
{
border-color: #FEE85E;
}
</style>