Shades of Energy Yellow #EFDB4B
Tints of Energy Yellow #EFDB4B
RGB
CMYK
RGB Variations
Color information
#EFDB4B (or 0xEFDB4B) is known color: Energy Yellow. HEX triplet: EF, DB and 4B. RGB value is (239,219,75). Sum of RGB (Red+Green+Blue) = 239+219+75=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 75 (29.69% from 255 or 14.07% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDB4B is #1024B4. Grayscale: #D1D1D1. Windows color (decimal): -1057973 or 4971503. OLE color: 4971503.
HSL color Cylindrical-coordinate representation of color #EFDB4B: hue angle of 52.68º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFDB4B is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 75 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.06 |
| HSL | 52.68º | 0.84% | 0.62% | - |
| HSV(B) | 52.68º | 0.69% | 0.94% | - |
| XYZ | 62.2 | 69.52 | 16.8 | - |
| YUV | 208.56 | 52.63 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 75 | 0 | 0.08 | 0.69 | 0.06 | 52.68 | 0.84 | 0.62 |
| Hex | EF | DB | 4B | 0 | 8 | 45 | 6 | 35 | 54 | 3E |
| Octal | 357 | 333 | 113 | 0 | 10 | 105 | 6 | 65 | 124 | 76 |
| Binary | 11101111 | 11011011 | 1001011 | 0 | 1000 | 1000101 | 110 | 110101 | 1010100 | 111110 |
Color Harmonies of #EFDB4B
Complementary color
Monochromatic Colors of #EFDB4B
Black with #EFDB4B
Text Example
Text Example
White with #EFDB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB4B; }
p { color: rgb(239,219,75); }
H1.HeaderClassName
{
color: #EFDB4B;
}
.AnyTagClassName
{
color: #EFDB4B;
}
</style>
background-color css
<style>
a { background-color: #EFDB4B; }
a { background-color: rgb(239,219,75); }
div.DivClassName
{
background-color: #EFDB4B;
}
.BgClassName
{
background-color: #EFDB4B;
}
</style>
border-color css
<style>
span { border-color: #EFDB4B; }
span { border-color: rgb(239,219,75); }
td.TdClassName
{
border-color: #EFDB4B;
}
.TagClassName
{
border-color: #EFDB4B;
}
</style>