Shades of Corn #FFEF5F
Tints of Corn #FFEF5F
RGB
CMYK
RGB Variations
Color information
#FFEF5F (or 0xFFEF5F) is known color: Corn. HEX triplet: FF, EF and 5F. RGB value is (255,239,95). Sum of RGB (Red+Green+Blue) = 255+239+95=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 239 (93.75% from 255 or 40.58% from 589); Blue value is 95 (37.5% from 255 or 16.13% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF5F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEF5F is #0010A0. Grayscale: #E3E3E3. Windows color (decimal): -4257 or 6287359. OLE color: 6287359.
HSL color Cylindrical-coordinate representation of color #FFEF5F: hue angle of 54º 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 #FFEF5F is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 95 | - |
| CMYK | 0 | 0.06 | 0.63 | 0 |
| HSL | 54º | 1% | 0.69% | - |
| HSV(B) | 54º | 0.63% | 1% | - |
| XYZ | 74.17 | 83.82 | 23.1 | - |
| YUV | 227.37 | 53.3 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 95 | 0 | 0.06 | 0.63 | 0 | 54 | 1 | 0.69 |
| Hex | FF | EF | 5F | 0 | 6 | 3F | 0 | 36 | 64 | 45 |
| Octal | 377 | 357 | 137 | 0 | 6 | 77 | 0 | 66 | 144 | 105 |
| Binary | 11111111 | 11101111 | 1011111 | 0 | 110 | 111111 | 0 | 110110 | 1100100 | 1000101 |
Color Harmonies of #FFEF5F
Complementary color
Monochromatic Colors of #FFEF5F
Black with #FFEF5F
Text Example
Text Example
White with #FFEF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF5F; }
p { color: rgb(255,239,95); }
H1.HeaderClassName
{
color: #FFEF5F;
}
.AnyTagClassName
{
color: #FFEF5F;
}
</style>
background-color css
<style>
a { background-color: #FFEF5F; }
a { background-color: rgb(255,239,95); }
div.DivClassName
{
background-color: #FFEF5F;
}
.BgClassName
{
background-color: #FFEF5F;
}
</style>
border-color css
<style>
span { border-color: #FFEF5F; }
span { border-color: rgb(255,239,95); }
td.TdClassName
{
border-color: #FFEF5F;
}
.TagClassName
{
border-color: #FFEF5F;
}
</style>