Shades of Corn #FEED5B
Tints of Corn #FEED5B
RGB
CMYK
RGB Variations
Color information
#FEED5B (or 0xFEED5B) is known color: Corn. HEX triplet: FE, ED and 5B. RGB value is (254,237,91). Sum of RGB (Red+Green+Blue) = 254+237+91=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 237 (92.97% from 255 or 40.72% from 582); Blue value is 91 (35.94% from 255 or 15.64% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED5B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEED5B is #0112A4. Grayscale: #E2E2E2. Windows color (decimal): -70309 or 6024702. OLE color: 6024702.
HSL color Cylindrical-coordinate representation of color #FEED5B: hue angle of 53.74º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FEED5B is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 91 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.00 |
| HSL | 53.74º | 0.99% | 0.68% | - |
| HSV(B) | 53.74º | 0.64% | 1% | - |
| XYZ | 73.05 | 82.39 | 21.95 | - |
| YUV | 225.44 | 52.13 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 91 | 0 | 0.07 | 0.64 | 0.00 | 53.74 | 0.99 | 0.68 |
| Hex | FE | ED | 5B | 0 | 7 | 40 | 0 | 36 | 63 | 44 |
| Octal | 376 | 355 | 133 | 0 | 7 | 100 | 0 | 66 | 143 | 104 |
| Binary | 11111110 | 11101101 | 1011011 | 0 | 111 | 1000000 | 0 | 110110 | 1100011 | 1000100 |
Color Harmonies of #FEED5B
Complementary color
Monochromatic Colors of #FEED5B
Black with #FEED5B
Text Example
Text Example
White with #FEED5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED5B; }
p { color: rgb(254,237,91); }
H1.HeaderClassName
{
color: #FEED5B;
}
.AnyTagClassName
{
color: #FEED5B;
}
</style>
background-color css
<style>
a { background-color: #FEED5B; }
a { background-color: rgb(254,237,91); }
div.DivClassName
{
background-color: #FEED5B;
}
.BgClassName
{
background-color: #FEED5B;
}
</style>
border-color css
<style>
span { border-color: #FEED5B; }
span { border-color: rgb(254,237,91); }
td.TdClassName
{
border-color: #FEED5B;
}
.TagClassName
{
border-color: #FEED5B;
}
</style>