Shades of Energy Yellow #EFDA4E
Tints of Energy Yellow #EFDA4E
RGB
CMYK
RGB Variations
Color information
#EFDA4E (or 0xEFDA4E) is known color: Energy Yellow. HEX triplet: EF, DA and 4E. RGB value is (239,218,78). Sum of RGB (Red+Green+Blue) = 239+218+78=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 78 (30.86% from 255 or 14.58% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDA4E is #1025B1. Grayscale: #D0D0D0. Windows color (decimal): -1058226 or 5167855. OLE color: 5167855.
HSL color Cylindrical-coordinate representation of color #EFDA4E: hue angle of 52.17º 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 #EFDA4E is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 78 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.06 |
| HSL | 52.17º | 0.83% | 0.62% | - |
| HSV(B) | 52.17º | 0.67% | 0.94% | - |
| XYZ | 62.04 | 69.04 | 17.26 | - |
| YUV | 208.32 | 54.46 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 78 | 0 | 0.09 | 0.67 | 0.06 | 52.17 | 0.83 | 0.62 |
| Hex | EF | DA | 4E | 0 | 9 | 43 | 6 | 34 | 53 | 3E |
| Octal | 357 | 332 | 116 | 0 | 11 | 103 | 6 | 64 | 123 | 76 |
| Binary | 11101111 | 11011010 | 1001110 | 0 | 1001 | 1000011 | 110 | 110100 | 1010011 | 111110 |
Color Harmonies of #EFDA4E
Complementary color
Monochromatic Colors of #EFDA4E
Black with #EFDA4E
Text Example
Text Example
White with #EFDA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA4E; }
p { color: rgb(239,218,78); }
H1.HeaderClassName
{
color: #EFDA4E;
}
.AnyTagClassName
{
color: #EFDA4E;
}
</style>
background-color css
<style>
a { background-color: #EFDA4E; }
a { background-color: rgb(239,218,78); }
div.DivClassName
{
background-color: #EFDA4E;
}
.BgClassName
{
background-color: #EFDA4E;
}
</style>
border-color css
<style>
span { border-color: #EFDA4E; }
span { border-color: rgb(239,218,78); }
td.TdClassName
{
border-color: #EFDA4E;
}
.TagClassName
{
border-color: #EFDA4E;
}
</style>