Shades of Energy Yellow #EFDA44
Tints of Energy Yellow #EFDA44
RGB
CMYK
RGB Variations
Color information
#EFDA44 (or 0xEFDA44) is known color: Energy Yellow. HEX triplet: EF, DA and 44. RGB value is (239,218,68). Sum of RGB (Red+Green+Blue) = 239+218+68=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 68 (26.95% from 255 or 12.95% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDA44 is #1025BB. Grayscale: #CFCFCF. Windows color (decimal): -1058236 or 4512495. OLE color: 4512495.
HSL color Cylindrical-coordinate representation of color #EFDA44: hue angle of 52.63º 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 #EFDA44 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 68 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.06 |
| HSL | 52.63º | 0.84% | 0.6% | - |
| HSV(B) | 52.63º | 0.72% | 0.94% | - |
| XYZ | 61.71 | 68.91 | 15.52 | - |
| YUV | 207.18 | 49.46 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 68 | 0 | 0.09 | 0.72 | 0.06 | 52.63 | 0.84 | 0.6 |
| Hex | EF | DA | 44 | 0 | 9 | 48 | 6 | 35 | 54 | 3C |
| Octal | 357 | 332 | 104 | 0 | 11 | 110 | 6 | 65 | 124 | 74 |
| Binary | 11101111 | 11011010 | 1000100 | 0 | 1001 | 1001000 | 110 | 110101 | 1010100 | 111100 |
Color Harmonies of #EFDA44
Complementary color
Monochromatic Colors of #EFDA44
Black with #EFDA44
Text Example
Text Example
White with #EFDA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA44; }
p { color: rgb(239,218,68); }
H1.HeaderClassName
{
color: #EFDA44;
}
.AnyTagClassName
{
color: #EFDA44;
}
</style>
background-color css
<style>
a { background-color: #EFDA44; }
a { background-color: rgb(239,218,68); }
div.DivClassName
{
background-color: #EFDA44;
}
.BgClassName
{
background-color: #EFDA44;
}
</style>
border-color css
<style>
span { border-color: #EFDA44; }
span { border-color: rgb(239,218,68); }
td.TdClassName
{
border-color: #EFDA44;
}
.TagClassName
{
border-color: #EFDA44;
}
</style>