Shades of Corn #FFEC58
Tints of Corn #FFEC58
RGB
CMYK
RGB Variations
Color information
#FFEC58 (or 0xFFEC58) is known color: Corn. HEX triplet: FF, EC and 58. RGB value is (255,236,88). Sum of RGB (Red+Green+Blue) = 255+236+88=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 88 (34.77% from 255 or 15.20% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC58 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEC58 is #0013A7. Grayscale: #E1E1E1. Windows color (decimal): -5032 or 5827839. OLE color: 5827839.
HSL color Cylindrical-coordinate representation of color #FFEC58: hue angle of 53.17º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFEC58 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 88 | - |
| CMYK | 0 | 0.07 | 0.65 | 0 |
| HSL | 53.17º | 1% | 0.67% | - |
| HSV(B) | 53.17º | 0.65% | 1% | - |
| XYZ | 73 | 81.96 | 21.2 | - |
| YUV | 224.81 | 50.79 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 88 | 0 | 0.07 | 0.65 | 0 | 53.17 | 1 | 0.67 |
| Hex | FF | EC | 58 | 0 | 7 | 41 | 0 | 35 | 64 | 43 |
| Octal | 377 | 354 | 130 | 0 | 7 | 101 | 0 | 65 | 144 | 103 |
| Binary | 11111111 | 11101100 | 1011000 | 0 | 111 | 1000001 | 0 | 110101 | 1100100 | 1000011 |
Color Harmonies of #FFEC58
Complementary color
Monochromatic Colors of #FFEC58
Black with #FFEC58
Text Example
Text Example
White with #FFEC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEC58; }
p { color: rgb(255,236,88); }
H1.HeaderClassName
{
color: #FFEC58;
}
.AnyTagClassName
{
color: #FFEC58;
}
</style>
background-color css
<style>
a { background-color: #FFEC58; }
a { background-color: rgb(255,236,88); }
div.DivClassName
{
background-color: #FFEC58;
}
.BgClassName
{
background-color: #FFEC58;
}
</style>
border-color css
<style>
span { border-color: #FFEC58; }
span { border-color: rgb(255,236,88); }
td.TdClassName
{
border-color: #FFEC58;
}
.TagClassName
{
border-color: #FFEC58;
}
</style>