Shades of Corn #EFED59
Tints of Corn #EFED59
RGB
CMYK
RGB Variations
Color information
#EFED59 (or 0xEFED59) is known color: Corn. HEX triplet: EF, ED and 59. RGB value is (239,237,89). Sum of RGB (Red+Green+Blue) = 239+237+89=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 237 (92.97% from 255 or 41.95% from 565); Blue value is 89 (35.16% from 255 or 15.75% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED59 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFED59 is #1012A6. Grayscale: #DDDDDD. Windows color (decimal): -1053351 or 5893615. OLE color: 5893615.
HSL color Cylindrical-coordinate representation of color #EFED59: hue angle of 59.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 #EFED59 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 237 | 89 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.06 |
| HSL | 59.2º | 0.82% | 0.64% | - |
| HSV(B) | 59.2º | 0.63% | 0.94% | - |
| XYZ | 67.68 | 79.64 | 21.26 | - |
| YUV | 220.73 | 53.66 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 237 | 89 | 0 | 0.01 | 0.63 | 0.06 | 59.2 | 0.82 | 0.64 |
| Hex | EF | ED | 59 | 0 | 1 | 3F | 6 | 3B | 52 | 40 |
| Octal | 357 | 355 | 131 | 0 | 1 | 77 | 6 | 73 | 122 | 100 |
| Binary | 11101111 | 11101101 | 1011001 | 0 | 1 | 111111 | 110 | 111011 | 1010010 | 1000000 |
Color Harmonies of #EFED59
Complementary color
Monochromatic Colors of #EFED59
Black with #EFED59
Text Example
Text Example
White with #EFED59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFED59; }
p { color: rgb(239,237,89); }
H1.HeaderClassName
{
color: #EFED59;
}
.AnyTagClassName
{
color: #EFED59;
}
</style>
background-color css
<style>
a { background-color: #EFED59; }
a { background-color: rgb(239,237,89); }
div.DivClassName
{
background-color: #EFED59;
}
.BgClassName
{
background-color: #EFED59;
}
</style>
border-color css
<style>
span { border-color: #EFED59; }
span { border-color: rgb(239,237,89); }
td.TdClassName
{
border-color: #EFED59;
}
.TagClassName
{
border-color: #EFED59;
}
</style>