Shades of Corn #FFEF62
Tints of Corn #FFEF62
RGB
CMYK
RGB Variations
Color information
#FFEF62 (or 0xFFEF62) is known color: Corn. HEX triplet: FF, EF and 62. RGB value is (255,239,98). Sum of RGB (Red+Green+Blue) = 255+239+98=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 239 (93.75% from 255 or 40.37% from 592); Blue value is 98 (38.67% from 255 or 16.55% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF62 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEF62 is #00109D. Grayscale: #E4E4E4. Windows color (decimal): -4254 or 6483967. OLE color: 6483967.
HSL color Cylindrical-coordinate representation of color #FFEF62: hue angle of 53.89º 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 #FFEF62 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 98 | - |
| CMYK | 0 | 0.06 | 0.62 | 0 |
| HSL | 53.89º | 1% | 0.69% | - |
| HSV(B) | 53.89º | 0.62% | 1% | - |
| XYZ | 74.31 | 83.87 | 23.83 | - |
| YUV | 227.71 | 54.8 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 98 | 0 | 0.06 | 0.62 | 0 | 53.89 | 1 | 0.69 |
| Hex | FF | EF | 62 | 0 | 6 | 3E | 0 | 36 | 64 | 45 |
| Octal | 377 | 357 | 142 | 0 | 6 | 76 | 0 | 66 | 144 | 105 |
| Binary | 11111111 | 11101111 | 1100010 | 0 | 110 | 111110 | 0 | 110110 | 1100100 | 1000101 |
Color Harmonies of #FFEF62
Complementary color
Monochromatic Colors of #FFEF62
Black with #FFEF62
Text Example
Text Example
White with #FFEF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF62; }
p { color: rgb(255,239,98); }
H1.HeaderClassName
{
color: #FFEF62;
}
.AnyTagClassName
{
color: #FFEF62;
}
</style>
background-color css
<style>
a { background-color: #FFEF62; }
a { background-color: rgb(255,239,98); }
div.DivClassName
{
background-color: #FFEF62;
}
.BgClassName
{
background-color: #FFEF62;
}
</style>
border-color css
<style>
span { border-color: #FFEF62; }
span { border-color: rgb(255,239,98); }
td.TdClassName
{
border-color: #FFEF62;
}
.TagClassName
{
border-color: #FFEF62;
}
</style>