Shades of Corn #EFEA5E
Tints of Corn #EFEA5E
RGB
CMYK
RGB Variations
Color information
#EFEA5E (or 0xEFEA5E) is known color: Corn. HEX triplet: EF, EA and 5E. RGB value is (239,234,94). Sum of RGB (Red+Green+Blue) = 239+234+94=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 234 (91.80% from 255 or 41.27% from 567); Blue value is 94 (37.11% from 255 or 16.58% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEA5E is #1015A1. Grayscale: #DCDCDC. Windows color (decimal): -1054114 or 6220527. OLE color: 6220527.
HSL color Cylindrical-coordinate representation of color #EFEA5E: hue angle of 57.93º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EFEA5E is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 94 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.06 |
| HSL | 57.93º | 0.82% | 0.65% | - |
| HSV(B) | 57.93º | 0.61% | 0.94% | - |
| XYZ | 67.04 | 78 | 22.11 | - |
| YUV | 219.54 | 57.16 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 94 | 0 | 0.02 | 0.61 | 0.06 | 57.93 | 0.82 | 0.65 |
| Hex | EF | EA | 5E | 0 | 2 | 3D | 6 | 3A | 52 | 41 |
| Octal | 357 | 352 | 136 | 0 | 2 | 75 | 6 | 72 | 122 | 101 |
| Binary | 11101111 | 11101010 | 1011110 | 0 | 10 | 111101 | 110 | 111010 | 1010010 | 1000001 |
Color Harmonies of #EFEA5E
Complementary color
Monochromatic Colors of #EFEA5E
Black with #EFEA5E
Text Example
Text Example
White with #EFEA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEA5E; }
p { color: rgb(239,234,94); }
H1.HeaderClassName
{
color: #EFEA5E;
}
.AnyTagClassName
{
color: #EFEA5E;
}
</style>
background-color css
<style>
a { background-color: #EFEA5E; }
a { background-color: rgb(239,234,94); }
div.DivClassName
{
background-color: #EFEA5E;
}
.BgClassName
{
background-color: #EFEA5E;
}
</style>
border-color css
<style>
span { border-color: #EFEA5E; }
span { border-color: rgb(239,234,94); }
td.TdClassName
{
border-color: #EFEA5E;
}
.TagClassName
{
border-color: #EFEA5E;
}
</style>