Shades of Energy Yellow #EFD64D
Tints of Energy Yellow #EFD64D
RGB
CMYK
RGB Variations
Color information
#EFD64D (or 0xEFD64D) is known color: Energy Yellow. HEX triplet: EF, D6 and 4D. RGB value is (239,214,77). Sum of RGB (Red+Green+Blue) = 239+214+77=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 77 (30.47% from 255 or 14.53% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD64D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD64D is #1029B2. Grayscale: #CECECE. Windows color (decimal): -1059251 or 5101295. OLE color: 5101295.
HSL color Cylindrical-coordinate representation of color #EFD64D: hue angle of 50.74º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EFD64D is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 214 | 77 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.06 |
| HSL | 50.74º | 0.84% | 0.62% | - |
| HSV(B) | 50.74º | 0.68% | 0.94% | - |
| XYZ | 60.98 | 66.98 | 16.74 | - |
| YUV | 205.86 | 55.28 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 214 | 77 | 0 | 0.10 | 0.68 | 0.06 | 50.74 | 0.84 | 0.62 |
| Hex | EF | D6 | 4D | 0 | A | 44 | 6 | 33 | 54 | 3E |
| Octal | 357 | 326 | 115 | 0 | 12 | 104 | 6 | 63 | 124 | 76 |
| Binary | 11101111 | 11010110 | 1001101 | 0 | 1010 | 1000100 | 110 | 110011 | 1010100 | 111110 |
Color Harmonies of #EFD64D
Complementary color
Monochromatic Colors of #EFD64D
Black with #EFD64D
Text Example
Text Example
White with #EFD64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD64D; }
p { color: rgb(239,214,77); }
H1.HeaderClassName
{
color: #EFD64D;
}
.AnyTagClassName
{
color: #EFD64D;
}
</style>
background-color css
<style>
a { background-color: #EFD64D; }
a { background-color: rgb(239,214,77); }
div.DivClassName
{
background-color: #EFD64D;
}
.BgClassName
{
background-color: #EFD64D;
}
</style>
border-color css
<style>
span { border-color: #EFD64D; }
span { border-color: rgb(239,214,77); }
td.TdClassName
{
border-color: #EFD64D;
}
.TagClassName
{
border-color: #EFD64D;
}
</style>