Shades of Energy Yellow #EFDA4D
Tints of Energy Yellow #EFDA4D
RGB
CMYK
RGB Variations
Color information
#EFDA4D (or 0xEFDA4D) is known color: Energy Yellow. HEX triplet: EF, DA and 4D. RGB value is (239,218,77). Sum of RGB (Red+Green+Blue) = 239+218+77=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 77 (30.47% from 255 or 14.42% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDA4D is #1025B2. Grayscale: #D0D0D0. Windows color (decimal): -1058227 or 5102319. OLE color: 5102319.
HSL color Cylindrical-coordinate representation of color #EFDA4D: hue angle of 52.22º 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 #EFDA4D is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 77 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.06 |
| HSL | 52.22º | 0.84% | 0.62% | - |
| HSV(B) | 52.22º | 0.68% | 0.94% | - |
| XYZ | 62.01 | 69.03 | 17.08 | - |
| YUV | 208.21 | 53.96 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 77 | 0 | 0.09 | 0.68 | 0.06 | 52.22 | 0.84 | 0.62 |
| Hex | EF | DA | 4D | 0 | 9 | 44 | 6 | 34 | 54 | 3E |
| Octal | 357 | 332 | 115 | 0 | 11 | 104 | 6 | 64 | 124 | 76 |
| Binary | 11101111 | 11011010 | 1001101 | 0 | 1001 | 1000100 | 110 | 110100 | 1010100 | 111110 |
Color Harmonies of #EFDA4D
Complementary color
Monochromatic Colors of #EFDA4D
Black with #EFDA4D
Text Example
Text Example
White with #EFDA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA4D; }
p { color: rgb(239,218,77); }
H1.HeaderClassName
{
color: #EFDA4D;
}
.AnyTagClassName
{
color: #EFDA4D;
}
</style>
background-color css
<style>
a { background-color: #EFDA4D; }
a { background-color: rgb(239,218,77); }
div.DivClassName
{
background-color: #EFDA4D;
}
.BgClassName
{
background-color: #EFDA4D;
}
</style>
border-color css
<style>
span { border-color: #EFDA4D; }
span { border-color: rgb(239,218,77); }
td.TdClassName
{
border-color: #EFDA4D;
}
.TagClassName
{
border-color: #EFDA4D;
}
</style>