Shades of Corn #FFEF5D
Tints of Corn #FFEF5D
RGB
CMYK
RGB Variations
Color information
#FFEF5D (or 0xFFEF5D) is known color: Corn. HEX triplet: FF, EF and 5D. RGB value is (255,239,93). Sum of RGB (Red+Green+Blue) = 255+239+93=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 239 (93.75% from 255 or 40.72% from 587); Blue value is 93 (36.72% from 255 or 15.84% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEF5D is #0010A2. Grayscale: #E3E3E3. Windows color (decimal): -4259 or 6156287. OLE color: 6156287.
HSL color Cylindrical-coordinate representation of color #FFEF5D: hue angle of 54.07º 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 #FFEF5D is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 93 | - |
| CMYK | 0 | 0.06 | 0.64 | 0 |
| HSL | 54.07º | 1% | 0.68% | - |
| HSV(B) | 54.07º | 0.64% | 1% | - |
| XYZ | 74.08 | 83.78 | 22.62 | - |
| YUV | 227.14 | 52.3 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 93 | 0 | 0.06 | 0.64 | 0 | 54.07 | 1 | 0.68 |
| Hex | FF | EF | 5D | 0 | 6 | 40 | 0 | 36 | 64 | 44 |
| Octal | 377 | 357 | 135 | 0 | 6 | 100 | 0 | 66 | 144 | 104 |
| Binary | 11111111 | 11101111 | 1011101 | 0 | 110 | 1000000 | 0 | 110110 | 1100100 | 1000100 |
Color Harmonies of #FFEF5D
Complementary color
Monochromatic Colors of #FFEF5D
Black with #FFEF5D
Text Example
Text Example
White with #FFEF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF5D; }
p { color: rgb(255,239,93); }
H1.HeaderClassName
{
color: #FFEF5D;
}
.AnyTagClassName
{
color: #FFEF5D;
}
</style>
background-color css
<style>
a { background-color: #FFEF5D; }
a { background-color: rgb(255,239,93); }
div.DivClassName
{
background-color: #FFEF5D;
}
.BgClassName
{
background-color: #FFEF5D;
}
</style>
border-color css
<style>
span { border-color: #FFEF5D; }
span { border-color: rgb(255,239,93); }
td.TdClassName
{
border-color: #FFEF5D;
}
.TagClassName
{
border-color: #FFEF5D;
}
</style>