Shades of Energy Yellow #EFDC44
Tints of Energy Yellow #EFDC44
RGB
CMYK
RGB Variations
Color information
#EFDC44 (or 0xEFDC44) is known color: Energy Yellow. HEX triplet: EF, DC and 44. RGB value is (239,220,68). Sum of RGB (Red+Green+Blue) = 239+220+68=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 68 (26.95% from 255 or 12.90% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDC44 is #1023BB. Grayscale: #D0D0D0. Windows color (decimal): -1057724 or 4513007. OLE color: 4513007.
HSL color Cylindrical-coordinate representation of color #EFDC44: hue angle of 53.33º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EFDC44 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 68 | - |
| CMYK | 0 | 0.08 | 0.72 | 0.06 |
| HSL | 53.33º | 0.84% | 0.6% | - |
| HSV(B) | 53.33º | 0.72% | 0.94% | - |
| XYZ | 62.23 | 69.95 | 15.69 | - |
| YUV | 208.35 | 48.79 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 68 | 0 | 0.08 | 0.72 | 0.06 | 53.33 | 0.84 | 0.6 |
| Hex | EF | DC | 44 | 0 | 8 | 48 | 6 | 35 | 54 | 3C |
| Octal | 357 | 334 | 104 | 0 | 10 | 110 | 6 | 65 | 124 | 74 |
| Binary | 11101111 | 11011100 | 1000100 | 0 | 1000 | 1001000 | 110 | 110101 | 1010100 | 111100 |
Color Harmonies of #EFDC44
Complementary color
Monochromatic Colors of #EFDC44
Black with #EFDC44
Text Example
Text Example
White with #EFDC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC44; }
p { color: rgb(239,220,68); }
H1.HeaderClassName
{
color: #EFDC44;
}
.AnyTagClassName
{
color: #EFDC44;
}
</style>
background-color css
<style>
a { background-color: #EFDC44; }
a { background-color: rgb(239,220,68); }
div.DivClassName
{
background-color: #EFDC44;
}
.BgClassName
{
background-color: #EFDC44;
}
</style>
border-color css
<style>
span { border-color: #EFDC44; }
span { border-color: rgb(239,220,68); }
td.TdClassName
{
border-color: #EFDC44;
}
.TagClassName
{
border-color: #EFDC44;
}
</style>