Shades of Energy Yellow #EFDA49
Tints of Energy Yellow #EFDA49
RGB
CMYK
RGB Variations
Color information
#EFDA49 (or 0xEFDA49) is known color: Energy Yellow. HEX triplet: EF, DA and 49. RGB value is (239,218,73). Sum of RGB (Red+Green+Blue) = 239+218+73=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 73 (28.91% from 255 or 13.77% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDA49 is #1025B6. Grayscale: #D0D0D0. Windows color (decimal): -1058231 or 4840175. OLE color: 4840175.
HSL color Cylindrical-coordinate representation of color #EFDA49: hue angle of 52.41º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFDA49 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 73 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.06 |
| HSL | 52.41º | 0.84% | 0.61% | - |
| HSV(B) | 52.41º | 0.69% | 0.94% | - |
| XYZ | 61.87 | 68.97 | 16.36 | - |
| YUV | 207.75 | 51.96 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 73 | 0 | 0.09 | 0.69 | 0.06 | 52.41 | 0.84 | 0.61 |
| Hex | EF | DA | 49 | 0 | 9 | 45 | 6 | 34 | 54 | 3D |
| Octal | 357 | 332 | 111 | 0 | 11 | 105 | 6 | 64 | 124 | 75 |
| Binary | 11101111 | 11011010 | 1001001 | 0 | 1001 | 1000101 | 110 | 110100 | 1010100 | 111101 |
Color Harmonies of #EFDA49
Complementary color
Monochromatic Colors of #EFDA49
Black with #EFDA49
Text Example
Text Example
White with #EFDA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA49; }
p { color: rgb(239,218,73); }
H1.HeaderClassName
{
color: #EFDA49;
}
.AnyTagClassName
{
color: #EFDA49;
}
</style>
background-color css
<style>
a { background-color: #EFDA49; }
a { background-color: rgb(239,218,73); }
div.DivClassName
{
background-color: #EFDA49;
}
.BgClassName
{
background-color: #EFDA49;
}
</style>
border-color css
<style>
span { border-color: #EFDA49; }
span { border-color: rgb(239,218,73); }
td.TdClassName
{
border-color: #EFDA49;
}
.TagClassName
{
border-color: #EFDA49;
}
</style>