Shades of Energy Yellow #EFDC4B
Tints of Energy Yellow #EFDC4B
RGB
CMYK
RGB Variations
Color information
#EFDC4B (or 0xEFDC4B) is known color: Energy Yellow. HEX triplet: EF, DC and 4B. RGB value is (239,220,75). Sum of RGB (Red+Green+Blue) = 239+220+75=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 75 (29.69% from 255 or 14.04% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDC4B is #1023B4. Grayscale: #D1D1D1. Windows color (decimal): -1057717 or 4971759. OLE color: 4971759.
HSL color Cylindrical-coordinate representation of color #EFDC4B: hue angle of 53.05º 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 #EFDC4B is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 75 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.06 |
| HSL | 53.05º | 0.84% | 0.62% | - |
| HSV(B) | 53.05º | 0.69% | 0.94% | - |
| XYZ | 62.46 | 70.05 | 16.88 | - |
| YUV | 209.15 | 52.29 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 75 | 0 | 0.08 | 0.69 | 0.06 | 53.05 | 0.84 | 0.62 |
| Hex | EF | DC | 4B | 0 | 8 | 45 | 6 | 35 | 54 | 3E |
| Octal | 357 | 334 | 113 | 0 | 10 | 105 | 6 | 65 | 124 | 76 |
| Binary | 11101111 | 11011100 | 1001011 | 0 | 1000 | 1000101 | 110 | 110101 | 1010100 | 111110 |
Color Harmonies of #EFDC4B
Complementary color
Monochromatic Colors of #EFDC4B
Black with #EFDC4B
Text Example
Text Example
White with #EFDC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC4B; }
p { color: rgb(239,220,75); }
H1.HeaderClassName
{
color: #EFDC4B;
}
.AnyTagClassName
{
color: #EFDC4B;
}
</style>
background-color css
<style>
a { background-color: #EFDC4B; }
a { background-color: rgb(239,220,75); }
div.DivClassName
{
background-color: #EFDC4B;
}
.BgClassName
{
background-color: #EFDC4B;
}
</style>
border-color css
<style>
span { border-color: #EFDC4B; }
span { border-color: rgb(239,220,75); }
td.TdClassName
{
border-color: #EFDC4B;
}
.TagClassName
{
border-color: #EFDC4B;
}
</style>