Shades of Energy Yellow #EFDC46
Tints of Energy Yellow #EFDC46
RGB
CMYK
RGB Variations
Color information
#EFDC46 (or 0xEFDC46) is known color: Energy Yellow. HEX triplet: EF, DC and 46. RGB value is (239,220,70). Sum of RGB (Red+Green+Blue) = 239+220+70=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 70 (27.73% from 255 or 13.23% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDC46 is #1023B9. Grayscale: #D1D1D1. Windows color (decimal): -1057722 or 4644079. OLE color: 4644079.
HSL color Cylindrical-coordinate representation of color #EFDC46: hue angle of 53.25º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EFDC46 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 70 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.06 |
| HSL | 53.25º | 0.84% | 0.61% | - |
| HSV(B) | 53.25º | 0.71% | 0.94% | - |
| XYZ | 62.3 | 69.98 | 16.02 | - |
| YUV | 208.58 | 49.79 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 70 | 0 | 0.08 | 0.71 | 0.06 | 53.25 | 0.84 | 0.61 |
| Hex | EF | DC | 46 | 0 | 8 | 47 | 6 | 35 | 54 | 3D |
| Octal | 357 | 334 | 106 | 0 | 10 | 107 | 6 | 65 | 124 | 75 |
| Binary | 11101111 | 11011100 | 1000110 | 0 | 1000 | 1000111 | 110 | 110101 | 1010100 | 111101 |
Color Harmonies of #EFDC46
Complementary color
Monochromatic Colors of #EFDC46
Black with #EFDC46
Text Example
Text Example
White with #EFDC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC46; }
p { color: rgb(239,220,70); }
H1.HeaderClassName
{
color: #EFDC46;
}
.AnyTagClassName
{
color: #EFDC46;
}
</style>
background-color css
<style>
a { background-color: #EFDC46; }
a { background-color: rgb(239,220,70); }
div.DivClassName
{
background-color: #EFDC46;
}
.BgClassName
{
background-color: #EFDC46;
}
</style>
border-color css
<style>
span { border-color: #EFDC46; }
span { border-color: rgb(239,220,70); }
td.TdClassName
{
border-color: #EFDC46;
}
.TagClassName
{
border-color: #EFDC46;
}
</style>