Shades of Energy Yellow #EFDD45
Tints of Energy Yellow #EFDD45
RGB
CMYK
RGB Variations
Color information
#EFDD45 (or 0xEFDD45) is known color: Energy Yellow. HEX triplet: EF, DD and 45. RGB value is (239,221,69). Sum of RGB (Red+Green+Blue) = 239+221+69=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 69 (27.34% from 255 or 13.04% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDD45 is #1022BA. Grayscale: #D1D1D1. Windows color (decimal): -1057467 or 4578799. OLE color: 4578799.
HSL color Cylindrical-coordinate representation of color #EFDD45: hue angle of 53.65º 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 #EFDD45 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 69 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.06 |
| HSL | 53.65º | 0.84% | 0.6% | - |
| HSV(B) | 53.65º | 0.71% | 0.94% | - |
| XYZ | 62.53 | 70.49 | 15.94 | - |
| YUV | 209.05 | 48.96 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 69 | 0 | 0.08 | 0.71 | 0.06 | 53.65 | 0.84 | 0.6 |
| Hex | EF | DD | 45 | 0 | 8 | 47 | 6 | 36 | 54 | 3C |
| Octal | 357 | 335 | 105 | 0 | 10 | 107 | 6 | 66 | 124 | 74 |
| Binary | 11101111 | 11011101 | 1000101 | 0 | 1000 | 1000111 | 110 | 110110 | 1010100 | 111100 |
Color Harmonies of #EFDD45
Complementary color
Monochromatic Colors of #EFDD45
Black with #EFDD45
Text Example
Text Example
White with #EFDD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD45; }
p { color: rgb(239,221,69); }
H1.HeaderClassName
{
color: #EFDD45;
}
.AnyTagClassName
{
color: #EFDD45;
}
</style>
background-color css
<style>
a { background-color: #EFDD45; }
a { background-color: rgb(239,221,69); }
div.DivClassName
{
background-color: #EFDD45;
}
.BgClassName
{
background-color: #EFDD45;
}
</style>
border-color css
<style>
span { border-color: #EFDD45; }
span { border-color: rgb(239,221,69); }
td.TdClassName
{
border-color: #EFDD45;
}
.TagClassName
{
border-color: #EFDD45;
}
</style>