Shades of Corn #FDEC59
Tints of Corn #FDEC59
RGB
CMYK
RGB Variations
Color information
#FDEC59 (or 0xFDEC59) is known color: Corn. HEX triplet: FD, EC and 59. RGB value is (253,236,89). Sum of RGB (Red+Green+Blue) = 253+236+89=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 236 (92.58% from 255 or 40.83% from 578); Blue value is 89 (35.16% from 255 or 15.40% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC59 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEC59 is #0213A6. Grayscale: #E0E0E0. Windows color (decimal): -136103 or 5893373. OLE color: 5893373.
HSL color Cylindrical-coordinate representation of color #FDEC59: hue angle of 53.78º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FDEC59 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 89 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.01 |
| HSL | 53.78º | 0.98% | 0.67% | - |
| HSV(B) | 53.78º | 0.65% | 0.99% | - |
| XYZ | 72.31 | 81.59 | 21.39 | - |
| YUV | 224.33 | 51.63 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 89 | 0 | 0.07 | 0.65 | 0.01 | 53.78 | 0.98 | 0.67 |
| Hex | FD | EC | 59 | 0 | 7 | 41 | 1 | 36 | 62 | 43 |
| Octal | 375 | 354 | 131 | 0 | 7 | 101 | 1 | 66 | 142 | 103 |
| Binary | 11111101 | 11101100 | 1011001 | 0 | 111 | 1000001 | 1 | 110110 | 1100010 | 1000011 |
Color Harmonies of #FDEC59
Complementary color
Monochromatic Colors of #FDEC59
Black with #FDEC59
Text Example
Text Example
White with #FDEC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEC59; }
p { color: rgb(253,236,89); }
H1.HeaderClassName
{
color: #FDEC59;
}
.AnyTagClassName
{
color: #FDEC59;
}
</style>
background-color css
<style>
a { background-color: #FDEC59; }
a { background-color: rgb(253,236,89); }
div.DivClassName
{
background-color: #FDEC59;
}
.BgClassName
{
background-color: #FDEC59;
}
</style>
border-color css
<style>
span { border-color: #FDEC59; }
span { border-color: rgb(253,236,89); }
td.TdClassName
{
border-color: #FDEC59;
}
.TagClassName
{
border-color: #FDEC59;
}
</style>