Shades of Energy Yellow #EFDC45
Tints of Energy Yellow #EFDC45
RGB
CMYK
RGB Variations
Color information
#EFDC45 (or 0xEFDC45) is known color: Energy Yellow. HEX triplet: EF, DC and 45. RGB value is (239,220,69). Sum of RGB (Red+Green+Blue) = 239+220+69=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 69 (27.34% from 255 or 13.07% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDC45 is #1023BA. Grayscale: #D1D1D1. Windows color (decimal): -1057723 or 4578543. OLE color: 4578543.
HSL color Cylindrical-coordinate representation of color #EFDC45: hue angle of 53.29º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EFDC45 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 69 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.06 |
| HSL | 53.29º | 0.84% | 0.6% | - |
| HSV(B) | 53.29º | 0.71% | 0.94% | - |
| XYZ | 62.26 | 69.97 | 15.85 | - |
| YUV | 208.47 | 49.29 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 69 | 0 | 0.08 | 0.71 | 0.06 | 53.29 | 0.84 | 0.6 |
| Hex | EF | DC | 45 | 0 | 8 | 47 | 6 | 35 | 54 | 3C |
| Octal | 357 | 334 | 105 | 0 | 10 | 107 | 6 | 65 | 124 | 74 |
| Binary | 11101111 | 11011100 | 1000101 | 0 | 1000 | 1000111 | 110 | 110101 | 1010100 | 111100 |
Color Harmonies of #EFDC45
Complementary color
Monochromatic Colors of #EFDC45
Black with #EFDC45
Text Example
Text Example
White with #EFDC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC45; }
p { color: rgb(239,220,69); }
H1.HeaderClassName
{
color: #EFDC45;
}
.AnyTagClassName
{
color: #EFDC45;
}
</style>
background-color css
<style>
a { background-color: #EFDC45; }
a { background-color: rgb(239,220,69); }
div.DivClassName
{
background-color: #EFDC45;
}
.BgClassName
{
background-color: #EFDC45;
}
</style>
border-color css
<style>
span { border-color: #EFDC45; }
span { border-color: rgb(239,220,69); }
td.TdClassName
{
border-color: #EFDC45;
}
.TagClassName
{
border-color: #EFDC45;
}
</style>