Shades of Corn #FFEC5D
Tints of Corn #FFEC5D
RGB
CMYK
RGB Variations
Color information
#FFEC5D (or 0xFFEC5D) is known color: Corn. HEX triplet: FF, EC and 5D. RGB value is (255,236,93). Sum of RGB (Red+Green+Blue) = 255+236+93=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 236 (92.58% from 255 or 40.41% from 584); Blue value is 93 (36.72% from 255 or 15.92% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEC5D is #0013A2. Grayscale: #E1E1E1. Windows color (decimal): -5027 or 6155519. OLE color: 6155519.
HSL color Cylindrical-coordinate representation of color #FFEC5D: hue angle of 52.96º 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 #FFEC5D is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 93 | - |
| CMYK | 0 | 0.07 | 0.64 | 0 |
| HSL | 52.96º | 1% | 0.68% | - |
| HSV(B) | 52.96º | 0.64% | 1% | - |
| XYZ | 73.21 | 82.04 | 22.33 | - |
| YUV | 225.38 | 53.29 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 93 | 0 | 0.07 | 0.64 | 0 | 52.96 | 1 | 0.68 |
| Hex | FF | EC | 5D | 0 | 7 | 40 | 0 | 35 | 64 | 44 |
| Octal | 377 | 354 | 135 | 0 | 7 | 100 | 0 | 65 | 144 | 104 |
| Binary | 11111111 | 11101100 | 1011101 | 0 | 111 | 1000000 | 0 | 110101 | 1100100 | 1000100 |
Color Harmonies of #FFEC5D
Complementary color
Monochromatic Colors of #FFEC5D
Black with #FFEC5D
Text Example
Text Example
White with #FFEC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEC5D; }
p { color: rgb(255,236,93); }
H1.HeaderClassName
{
color: #FFEC5D;
}
.AnyTagClassName
{
color: #FFEC5D;
}
</style>
background-color css
<style>
a { background-color: #FFEC5D; }
a { background-color: rgb(255,236,93); }
div.DivClassName
{
background-color: #FFEC5D;
}
.BgClassName
{
background-color: #FFEC5D;
}
</style>
border-color css
<style>
span { border-color: #FFEC5D; }
span { border-color: rgb(255,236,93); }
td.TdClassName
{
border-color: #FFEC5D;
}
.TagClassName
{
border-color: #FFEC5D;
}
</style>