Shades of Corn #FEE55A
Tints of Corn #FEE55A
RGB
CMYK
RGB Variations
Color information
#FEE55A (or 0xFEE55A) is known color: Corn. HEX triplet: FE, E5 and 5A. RGB value is (254,229,90). Sum of RGB (Red+Green+Blue) = 254+229+90=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 229 (89.84% from 255 or 39.97% from 573); Blue value is 90 (35.55% from 255 or 15.71% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE55A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE55A is #011AA5. Grayscale: #DDDDDD. Windows color (decimal): -72358 or 5957118. OLE color: 5957118.
HSL color Cylindrical-coordinate representation of color #FEE55A: hue angle of 50.85º 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 #FEE55A is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 90 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.00 |
| HSL | 50.85º | 0.99% | 0.67% | - |
| HSV(B) | 50.85º | 0.65% | 1% | - |
| XYZ | 70.74 | 77.85 | 20.97 | - |
| YUV | 220.63 | 54.28 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 90 | 0 | 0.10 | 0.65 | 0.00 | 50.85 | 0.99 | 0.67 |
| Hex | FE | E5 | 5A | 0 | A | 41 | 0 | 33 | 63 | 43 |
| Octal | 376 | 345 | 132 | 0 | 12 | 101 | 0 | 63 | 143 | 103 |
| Binary | 11111110 | 11100101 | 1011010 | 0 | 1010 | 1000001 | 0 | 110011 | 1100011 | 1000011 |
Color Harmonies of #FEE55A
Complementary color
Monochromatic Colors of #FEE55A
Black with #FEE55A
Text Example
Text Example
White with #FEE55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE55A; }
p { color: rgb(254,229,90); }
H1.HeaderClassName
{
color: #FEE55A;
}
.AnyTagClassName
{
color: #FEE55A;
}
</style>
background-color css
<style>
a { background-color: #FEE55A; }
a { background-color: rgb(254,229,90); }
div.DivClassName
{
background-color: #FEE55A;
}
.BgClassName
{
background-color: #FEE55A;
}
</style>
border-color css
<style>
span { border-color: #FEE55A; }
span { border-color: rgb(254,229,90); }
td.TdClassName
{
border-color: #FEE55A;
}
.TagClassName
{
border-color: #FEE55A;
}
</style>