Shades of Corn #FEED58
Tints of Corn #FEED58
RGB
CMYK
RGB Variations
Color information
#FEED58 (or 0xFEED58) is known color: Corn. HEX triplet: FE, ED and 58. RGB value is (254,237,88). Sum of RGB (Red+Green+Blue) = 254+237+88=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 237 (92.97% from 255 or 40.93% from 579); Blue value is 88 (34.77% from 255 or 15.20% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED58 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEED58 is #0112A7. Grayscale: #E1E1E1. Windows color (decimal): -70312 or 5828094. OLE color: 5828094.
HSL color Cylindrical-coordinate representation of color #FEED58: hue angle of 53.86º 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 #FEED58 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 88 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.00 |
| HSL | 53.86º | 0.99% | 0.67% | - |
| HSV(B) | 53.86º | 0.65% | 1% | - |
| XYZ | 72.92 | 82.34 | 21.28 | - |
| YUV | 225.1 | 50.63 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 88 | 0 | 0.07 | 0.65 | 0.00 | 53.86 | 0.99 | 0.67 |
| Hex | FE | ED | 58 | 0 | 7 | 41 | 0 | 36 | 63 | 43 |
| Octal | 376 | 355 | 130 | 0 | 7 | 101 | 0 | 66 | 143 | 103 |
| Binary | 11111110 | 11101101 | 1011000 | 0 | 111 | 1000001 | 0 | 110110 | 1100011 | 1000011 |
Color Harmonies of #FEED58
Complementary color
Monochromatic Colors of #FEED58
Black with #FEED58
Text Example
Text Example
White with #FEED58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED58; }
p { color: rgb(254,237,88); }
H1.HeaderClassName
{
color: #FEED58;
}
.AnyTagClassName
{
color: #FEED58;
}
</style>
background-color css
<style>
a { background-color: #FEED58; }
a { background-color: rgb(254,237,88); }
div.DivClassName
{
background-color: #FEED58;
}
.BgClassName
{
background-color: #FEED58;
}
</style>
border-color css
<style>
span { border-color: #FEED58; }
span { border-color: rgb(254,237,88); }
td.TdClassName
{
border-color: #FEED58;
}
.TagClassName
{
border-color: #FEED58;
}
</style>