Shades of Corn #EFEA58
Tints of Corn #EFEA58
RGB
CMYK
RGB Variations
Color information
#EFEA58 (or 0xEFEA58) is known color: Corn. HEX triplet: EF, EA and 58. RGB value is (239,234,88). Sum of RGB (Red+Green+Blue) = 239+234+88=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 88 (34.77% from 255 or 15.69% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA58 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEA58 is #1015A7. Grayscale: #DBDBDB. Windows color (decimal): -1054120 or 5827311. OLE color: 5827311.
HSL color Cylindrical-coordinate representation of color #EFEA58: hue angle of 58.01º degrees, saturation: 0.83, 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 #EFEA58 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 88 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.06 |
| HSL | 58.01º | 0.83% | 0.64% | - |
| HSV(B) | 58.01º | 0.63% | 0.94% | - |
| XYZ | 66.78 | 77.9 | 20.75 | - |
| YUV | 218.85 | 54.16 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 88 | 0 | 0.02 | 0.63 | 0.06 | 58.01 | 0.83 | 0.64 |
| Hex | EF | EA | 58 | 0 | 2 | 3F | 6 | 3A | 53 | 40 |
| Octal | 357 | 352 | 130 | 0 | 2 | 77 | 6 | 72 | 123 | 100 |
| Binary | 11101111 | 11101010 | 1011000 | 0 | 10 | 111111 | 110 | 111010 | 1010011 | 1000000 |
Color Harmonies of #EFEA58
Complementary color
Monochromatic Colors of #EFEA58
Black with #EFEA58
Text Example
Text Example
White with #EFEA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEA58; }
p { color: rgb(239,234,88); }
H1.HeaderClassName
{
color: #EFEA58;
}
.AnyTagClassName
{
color: #EFEA58;
}
</style>
background-color css
<style>
a { background-color: #EFEA58; }
a { background-color: rgb(239,234,88); }
div.DivClassName
{
background-color: #EFEA58;
}
.BgClassName
{
background-color: #EFEA58;
}
</style>
border-color css
<style>
span { border-color: #EFEA58; }
span { border-color: rgb(239,234,88); }
td.TdClassName
{
border-color: #EFEA58;
}
.TagClassName
{
border-color: #EFEA58;
}
</style>