Shades of Corn #FEE85A
Tints of Corn #FEE85A
RGB
CMYK
RGB Variations
Color information
#FEE85A (or 0xFEE85A) is known color: Corn. HEX triplet: FE, E8 and 5A. RGB value is (254,232,90). Sum of RGB (Red+Green+Blue) = 254+232+90=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 232 (91.02% from 255 or 40.28% from 576); Blue value is 90 (35.55% from 255 or 15.62% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE85A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE85A is #0117A5. Grayscale: #DEDEDE. Windows color (decimal): -71590 or 5957886. OLE color: 5957886.
HSL color Cylindrical-coordinate representation of color #FEE85A: hue angle of 51.95º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FEE85A is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 90 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.00 |
| HSL | 51.95º | 0.99% | 0.67% | - |
| HSV(B) | 51.95º | 0.65% | 1% | - |
| XYZ | 71.58 | 79.52 | 21.25 | - |
| YUV | 222.39 | 53.29 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 90 | 0 | 0.09 | 0.65 | 0.00 | 51.95 | 0.99 | 0.67 |
| Hex | FE | E8 | 5A | 0 | 9 | 41 | 0 | 34 | 63 | 43 |
| Octal | 376 | 350 | 132 | 0 | 11 | 101 | 0 | 64 | 143 | 103 |
| Binary | 11111110 | 11101000 | 1011010 | 0 | 1001 | 1000001 | 0 | 110100 | 1100011 | 1000011 |
Color Harmonies of #FEE85A
Complementary color
Monochromatic Colors of #FEE85A
Black with #FEE85A
Text Example
Text Example
White with #FEE85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE85A; }
p { color: rgb(254,232,90); }
H1.HeaderClassName
{
color: #FEE85A;
}
.AnyTagClassName
{
color: #FEE85A;
}
</style>
background-color css
<style>
a { background-color: #FEE85A; }
a { background-color: rgb(254,232,90); }
div.DivClassName
{
background-color: #FEE85A;
}
.BgClassName
{
background-color: #FEE85A;
}
</style>
border-color css
<style>
span { border-color: #FEE85A; }
span { border-color: rgb(254,232,90); }
td.TdClassName
{
border-color: #FEE85A;
}
.TagClassName
{
border-color: #FEE85A;
}
</style>