Shades of Corn #FEEE5A
Tints of Corn #FEEE5A
RGB
CMYK
RGB Variations
Color information
#FEEE5A (or 0xFEEE5A) is known color: Corn. HEX triplet: FE, EE and 5A. RGB value is (254,238,90). Sum of RGB (Red+Green+Blue) = 254+238+90=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 238 (93.36% from 255 or 40.89% from 582); Blue value is 90 (35.55% from 255 or 15.46% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEE5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEE5A is #0111A5. Grayscale: #E2E2E2. Windows color (decimal): -70054 or 5959422. OLE color: 5959422.
HSL color Cylindrical-coordinate representation of color #FEEE5A: hue angle of 54.15º 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 #FEEE5A is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 90 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.00 |
| HSL | 54.15º | 0.99% | 0.67% | - |
| HSV(B) | 54.15º | 0.65% | 1% | - |
| XYZ | 73.29 | 82.96 | 21.82 | - |
| YUV | 225.91 | 51.3 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 90 | 0 | 0.06 | 0.65 | 0.00 | 54.15 | 0.99 | 0.67 |
| Hex | FE | EE | 5A | 0 | 6 | 41 | 0 | 36 | 63 | 43 |
| Octal | 376 | 356 | 132 | 0 | 6 | 101 | 0 | 66 | 143 | 103 |
| Binary | 11111110 | 11101110 | 1011010 | 0 | 110 | 1000001 | 0 | 110110 | 1100011 | 1000011 |
Color Harmonies of #FEEE5A
Complementary color
Monochromatic Colors of #FEEE5A
Black with #FEEE5A
Text Example
Text Example
White with #FEEE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEE5A; }
p { color: rgb(254,238,90); }
H1.HeaderClassName
{
color: #FEEE5A;
}
.AnyTagClassName
{
color: #FEEE5A;
}
</style>
background-color css
<style>
a { background-color: #FEEE5A; }
a { background-color: rgb(254,238,90); }
div.DivClassName
{
background-color: #FEEE5A;
}
.BgClassName
{
background-color: #FEEE5A;
}
</style>
border-color css
<style>
span { border-color: #FEEE5A; }
span { border-color: rgb(254,238,90); }
td.TdClassName
{
border-color: #FEEE5A;
}
.TagClassName
{
border-color: #FEEE5A;
}
</style>