Shades of Corn #FEED59
Tints of Corn #FEED59
RGB
CMYK
RGB Variations
Color information
#FEED59 (or 0xFEED59) is known color: Corn. HEX triplet: FE, ED and 59. RGB value is (254,237,89). Sum of RGB (Red+Green+Blue) = 254+237+89=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 237 (92.97% from 255 or 40.86% from 580); Blue value is 89 (35.16% from 255 or 15.34% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED59 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEED59 is #0112A6. Grayscale: #E1E1E1. Windows color (decimal): -70311 or 5893630. OLE color: 5893630.
HSL color Cylindrical-coordinate representation of color #FEED59: hue angle of 53.82º 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 #FEED59 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 89 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.00 |
| HSL | 53.82º | 0.99% | 0.67% | - |
| HSV(B) | 53.82º | 0.65% | 1% | - |
| XYZ | 72.96 | 82.36 | 21.5 | - |
| YUV | 225.21 | 51.13 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 89 | 0 | 0.07 | 0.65 | 0.00 | 53.82 | 0.99 | 0.67 |
| Hex | FE | ED | 59 | 0 | 7 | 41 | 0 | 36 | 63 | 43 |
| Octal | 376 | 355 | 131 | 0 | 7 | 101 | 0 | 66 | 143 | 103 |
| Binary | 11111110 | 11101101 | 1011001 | 0 | 111 | 1000001 | 0 | 110110 | 1100011 | 1000011 |
Color Harmonies of #FEED59
Complementary color
Monochromatic Colors of #FEED59
Black with #FEED59
Text Example
Text Example
White with #FEED59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED59; }
p { color: rgb(254,237,89); }
H1.HeaderClassName
{
color: #FEED59;
}
.AnyTagClassName
{
color: #FEED59;
}
</style>
background-color css
<style>
a { background-color: #FEED59; }
a { background-color: rgb(254,237,89); }
div.DivClassName
{
background-color: #FEED59;
}
.BgClassName
{
background-color: #FEED59;
}
</style>
border-color css
<style>
span { border-color: #FEED59; }
span { border-color: rgb(254,237,89); }
td.TdClassName
{
border-color: #FEED59;
}
.TagClassName
{
border-color: #FEED59;
}
</style>