Shades of Corn #FFEF5E
Tints of Corn #FFEF5E
RGB
CMYK
RGB Variations
Color information
#FFEF5E (or 0xFFEF5E) is known color: Corn. HEX triplet: FF, EF and 5E. RGB value is (255,239,94). Sum of RGB (Red+Green+Blue) = 255+239+94=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 239 (93.75% from 255 or 40.65% from 588); Blue value is 94 (37.11% from 255 or 15.99% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEF5E is #0010A1. Grayscale: #E3E3E3. Windows color (decimal): -4258 or 6221823. OLE color: 6221823.
HSL color Cylindrical-coordinate representation of color #FFEF5E: hue angle of 54.04º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFEF5E is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 94 | - |
| CMYK | 0 | 0.06 | 0.63 | 0 |
| HSL | 54.04º | 1% | 0.68% | - |
| HSV(B) | 54.04º | 0.63% | 1% | - |
| XYZ | 74.13 | 83.8 | 22.86 | - |
| YUV | 227.25 | 52.8 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 94 | 0 | 0.06 | 0.63 | 0 | 54.04 | 1 | 0.68 |
| Hex | FF | EF | 5E | 0 | 6 | 3F | 0 | 36 | 64 | 44 |
| Octal | 377 | 357 | 136 | 0 | 6 | 77 | 0 | 66 | 144 | 104 |
| Binary | 11111111 | 11101111 | 1011110 | 0 | 110 | 111111 | 0 | 110110 | 1100100 | 1000100 |
Color Harmonies of #FFEF5E
Complementary color
Monochromatic Colors of #FFEF5E
Black with #FFEF5E
Text Example
Text Example
White with #FFEF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF5E; }
p { color: rgb(255,239,94); }
H1.HeaderClassName
{
color: #FFEF5E;
}
.AnyTagClassName
{
color: #FFEF5E;
}
</style>
background-color css
<style>
a { background-color: #FFEF5E; }
a { background-color: rgb(255,239,94); }
div.DivClassName
{
background-color: #FFEF5E;
}
.BgClassName
{
background-color: #FFEF5E;
}
</style>
border-color css
<style>
span { border-color: #FFEF5E; }
span { border-color: rgb(255,239,94); }
td.TdClassName
{
border-color: #FFEF5E;
}
.TagClassName
{
border-color: #FFEF5E;
}
</style>