Shades of Corn #EFEC58
Tints of Corn #EFEC58
RGB
CMYK
RGB Variations
Color information
#EFEC58 (or 0xEFEC58) is known color: Corn. HEX triplet: EF, EC and 58. RGB value is (239,236,88). Sum of RGB (Red+Green+Blue) = 239+236+88=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 88 (34.77% from 255 or 15.63% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC58 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEC58 is #1013A7. Grayscale: #DCDCDC. Windows color (decimal): -1053608 or 5827823. OLE color: 5827823.
HSL color Cylindrical-coordinate representation of color #EFEC58: hue angle of 58.81º 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 #EFEC58 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 236 | 88 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.06 |
| HSL | 58.81º | 0.83% | 0.64% | - |
| HSV(B) | 58.81º | 0.63% | 0.94% | - |
| XYZ | 67.35 | 79.05 | 20.94 | - |
| YUV | 220.03 | 53.49 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 236 | 88 | 0 | 0.01 | 0.63 | 0.06 | 58.81 | 0.83 | 0.64 |
| Hex | EF | EC | 58 | 0 | 1 | 3F | 6 | 3B | 53 | 40 |
| Octal | 357 | 354 | 130 | 0 | 1 | 77 | 6 | 73 | 123 | 100 |
| Binary | 11101111 | 11101100 | 1011000 | 0 | 1 | 111111 | 110 | 111011 | 1010011 | 1000000 |
Color Harmonies of #EFEC58
Complementary color
Monochromatic Colors of #EFEC58
Black with #EFEC58
Text Example
Text Example
White with #EFEC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEC58; }
p { color: rgb(239,236,88); }
H1.HeaderClassName
{
color: #EFEC58;
}
.AnyTagClassName
{
color: #EFEC58;
}
</style>
background-color css
<style>
a { background-color: #EFEC58; }
a { background-color: rgb(239,236,88); }
div.DivClassName
{
background-color: #EFEC58;
}
.BgClassName
{
background-color: #EFEC58;
}
</style>
border-color css
<style>
span { border-color: #EFEC58; }
span { border-color: rgb(239,236,88); }
td.TdClassName
{
border-color: #EFEC58;
}
.TagClassName
{
border-color: #EFEC58;
}
</style>