Shades of Corn #FDEC5E
Tints of Corn #FDEC5E
RGB
CMYK
RGB Variations
Color information
#FDEC5E (or 0xFDEC5E) is known color: Corn. HEX triplet: FD, EC and 5E. RGB value is (253,236,94). Sum of RGB (Red+Green+Blue) = 253+236+94=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 236 (92.58% from 255 or 40.48% from 583); Blue value is 94 (37.11% from 255 or 16.12% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEC5E is #0213A1. Grayscale: #E1E1E1. Windows color (decimal): -136098 or 6221053. OLE color: 6221053.
HSL color Cylindrical-coordinate representation of color #FDEC5E: hue angle of 53.58º 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 #FDEC5E is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 236 | 94 | - |
CMYK | 0 | 0.07 | 0.63 | 0.01 |
HSL | 53.58º | 0.98% | 0.68% | - |
HSV(B) | 53.58º | 0.63% | 0.99% | - |
XYZ | 72.52 | 81.68 | 22.53 | - |
YUV | 224.9 | 54.13 | 148.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 236 | 94 | 0 | 0.07 | 0.63 | 0.01 | 53.58 | 0.98 | 0.68 |
Hex | FD | EC | 5E | 0 | 7 | 3F | 1 | 36 | 62 | 44 |
Octal | 375 | 354 | 136 | 0 | 7 | 77 | 1 | 66 | 142 | 104 |
Binary | 11111101 | 11101100 | 1011110 | 0 | 111 | 111111 | 1 | 110110 | 1100010 | 1000100 |
Color Harmonies of #FDEC5E
Complementary color
Monochromatic Colors of #FDEC5E
Black with #FDEC5E
Text Example
Text Example
White with #FDEC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEC5E; }
p { color: rgb(253,236,94); }
H1.HeaderClassName
{
color: #FDEC5E;
}
.AnyTagClassName
{
color: #FDEC5E;
}
</style>
background-color css
<style>
a { background-color: #FDEC5E; }
a { background-color: rgb(253,236,94); }
div.DivClassName
{
background-color: #FDEC5E;
}
.BgClassName
{
background-color: #FDEC5E;
}
</style>
border-color css
<style>
span { border-color: #FDEC5E; }
span { border-color: rgb(253,236,94); }
td.TdClassName
{
border-color: #FDEC5E;
}
.TagClassName
{
border-color: #FDEC5E;
}
</style>