Shades of Energy Yellow #EFDB49
Tints of Energy Yellow #EFDB49
RGB
CMYK
RGB Variations
Color information
#EFDB49 (or 0xEFDB49) is known color: Energy Yellow. HEX triplet: EF, DB and 49. RGB value is (239,219,73). Sum of RGB (Red+Green+Blue) = 239+219+73=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 73 (28.91% from 255 or 13.75% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDB49 is #1024B6. Grayscale: #D0D0D0. Windows color (decimal): -1057975 or 4840431. OLE color: 4840431.
HSL color Cylindrical-coordinate representation of color #EFDB49: hue angle of 52.77º 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 #EFDB49 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 73 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.06 |
| HSL | 52.77º | 0.84% | 0.61% | - |
| HSV(B) | 52.77º | 0.69% | 0.94% | - |
| XYZ | 62.13 | 69.49 | 16.44 | - |
| YUV | 208.34 | 51.63 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 73 | 0 | 0.08 | 0.69 | 0.06 | 52.77 | 0.84 | 0.61 |
| Hex | EF | DB | 49 | 0 | 8 | 45 | 6 | 35 | 54 | 3D |
| Octal | 357 | 333 | 111 | 0 | 10 | 105 | 6 | 65 | 124 | 75 |
| Binary | 11101111 | 11011011 | 1001001 | 0 | 1000 | 1000101 | 110 | 110101 | 1010100 | 111101 |
Color Harmonies of #EFDB49
Complementary color
Monochromatic Colors of #EFDB49
Black with #EFDB49
Text Example
Text Example
White with #EFDB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB49; }
p { color: rgb(239,219,73); }
H1.HeaderClassName
{
color: #EFDB49;
}
.AnyTagClassName
{
color: #EFDB49;
}
</style>
background-color css
<style>
a { background-color: #EFDB49; }
a { background-color: rgb(239,219,73); }
div.DivClassName
{
background-color: #EFDB49;
}
.BgClassName
{
background-color: #EFDB49;
}
</style>
border-color css
<style>
span { border-color: #EFDB49; }
span { border-color: rgb(239,219,73); }
td.TdClassName
{
border-color: #EFDB49;
}
.TagClassName
{
border-color: #EFDB49;
}
</style>