Shades of Energy Yellow #EFDA47
Tints of Energy Yellow #EFDA47
RGB
CMYK
RGB Variations
Color information
#EFDA47 (or 0xEFDA47) is known color: Energy Yellow. HEX triplet: EF, DA and 47. RGB value is (239,218,71). Sum of RGB (Red+Green+Blue) = 239+218+71=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 71 (28.12% from 255 or 13.45% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDA47 is #1025B8. Grayscale: #D0D0D0. Windows color (decimal): -1058233 or 4709103. OLE color: 4709103.
HSL color Cylindrical-coordinate representation of color #EFDA47: hue angle of 52.5º 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 #EFDA47 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 71 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.06 |
| HSL | 52.5º | 0.84% | 0.61% | - |
| HSV(B) | 52.5º | 0.7% | 0.94% | - |
| XYZ | 61.81 | 68.95 | 16.01 | - |
| YUV | 207.52 | 50.96 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 71 | 0 | 0.09 | 0.70 | 0.06 | 52.5 | 0.84 | 0.61 |
| Hex | EF | DA | 47 | 0 | 9 | 46 | 6 | 34 | 54 | 3D |
| Octal | 357 | 332 | 107 | 0 | 11 | 106 | 6 | 64 | 124 | 75 |
| Binary | 11101111 | 11011010 | 1000111 | 0 | 1001 | 1000110 | 110 | 110100 | 1010100 | 111101 |
Color Harmonies of #EFDA47
Complementary color
Monochromatic Colors of #EFDA47
Black with #EFDA47
Text Example
Text Example
White with #EFDA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA47; }
p { color: rgb(239,218,71); }
H1.HeaderClassName
{
color: #EFDA47;
}
.AnyTagClassName
{
color: #EFDA47;
}
</style>
background-color css
<style>
a { background-color: #EFDA47; }
a { background-color: rgb(239,218,71); }
div.DivClassName
{
background-color: #EFDA47;
}
.BgClassName
{
background-color: #EFDA47;
}
</style>
border-color css
<style>
span { border-color: #EFDA47; }
span { border-color: rgb(239,218,71); }
td.TdClassName
{
border-color: #EFDA47;
}
.TagClassName
{
border-color: #EFDA47;
}
</style>