Shades of Corn #EFE45E
Tints of Corn #EFE45E
RGB
CMYK
RGB Variations
Color information
#EFE45E (or 0xEFE45E) is known color: Corn. HEX triplet: EF, E4 and 5E. RGB value is (239,228,94). Sum of RGB (Red+Green+Blue) = 239+228+94=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 228 (89.45% from 255 or 40.64% from 561); Blue value is 94 (37.11% from 255 or 16.76% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE45E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE45E is #101BA1. Grayscale: #D8D8D8. Windows color (decimal): -1055650 or 6218991. OLE color: 6218991.
HSL color Cylindrical-coordinate representation of color #EFE45E: hue angle of 55.45º 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 #EFE45E is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 94 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.06 |
| HSL | 55.45º | 0.82% | 0.65% | - |
| HSV(B) | 55.45º | 0.61% | 0.94% | - |
| XYZ | 65.36 | 74.65 | 21.55 | - |
| YUV | 216.01 | 59.14 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 94 | 0 | 0.05 | 0.61 | 0.06 | 55.45 | 0.82 | 0.65 |
| Hex | EF | E4 | 5E | 0 | 5 | 3D | 6 | 37 | 52 | 41 |
| Octal | 357 | 344 | 136 | 0 | 5 | 75 | 6 | 67 | 122 | 101 |
| Binary | 11101111 | 11100100 | 1011110 | 0 | 101 | 111101 | 110 | 110111 | 1010010 | 1000001 |
Color Harmonies of #EFE45E
Complementary color
Monochromatic Colors of #EFE45E
Black with #EFE45E
Text Example
Text Example
White with #EFE45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE45E; }
p { color: rgb(239,228,94); }
H1.HeaderClassName
{
color: #EFE45E;
}
.AnyTagClassName
{
color: #EFE45E;
}
</style>
background-color css
<style>
a { background-color: #EFE45E; }
a { background-color: rgb(239,228,94); }
div.DivClassName
{
background-color: #EFE45E;
}
.BgClassName
{
background-color: #EFE45E;
}
</style>
border-color css
<style>
span { border-color: #EFE45E; }
span { border-color: rgb(239,228,94); }
td.TdClassName
{
border-color: #EFE45E;
}
.TagClassName
{
border-color: #EFE45E;
}
</style>