Shades of Energy Yellow #EFDD47
Tints of Energy Yellow #EFDD47
RGB
CMYK
RGB Variations
Color information
#EFDD47 (or 0xEFDD47) is known color: Energy Yellow. HEX triplet: EF, DD and 47. RGB value is (239,221,71). Sum of RGB (Red+Green+Blue) = 239+221+71=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 71 (28.12% from 255 or 13.37% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDD47 is #1022B8. Grayscale: #D1D1D1. Windows color (decimal): -1057465 or 4709871. OLE color: 4709871.
HSL color Cylindrical-coordinate representation of color #EFDD47: hue angle of 53.57º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EFDD47 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 71 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.06 |
| HSL | 53.57º | 0.84% | 0.61% | - |
| HSV(B) | 53.57º | 0.7% | 0.94% | - |
| XYZ | 62.59 | 70.52 | 16.27 | - |
| YUV | 209.28 | 49.96 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 71 | 0 | 0.08 | 0.70 | 0.06 | 53.57 | 0.84 | 0.61 |
| Hex | EF | DD | 47 | 0 | 8 | 46 | 6 | 36 | 54 | 3D |
| Octal | 357 | 335 | 107 | 0 | 10 | 106 | 6 | 66 | 124 | 75 |
| Binary | 11101111 | 11011101 | 1000111 | 0 | 1000 | 1000110 | 110 | 110110 | 1010100 | 111101 |
Color Harmonies of #EFDD47
Complementary color
Monochromatic Colors of #EFDD47
Black with #EFDD47
Text Example
Text Example
White with #EFDD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD47; }
p { color: rgb(239,221,71); }
H1.HeaderClassName
{
color: #EFDD47;
}
.AnyTagClassName
{
color: #EFDD47;
}
</style>
background-color css
<style>
a { background-color: #EFDD47; }
a { background-color: rgb(239,221,71); }
div.DivClassName
{
background-color: #EFDD47;
}
.BgClassName
{
background-color: #EFDD47;
}
</style>
border-color css
<style>
span { border-color: #EFDD47; }
span { border-color: rgb(239,221,71); }
td.TdClassName
{
border-color: #EFDD47;
}
.TagClassName
{
border-color: #EFDD47;
}
</style>