Shades of Corn #FEED5C
Tints of Corn #FEED5C
RGB
CMYK
RGB Variations
Color information
#FEED5C (or 0xFEED5C) is known color: Corn. HEX triplet: FE, ED and 5C. RGB value is (254,237,92). Sum of RGB (Red+Green+Blue) = 254+237+92=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 237 (92.97% from 255 or 40.65% from 583); Blue value is 92 (36.33% from 255 or 15.78% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEED5C is #0112A3. Grayscale: #E2E2E2. Windows color (decimal): -70308 or 6090238. OLE color: 6090238.
HSL color Cylindrical-coordinate representation of color #FEED5C: hue angle of 53.7º 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 #FEED5C is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 92 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.00 |
| HSL | 53.7º | 0.99% | 0.68% | - |
| HSV(B) | 53.7º | 0.64% | 1% | - |
| XYZ | 73.09 | 82.41 | 22.18 | - |
| YUV | 225.55 | 52.63 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 92 | 0 | 0.07 | 0.64 | 0.00 | 53.7 | 0.99 | 0.68 |
| Hex | FE | ED | 5C | 0 | 7 | 40 | 0 | 36 | 63 | 44 |
| Octal | 376 | 355 | 134 | 0 | 7 | 100 | 0 | 66 | 143 | 104 |
| Binary | 11111110 | 11101101 | 1011100 | 0 | 111 | 1000000 | 0 | 110110 | 1100011 | 1000100 |
Color Harmonies of #FEED5C
Complementary color
Monochromatic Colors of #FEED5C
Black with #FEED5C
Text Example
Text Example
White with #FEED5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED5C; }
p { color: rgb(254,237,92); }
H1.HeaderClassName
{
color: #FEED5C;
}
.AnyTagClassName
{
color: #FEED5C;
}
</style>
background-color css
<style>
a { background-color: #FEED5C; }
a { background-color: rgb(254,237,92); }
div.DivClassName
{
background-color: #FEED5C;
}
.BgClassName
{
background-color: #FEED5C;
}
</style>
border-color css
<style>
span { border-color: #FEED5C; }
span { border-color: rgb(254,237,92); }
td.TdClassName
{
border-color: #FEED5C;
}
.TagClassName
{
border-color: #FEED5C;
}
</style>