Shades of Corn #FEEF5A
Tints of Corn #FEEF5A
RGB
CMYK
RGB Variations
Color information
#FEEF5A (or 0xFEEF5A) is known color: Corn. HEX triplet: FE, EF and 5A. RGB value is (254,239,90). Sum of RGB (Red+Green+Blue) = 254+239+90=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 239 (93.75% from 255 or 40.99% from 583); Blue value is 90 (35.55% from 255 or 15.44% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEF5A is #0110A5. Grayscale: #E3E3E3. Windows color (decimal): -69798 or 5959678. OLE color: 5959678.
HSL color Cylindrical-coordinate representation of color #FEEF5A: hue angle of 54.51º 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 #FEEF5A is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 90 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.00 |
| HSL | 54.51º | 0.99% | 0.67% | - |
| HSV(B) | 54.51º | 0.65% | 1% | - |
| XYZ | 73.59 | 83.54 | 21.92 | - |
| YUV | 226.5 | 50.97 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 90 | 0 | 0.06 | 0.65 | 0.00 | 54.51 | 0.99 | 0.67 |
| Hex | FE | EF | 5A | 0 | 6 | 41 | 0 | 37 | 63 | 43 |
| Octal | 376 | 357 | 132 | 0 | 6 | 101 | 0 | 67 | 143 | 103 |
| Binary | 11111110 | 11101111 | 1011010 | 0 | 110 | 1000001 | 0 | 110111 | 1100011 | 1000011 |
Color Harmonies of #FEEF5A
Complementary color
Monochromatic Colors of #FEEF5A
Black with #FEEF5A
Text Example
Text Example
White with #FEEF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEF5A; }
p { color: rgb(254,239,90); }
H1.HeaderClassName
{
color: #FEEF5A;
}
.AnyTagClassName
{
color: #FEEF5A;
}
</style>
background-color css
<style>
a { background-color: #FEEF5A; }
a { background-color: rgb(254,239,90); }
div.DivClassName
{
background-color: #FEEF5A;
}
.BgClassName
{
background-color: #FEEF5A;
}
</style>
border-color css
<style>
span { border-color: #FEEF5A; }
span { border-color: rgb(254,239,90); }
td.TdClassName
{
border-color: #FEEF5A;
}
.TagClassName
{
border-color: #FEEF5A;
}
</style>