Shades of Corn #FFEF5C
Tints of Corn #FFEF5C
RGB
CMYK
RGB Variations
Color information
#FFEF5C (or 0xFFEF5C) is known color: Corn. HEX triplet: FF, EF and 5C. RGB value is (255,239,92). Sum of RGB (Red+Green+Blue) = 255+239+92=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 239 (93.75% from 255 or 40.78% from 586); Blue value is 92 (36.33% from 255 or 15.70% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEF5C is #0010A3. Grayscale: #E3E3E3. Windows color (decimal): -4260 or 6090751. OLE color: 6090751.
HSL color Cylindrical-coordinate representation of color #FFEF5C: hue angle of 54.11º 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 #FFEF5C is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 92 | - |
| CMYK | 0 | 0.06 | 0.64 | 0 |
| HSL | 54.11º | 1% | 0.68% | - |
| HSV(B) | 54.11º | 0.64% | 1% | - |
| XYZ | 74.04 | 83.77 | 22.39 | - |
| YUV | 227.03 | 51.8 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 92 | 0 | 0.06 | 0.64 | 0 | 54.11 | 1 | 0.68 |
| Hex | FF | EF | 5C | 0 | 6 | 40 | 0 | 36 | 64 | 44 |
| Octal | 377 | 357 | 134 | 0 | 6 | 100 | 0 | 66 | 144 | 104 |
| Binary | 11111111 | 11101111 | 1011100 | 0 | 110 | 1000000 | 0 | 110110 | 1100100 | 1000100 |
Color Harmonies of #FFEF5C
Complementary color
Monochromatic Colors of #FFEF5C
Black with #FFEF5C
Text Example
Text Example
White with #FFEF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF5C; }
p { color: rgb(255,239,92); }
H1.HeaderClassName
{
color: #FFEF5C;
}
.AnyTagClassName
{
color: #FFEF5C;
}
</style>
background-color css
<style>
a { background-color: #FFEF5C; }
a { background-color: rgb(255,239,92); }
div.DivClassName
{
background-color: #FFEF5C;
}
.BgClassName
{
background-color: #FFEF5C;
}
</style>
border-color css
<style>
span { border-color: #FFEF5C; }
span { border-color: rgb(255,239,92); }
td.TdClassName
{
border-color: #FFEF5C;
}
.TagClassName
{
border-color: #FFEF5C;
}
</style>