Shades of Energy Yellow #EFDC4A
Tints of Energy Yellow #EFDC4A
RGB
CMYK
RGB Variations
Color information
#EFDC4A (or 0xEFDC4A) is known color: Energy Yellow. HEX triplet: EF, DC and 4A. RGB value is (239,220,74). Sum of RGB (Red+Green+Blue) = 239+220+74=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 74 (29.30% from 255 or 13.88% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDC4A is #1023B5. Grayscale: #D1D1D1. Windows color (decimal): -1057718 or 4906223. OLE color: 4906223.
HSL color Cylindrical-coordinate representation of color #EFDC4A: hue angle of 53.09º 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 #EFDC4A is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 74 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.06 |
| HSL | 53.09º | 0.84% | 0.61% | - |
| HSV(B) | 53.09º | 0.69% | 0.94% | - |
| XYZ | 62.43 | 70.03 | 16.71 | - |
| YUV | 209.04 | 51.79 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 74 | 0 | 0.08 | 0.69 | 0.06 | 53.09 | 0.84 | 0.61 |
| Hex | EF | DC | 4A | 0 | 8 | 45 | 6 | 35 | 54 | 3D |
| Octal | 357 | 334 | 112 | 0 | 10 | 105 | 6 | 65 | 124 | 75 |
| Binary | 11101111 | 11011100 | 1001010 | 0 | 1000 | 1000101 | 110 | 110101 | 1010100 | 111101 |
Color Harmonies of #EFDC4A
Complementary color
Monochromatic Colors of #EFDC4A
Black with #EFDC4A
Text Example
Text Example
White with #EFDC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC4A; }
p { color: rgb(239,220,74); }
H1.HeaderClassName
{
color: #EFDC4A;
}
.AnyTagClassName
{
color: #EFDC4A;
}
</style>
background-color css
<style>
a { background-color: #EFDC4A; }
a { background-color: rgb(239,220,74); }
div.DivClassName
{
background-color: #EFDC4A;
}
.BgClassName
{
background-color: #EFDC4A;
}
</style>
border-color css
<style>
span { border-color: #EFDC4A; }
span { border-color: rgb(239,220,74); }
td.TdClassName
{
border-color: #EFDC4A;
}
.TagClassName
{
border-color: #EFDC4A;
}
</style>