Shades of Corn #FDEA5E
Tints of Corn #FDEA5E
RGB
CMYK
RGB Variations
Color information
#FDEA5E (or 0xFDEA5E) is known color: Corn. HEX triplet: FD, EA and 5E. RGB value is (253,234,94). Sum of RGB (Red+Green+Blue) = 253+234+94=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 234 (91.80% from 255 or 40.28% from 581); Blue value is 94 (37.11% from 255 or 16.18% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEA5E is #0215A1. Grayscale: #E0E0E0. Windows color (decimal): -136610 or 6220541. OLE color: 6220541.
HSL color Cylindrical-coordinate representation of color #FDEA5E: hue angle of 52.83º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FDEA5E is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 94 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.01 |
| HSL | 52.83º | 0.98% | 0.68% | - |
| HSV(B) | 52.83º | 0.63% | 0.99% | - |
| XYZ | 71.95 | 80.54 | 22.34 | - |
| YUV | 223.72 | 54.79 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 94 | 0 | 0.08 | 0.63 | 0.01 | 52.83 | 0.98 | 0.68 |
| Hex | FD | EA | 5E | 0 | 8 | 3F | 1 | 35 | 62 | 44 |
| Octal | 375 | 352 | 136 | 0 | 10 | 77 | 1 | 65 | 142 | 104 |
| Binary | 11111101 | 11101010 | 1011110 | 0 | 1000 | 111111 | 1 | 110101 | 1100010 | 1000100 |
Color Harmonies of #FDEA5E
Complementary color
Monochromatic Colors of #FDEA5E
Black with #FDEA5E
Text Example
Text Example
White with #FDEA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEA5E; }
p { color: rgb(253,234,94); }
H1.HeaderClassName
{
color: #FDEA5E;
}
.AnyTagClassName
{
color: #FDEA5E;
}
</style>
background-color css
<style>
a { background-color: #FDEA5E; }
a { background-color: rgb(253,234,94); }
div.DivClassName
{
background-color: #FDEA5E;
}
.BgClassName
{
background-color: #FDEA5E;
}
</style>
border-color css
<style>
span { border-color: #FDEA5E; }
span { border-color: rgb(253,234,94); }
td.TdClassName
{
border-color: #FDEA5E;
}
.TagClassName
{
border-color: #FDEA5E;
}
</style>