Shades of Corn #FFEF5A
Tints of Corn #FFEF5A
RGB
CMYK
RGB Variations
Color information
#FFEF5A (or 0xFFEF5A) is known color: Corn. HEX triplet: FF, EF and 5A. RGB value is (255,239,90). Sum of RGB (Red+Green+Blue) = 255+239+90=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 239 (93.75% from 255 or 40.92% from 584); Blue value is 90 (35.55% from 255 or 15.41% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEF5A is #0010A5. Grayscale: #E3E3E3. Windows color (decimal): -4262 or 5959679. OLE color: 5959679.
HSL color Cylindrical-coordinate representation of color #FFEF5A: hue angle of 54.18º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFEF5A is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 90 | - |
| CMYK | 0 | 0.06 | 0.65 | 0 |
| HSL | 54.18º | 1% | 0.68% | - |
| HSV(B) | 54.18º | 0.65% | 1% | - |
| XYZ | 73.95 | 83.73 | 21.94 | - |
| YUV | 226.8 | 50.8 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 90 | 0 | 0.06 | 0.65 | 0 | 54.18 | 1 | 0.68 |
| Hex | FF | EF | 5A | 0 | 6 | 41 | 0 | 36 | 64 | 44 |
| Octal | 377 | 357 | 132 | 0 | 6 | 101 | 0 | 66 | 144 | 104 |
| Binary | 11111111 | 11101111 | 1011010 | 0 | 110 | 1000001 | 0 | 110110 | 1100100 | 1000100 |
Color Harmonies of #FFEF5A
Complementary color
Monochromatic Colors of #FFEF5A
Black with #FFEF5A
Text Example
Text Example
White with #FFEF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF5A; }
p { color: rgb(255,239,90); }
H1.HeaderClassName
{
color: #FFEF5A;
}
.AnyTagClassName
{
color: #FFEF5A;
}
</style>
background-color css
<style>
a { background-color: #FFEF5A; }
a { background-color: rgb(255,239,90); }
div.DivClassName
{
background-color: #FFEF5A;
}
.BgClassName
{
background-color: #FFEF5A;
}
</style>
border-color css
<style>
span { border-color: #FFEF5A; }
span { border-color: rgb(255,239,90); }
td.TdClassName
{
border-color: #FFEF5A;
}
.TagClassName
{
border-color: #FFEF5A;
}
</style>