Shades of Energy Yellow #EFDC4D
Tints of Energy Yellow #EFDC4D
RGB
CMYK
RGB Variations
Color information
#EFDC4D (or 0xEFDC4D) is known color: Energy Yellow. HEX triplet: EF, DC and 4D. RGB value is (239,220,77). Sum of RGB (Red+Green+Blue) = 239+220+77=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 77 (30.47% from 255 or 14.37% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDC4D is #1023B2. Grayscale: #D1D1D1. Windows color (decimal): -1057715 or 5102831. OLE color: 5102831.
HSL color Cylindrical-coordinate representation of color #EFDC4D: hue angle of 52.96º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EFDC4D is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 77 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.06 |
| HSL | 52.96º | 0.84% | 0.62% | - |
| HSV(B) | 52.96º | 0.68% | 0.94% | - |
| XYZ | 62.53 | 70.07 | 17.25 | - |
| YUV | 209.38 | 53.29 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 77 | 0 | 0.08 | 0.68 | 0.06 | 52.96 | 0.84 | 0.62 |
| Hex | EF | DC | 4D | 0 | 8 | 44 | 6 | 35 | 54 | 3E |
| Octal | 357 | 334 | 115 | 0 | 10 | 104 | 6 | 65 | 124 | 76 |
| Binary | 11101111 | 11011100 | 1001101 | 0 | 1000 | 1000100 | 110 | 110101 | 1010100 | 111110 |
Color Harmonies of #EFDC4D
Complementary color
Monochromatic Colors of #EFDC4D
Black with #EFDC4D
Text Example
Text Example
White with #EFDC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC4D; }
p { color: rgb(239,220,77); }
H1.HeaderClassName
{
color: #EFDC4D;
}
.AnyTagClassName
{
color: #EFDC4D;
}
</style>
background-color css
<style>
a { background-color: #EFDC4D; }
a { background-color: rgb(239,220,77); }
div.DivClassName
{
background-color: #EFDC4D;
}
.BgClassName
{
background-color: #EFDC4D;
}
</style>
border-color css
<style>
span { border-color: #EFDC4D; }
span { border-color: rgb(239,220,77); }
td.TdClassName
{
border-color: #EFDC4D;
}
.TagClassName
{
border-color: #EFDC4D;
}
</style>