Shades of Corn #FFEC5F
Tints of Corn #FFEC5F
RGB
CMYK
RGB Variations
Color information
#FFEC5F (or 0xFFEC5F) is known color: Corn. HEX triplet: FF, EC and 5F. RGB value is (255,236,95). Sum of RGB (Red+Green+Blue) = 255+236+95=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 236 (92.58% from 255 or 40.27% from 586); Blue value is 95 (37.5% from 255 or 16.21% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC5F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEC5F is #0013A0. Grayscale: #E2E2E2. Windows color (decimal): -5025 or 6286591. OLE color: 6286591.
HSL color Cylindrical-coordinate representation of color #FFEC5F: hue angle of 52.88º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFEC5F is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 95 | - |
| CMYK | 0 | 0.07 | 0.63 | 0 |
| HSL | 52.88º | 1% | 0.69% | - |
| HSV(B) | 52.88º | 0.63% | 1% | - |
| XYZ | 73.3 | 82.08 | 22.81 | - |
| YUV | 225.61 | 54.29 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 95 | 0 | 0.07 | 0.63 | 0 | 52.88 | 1 | 0.69 |
| Hex | FF | EC | 5F | 0 | 7 | 3F | 0 | 35 | 64 | 45 |
| Octal | 377 | 354 | 137 | 0 | 7 | 77 | 0 | 65 | 144 | 105 |
| Binary | 11111111 | 11101100 | 1011111 | 0 | 111 | 111111 | 0 | 110101 | 1100100 | 1000101 |
Color Harmonies of #FFEC5F
Complementary color
Monochromatic Colors of #FFEC5F
Black with #FFEC5F
Text Example
Text Example
White with #FFEC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEC5F; }
p { color: rgb(255,236,95); }
H1.HeaderClassName
{
color: #FFEC5F;
}
.AnyTagClassName
{
color: #FFEC5F;
}
</style>
background-color css
<style>
a { background-color: #FFEC5F; }
a { background-color: rgb(255,236,95); }
div.DivClassName
{
background-color: #FFEC5F;
}
.BgClassName
{
background-color: #FFEC5F;
}
</style>
border-color css
<style>
span { border-color: #FFEC5F; }
span { border-color: rgb(255,236,95); }
td.TdClassName
{
border-color: #FFEC5F;
}
.TagClassName
{
border-color: #FFEC5F;
}
</style>