Shades of Corn #FFEC62
Tints of Corn #FFEC62
RGB
CMYK
RGB Variations
Color information
#FFEC62 (or 0xFFEC62) is known color: Corn. HEX triplet: FF, EC and 62. RGB value is (255,236,98). Sum of RGB (Red+Green+Blue) = 255+236+98=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 236 (92.58% from 255 or 40.07% from 589); Blue value is 98 (38.67% from 255 or 16.64% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC62 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEC62 is #00139D. Grayscale: #E2E2E2. Windows color (decimal): -5022 or 6483199. OLE color: 6483199.
HSL color Cylindrical-coordinate representation of color #FFEC62: hue angle of 52.74º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFEC62 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 98 | - |
| CMYK | 0 | 0.07 | 0.62 | 0 |
| HSL | 52.74º | 1% | 0.69% | - |
| HSV(B) | 52.74º | 0.62% | 1% | - |
| XYZ | 73.44 | 82.13 | 23.54 | - |
| YUV | 225.95 | 55.79 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 98 | 0 | 0.07 | 0.62 | 0 | 52.74 | 1 | 0.69 |
| Hex | FF | EC | 62 | 0 | 7 | 3E | 0 | 35 | 64 | 45 |
| Octal | 377 | 354 | 142 | 0 | 7 | 76 | 0 | 65 | 144 | 105 |
| Binary | 11111111 | 11101100 | 1100010 | 0 | 111 | 111110 | 0 | 110101 | 1100100 | 1000101 |
Color Harmonies of #FFEC62
Complementary color
Monochromatic Colors of #FFEC62
Black with #FFEC62
Text Example
Text Example
White with #FFEC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEC62; }
p { color: rgb(255,236,98); }
H1.HeaderClassName
{
color: #FFEC62;
}
.AnyTagClassName
{
color: #FFEC62;
}
</style>
background-color css
<style>
a { background-color: #FFEC62; }
a { background-color: rgb(255,236,98); }
div.DivClassName
{
background-color: #FFEC62;
}
.BgClassName
{
background-color: #FFEC62;
}
</style>
border-color css
<style>
span { border-color: #FFEC62; }
span { border-color: rgb(255,236,98); }
td.TdClassName
{
border-color: #FFEC62;
}
.TagClassName
{
border-color: #FFEC62;
}
</style>