Shades of Energy Yellow #EFDC4E
Tints of Energy Yellow #EFDC4E
RGB
CMYK
RGB Variations
Color information
#EFDC4E (or 0xEFDC4E) is known color: Energy Yellow. HEX triplet: EF, DC and 4E. RGB value is (239,220,78). Sum of RGB (Red+Green+Blue) = 239+220+78=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 78 (30.86% from 255 or 14.53% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDC4E is #1023B1. Grayscale: #D2D2D2. Windows color (decimal): -1057714 or 5168367. OLE color: 5168367.
HSL color Cylindrical-coordinate representation of color #EFDC4E: hue angle of 52.92º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFDC4E is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 78 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.06 |
| HSL | 52.92º | 0.83% | 0.62% | - |
| HSV(B) | 52.92º | 0.67% | 0.94% | - |
| XYZ | 62.56 | 70.09 | 17.44 | - |
| YUV | 209.49 | 53.79 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 78 | 0 | 0.08 | 0.67 | 0.06 | 52.92 | 0.83 | 0.62 |
| Hex | EF | DC | 4E | 0 | 8 | 43 | 6 | 35 | 53 | 3E |
| Octal | 357 | 334 | 116 | 0 | 10 | 103 | 6 | 65 | 123 | 76 |
| Binary | 11101111 | 11011100 | 1001110 | 0 | 1000 | 1000011 | 110 | 110101 | 1010011 | 111110 |
Color Harmonies of #EFDC4E
Complementary color
Monochromatic Colors of #EFDC4E
Black with #EFDC4E
Text Example
Text Example
White with #EFDC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC4E; }
p { color: rgb(239,220,78); }
H1.HeaderClassName
{
color: #EFDC4E;
}
.AnyTagClassName
{
color: #EFDC4E;
}
</style>
background-color css
<style>
a { background-color: #EFDC4E; }
a { background-color: rgb(239,220,78); }
div.DivClassName
{
background-color: #EFDC4E;
}
.BgClassName
{
background-color: #EFDC4E;
}
</style>
border-color css
<style>
span { border-color: #EFDC4E; }
span { border-color: rgb(239,220,78); }
td.TdClassName
{
border-color: #EFDC4E;
}
.TagClassName
{
border-color: #EFDC4E;
}
</style>