Shades of Corn #EFE959
Tints of Corn #EFE959
RGB
CMYK
RGB Variations
Color information
#EFE959 (or 0xEFE959) is known color: Corn. HEX triplet: EF, E9 and 59. RGB value is (239,233,89). Sum of RGB (Red+Green+Blue) = 239+233+89=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 233 (91.41% from 255 or 41.53% from 561); Blue value is 89 (35.16% from 255 or 15.86% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE959 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE959 is #1016A6. Grayscale: #DADADA. Windows color (decimal): -1054375 or 5892591. OLE color: 5892591.
HSL color Cylindrical-coordinate representation of color #EFE959: hue angle of 57.6º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EFE959 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 89 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.06 |
| HSL | 57.6º | 0.82% | 0.64% | - |
| HSV(B) | 57.6º | 0.63% | 0.94% | - |
| XYZ | 66.54 | 77.35 | 20.87 | - |
| YUV | 218.38 | 54.99 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 89 | 0 | 0.03 | 0.63 | 0.06 | 57.6 | 0.82 | 0.64 |
| Hex | EF | E9 | 59 | 0 | 3 | 3F | 6 | 3A | 52 | 40 |
| Octal | 357 | 351 | 131 | 0 | 3 | 77 | 6 | 72 | 122 | 100 |
| Binary | 11101111 | 11101001 | 1011001 | 0 | 11 | 111111 | 110 | 111010 | 1010010 | 1000000 |
Color Harmonies of #EFE959
Complementary color
Monochromatic Colors of #EFE959
Black with #EFE959
Text Example
Text Example
White with #EFE959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE959; }
p { color: rgb(239,233,89); }
H1.HeaderClassName
{
color: #EFE959;
}
.AnyTagClassName
{
color: #EFE959;
}
</style>
background-color css
<style>
a { background-color: #EFE959; }
a { background-color: rgb(239,233,89); }
div.DivClassName
{
background-color: #EFE959;
}
.BgClassName
{
background-color: #EFE959;
}
</style>
border-color css
<style>
span { border-color: #EFE959; }
span { border-color: rgb(239,233,89); }
td.TdClassName
{
border-color: #EFE959;
}
.TagClassName
{
border-color: #EFE959;
}
</style>