Shades of Corn #FEED57
Tints of Corn #FEED57
RGB
CMYK
RGB Variations
Color information
#FEED57 (or 0xFEED57) is known color: Corn. HEX triplet: FE, ED and 57. RGB value is (254,237,87). Sum of RGB (Red+Green+Blue) = 254+237+87=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 237 (92.97% from 255 or 41.00% from 578); Blue value is 87 (34.38% from 255 or 15.05% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED57 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEED57 is #0112A8. Grayscale: #E1E1E1. Windows color (decimal): -70313 or 5762558. OLE color: 5762558.
HSL color Cylindrical-coordinate representation of color #FEED57: hue angle of 53.89º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FEED57 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 87 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.00 |
| HSL | 53.89º | 0.99% | 0.67% | - |
| HSV(B) | 53.89º | 0.66% | 1% | - |
| XYZ | 72.88 | 82.33 | 21.07 | - |
| YUV | 224.98 | 50.13 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 87 | 0 | 0.07 | 0.66 | 0.00 | 53.89 | 0.99 | 0.67 |
| Hex | FE | ED | 57 | 0 | 7 | 42 | 0 | 36 | 63 | 43 |
| Octal | 376 | 355 | 127 | 0 | 7 | 102 | 0 | 66 | 143 | 103 |
| Binary | 11111110 | 11101101 | 1010111 | 0 | 111 | 1000010 | 0 | 110110 | 1100011 | 1000011 |
Color Harmonies of #FEED57
Complementary color
Monochromatic Colors of #FEED57
Black with #FEED57
Text Example
Text Example
White with #FEED57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED57; }
p { color: rgb(254,237,87); }
H1.HeaderClassName
{
color: #FEED57;
}
.AnyTagClassName
{
color: #FEED57;
}
</style>
background-color css
<style>
a { background-color: #FEED57; }
a { background-color: rgb(254,237,87); }
div.DivClassName
{
background-color: #FEED57;
}
.BgClassName
{
background-color: #FEED57;
}
</style>
border-color css
<style>
span { border-color: #FEED57; }
span { border-color: rgb(254,237,87); }
td.TdClassName
{
border-color: #FEED57;
}
.TagClassName
{
border-color: #FEED57;
}
</style>