Shades of Corn #FEED5E
Tints of Corn #FEED5E
RGB
CMYK
RGB Variations
Color information
#FEED5E (or 0xFEED5E) is known color: Corn. HEX triplet: FE, ED and 5E. RGB value is (254,237,94). Sum of RGB (Red+Green+Blue) = 254+237+94=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 237 (92.97% from 255 or 40.51% from 585); Blue value is 94 (37.11% from 255 or 16.07% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEED5E is #0112A1. Grayscale: #E2E2E2. Windows color (decimal): -70306 or 6221310. OLE color: 6221310.
HSL color Cylindrical-coordinate representation of color #FEED5E: hue angle of 53.62º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FEED5E is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 237 | 94 | - |
CMYK | 0 | 0.07 | 0.63 | 0.00 |
HSL | 53.63º | 0.99% | 0.68% | - |
HSV(B) | 53.63º | 0.63% | 1% | - |
XYZ | 73.18 | 82.45 | 22.65 | - |
YUV | 225.78 | 53.63 | 148.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 237 | 94 | 0 | 0.07 | 0.63 | 0.00 | 53.63 | 0.99 | 0.68 |
Hex | FE | ED | 5E | 0 | 7 | 3F | 0 | 36 | 63 | 44 |
Octal | 376 | 355 | 136 | 0 | 7 | 77 | 0 | 66 | 143 | 104 |
Binary | 11111110 | 11101101 | 1011110 | 0 | 111 | 111111 | 0 | 110110 | 1100011 | 1000100 |
Color Harmonies of #FEED5E
Complementary color
Monochromatic Colors of #FEED5E
Black with #FEED5E
Text Example
Text Example
White with #FEED5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED5E; }
p { color: rgb(254,237,94); }
H1.HeaderClassName
{
color: #FEED5E;
}
.AnyTagClassName
{
color: #FEED5E;
}
</style>
background-color css
<style>
a { background-color: #FEED5E; }
a { background-color: rgb(254,237,94); }
div.DivClassName
{
background-color: #FEED5E;
}
.BgClassName
{
background-color: #FEED5E;
}
</style>
border-color css
<style>
span { border-color: #FEED5E; }
span { border-color: rgb(254,237,94); }
td.TdClassName
{
border-color: #FEED5E;
}
.TagClassName
{
border-color: #FEED5E;
}
</style>