Shades of Corn #EFE859
Tints of Corn #EFE859
RGB
CMYK
RGB Variations
Color information
#EFE859 (or 0xEFE859) is known color: Corn. HEX triplet: EF, E8 and 59. RGB value is (239,232,89). Sum of RGB (Red+Green+Blue) = 239+232+89=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 232 (91.02% from 255 or 41.43% from 560); Blue value is 89 (35.16% from 255 or 15.89% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE859 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE859 is #1017A6. Grayscale: #DADADA. Windows color (decimal): -1054631 or 5892335. OLE color: 5892335.
HSL color Cylindrical-coordinate representation of color #EFE859: hue angle of 57.2º 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 #EFE859 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 232 | 89 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.06 |
| HSL | 57.2º | 0.82% | 0.64% | - |
| HSV(B) | 57.2º | 0.63% | 0.94% | - |
| XYZ | 66.26 | 76.79 | 20.78 | - |
| YUV | 217.79 | 55.32 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 89 | 0 | 0.03 | 0.63 | 0.06 | 57.2 | 0.82 | 0.64 |
| Hex | EF | E8 | 59 | 0 | 3 | 3F | 6 | 39 | 52 | 40 |
| Octal | 357 | 350 | 131 | 0 | 3 | 77 | 6 | 71 | 122 | 100 |
| Binary | 11101111 | 11101000 | 1011001 | 0 | 11 | 111111 | 110 | 111001 | 1010010 | 1000000 |
Color Harmonies of #EFE859
Complementary color
Monochromatic Colors of #EFE859
Black with #EFE859
Text Example
Text Example
White with #EFE859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE859; }
p { color: rgb(239,232,89); }
H1.HeaderClassName
{
color: #EFE859;
}
.AnyTagClassName
{
color: #EFE859;
}
</style>
background-color css
<style>
a { background-color: #EFE859; }
a { background-color: rgb(239,232,89); }
div.DivClassName
{
background-color: #EFE859;
}
.BgClassName
{
background-color: #EFE859;
}
</style>
border-color css
<style>
span { border-color: #EFE859; }
span { border-color: rgb(239,232,89); }
td.TdClassName
{
border-color: #EFE859;
}
.TagClassName
{
border-color: #EFE859;
}
</style>