Shades of Energy Yellow #EFDD46
Tints of Energy Yellow #EFDD46
RGB
CMYK
RGB Variations
Color information
#EFDD46 (or 0xEFDD46) is known color: Energy Yellow. HEX triplet: EF, DD and 46. RGB value is (239,221,70). Sum of RGB (Red+Green+Blue) = 239+221+70=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 70 (27.73% from 255 or 13.21% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDD46 is #1022B9. Grayscale: #D1D1D1. Windows color (decimal): -1057466 or 4644335. OLE color: 4644335.
HSL color Cylindrical-coordinate representation of color #EFDD46: hue angle of 53.61º 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 #EFDD46 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 70 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.06 |
| HSL | 53.61º | 0.84% | 0.61% | - |
| HSV(B) | 53.61º | 0.71% | 0.94% | - |
| XYZ | 62.56 | 70.51 | 16.11 | - |
| YUV | 209.17 | 49.46 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 70 | 0 | 0.08 | 0.71 | 0.06 | 53.61 | 0.84 | 0.61 |
| Hex | EF | DD | 46 | 0 | 8 | 47 | 6 | 36 | 54 | 3D |
| Octal | 357 | 335 | 106 | 0 | 10 | 107 | 6 | 66 | 124 | 75 |
| Binary | 11101111 | 11011101 | 1000110 | 0 | 1000 | 1000111 | 110 | 110110 | 1010100 | 111101 |
Color Harmonies of #EFDD46
Complementary color
Monochromatic Colors of #EFDD46
Black with #EFDD46
Text Example
Text Example
White with #EFDD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD46; }
p { color: rgb(239,221,70); }
H1.HeaderClassName
{
color: #EFDD46;
}
.AnyTagClassName
{
color: #EFDD46;
}
</style>
background-color css
<style>
a { background-color: #EFDD46; }
a { background-color: rgb(239,221,70); }
div.DivClassName
{
background-color: #EFDD46;
}
.BgClassName
{
background-color: #EFDD46;
}
</style>
border-color css
<style>
span { border-color: #EFDD46; }
span { border-color: rgb(239,221,70); }
td.TdClassName
{
border-color: #EFDD46;
}
.TagClassName
{
border-color: #EFDD46;
}
</style>