Shades of Energy Yellow #EFDB4C
Tints of Energy Yellow #EFDB4C
RGB
CMYK
RGB Variations
Color information
#EFDB4C (or 0xEFDB4C) is known color: Energy Yellow. HEX triplet: EF, DB and 4C. RGB value is (239,219,76). Sum of RGB (Red+Green+Blue) = 239+219+76=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 76 (30.08% from 255 or 14.23% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDB4C is #1024B3. Grayscale: #D1D1D1. Windows color (decimal): -1057972 or 5037039. OLE color: 5037039.
HSL color Cylindrical-coordinate representation of color #EFDB4C: hue angle of 52.64º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EFDB4C is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 76 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.06 |
| HSL | 52.64º | 0.84% | 0.62% | - |
| HSV(B) | 52.64º | 0.68% | 0.94% | - |
| XYZ | 62.23 | 69.54 | 16.98 | - |
| YUV | 208.68 | 53.13 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 76 | 0 | 0.08 | 0.68 | 0.06 | 52.64 | 0.84 | 0.62 |
| Hex | EF | DB | 4C | 0 | 8 | 44 | 6 | 35 | 54 | 3E |
| Octal | 357 | 333 | 114 | 0 | 10 | 104 | 6 | 65 | 124 | 76 |
| Binary | 11101111 | 11011011 | 1001100 | 0 | 1000 | 1000100 | 110 | 110101 | 1010100 | 111110 |
Color Harmonies of #EFDB4C
Complementary color
Monochromatic Colors of #EFDB4C
Black with #EFDB4C
Text Example
Text Example
White with #EFDB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB4C; }
p { color: rgb(239,219,76); }
H1.HeaderClassName
{
color: #EFDB4C;
}
.AnyTagClassName
{
color: #EFDB4C;
}
</style>
background-color css
<style>
a { background-color: #EFDB4C; }
a { background-color: rgb(239,219,76); }
div.DivClassName
{
background-color: #EFDB4C;
}
.BgClassName
{
background-color: #EFDB4C;
}
</style>
border-color css
<style>
span { border-color: #EFDB4C; }
span { border-color: rgb(239,219,76); }
td.TdClassName
{
border-color: #EFDB4C;
}
.TagClassName
{
border-color: #EFDB4C;
}
</style>