Shades of Corn #FFEC5C
Tints of Corn #FFEC5C
RGB
CMYK
RGB Variations
Color information
#FFEC5C (or 0xFFEC5C) is known color: Corn. HEX triplet: FF, EC and 5C. RGB value is (255,236,92). Sum of RGB (Red+Green+Blue) = 255+236+92=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 236 (92.58% from 255 or 40.48% from 583); Blue value is 92 (36.33% from 255 or 15.78% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEC5C is #0013A3. Grayscale: #E1E1E1. Windows color (decimal): -5028 or 6089983. OLE color: 6089983.
HSL color Cylindrical-coordinate representation of color #FFEC5C: hue angle of 53.01º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFEC5C is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 92 | - |
| CMYK | 0 | 0.07 | 0.64 | 0 |
| HSL | 53.01º | 1% | 0.68% | - |
| HSV(B) | 53.01º | 0.64% | 1% | - |
| XYZ | 73.17 | 82.02 | 22.1 | - |
| YUV | 225.27 | 52.79 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 92 | 0 | 0.07 | 0.64 | 0 | 53.01 | 1 | 0.68 |
| Hex | FF | EC | 5C | 0 | 7 | 40 | 0 | 35 | 64 | 44 |
| Octal | 377 | 354 | 134 | 0 | 7 | 100 | 0 | 65 | 144 | 104 |
| Binary | 11111111 | 11101100 | 1011100 | 0 | 111 | 1000000 | 0 | 110101 | 1100100 | 1000100 |
Color Harmonies of #FFEC5C
Complementary color
Monochromatic Colors of #FFEC5C
Black with #FFEC5C
Text Example
Text Example
White with #FFEC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEC5C; }
p { color: rgb(255,236,92); }
H1.HeaderClassName
{
color: #FFEC5C;
}
.AnyTagClassName
{
color: #FFEC5C;
}
</style>
background-color css
<style>
a { background-color: #FFEC5C; }
a { background-color: rgb(255,236,92); }
div.DivClassName
{
background-color: #FFEC5C;
}
.BgClassName
{
background-color: #FFEC5C;
}
</style>
border-color css
<style>
span { border-color: #FFEC5C; }
span { border-color: rgb(255,236,92); }
td.TdClassName
{
border-color: #FFEC5C;
}
.TagClassName
{
border-color: #FFEC5C;
}
</style>