Shades of Energy Yellow #EFD64A
Tints of Energy Yellow #EFD64A
RGB
CMYK
RGB Variations
Color information
#EFD64A (or 0xEFD64A) is known color: Energy Yellow. HEX triplet: EF, D6 and 4A. RGB value is (239,214,74). Sum of RGB (Red+Green+Blue) = 239+214+74=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 74 (29.30% from 255 or 14.04% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD64A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD64A is #1029B5. Grayscale: #CECECE. Windows color (decimal): -1059254 or 4904687. OLE color: 4904687.
HSL color Cylindrical-coordinate representation of color #EFD64A: hue angle of 50.91º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFD64A is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 214 | 74 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.06 |
| HSL | 50.91º | 0.84% | 0.61% | - |
| HSV(B) | 50.91º | 0.69% | 0.94% | - |
| XYZ | 60.88 | 66.94 | 16.19 | - |
| YUV | 205.52 | 53.78 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 214 | 74 | 0 | 0.10 | 0.69 | 0.06 | 50.91 | 0.84 | 0.61 |
| Hex | EF | D6 | 4A | 0 | A | 45 | 6 | 33 | 54 | 3D |
| Octal | 357 | 326 | 112 | 0 | 12 | 105 | 6 | 63 | 124 | 75 |
| Binary | 11101111 | 11010110 | 1001010 | 0 | 1010 | 1000101 | 110 | 110011 | 1010100 | 111101 |
Color Harmonies of #EFD64A
Complementary color
Monochromatic Colors of #EFD64A
Black with #EFD64A
Text Example
Text Example
White with #EFD64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD64A; }
p { color: rgb(239,214,74); }
H1.HeaderClassName
{
color: #EFD64A;
}
.AnyTagClassName
{
color: #EFD64A;
}
</style>
background-color css
<style>
a { background-color: #EFD64A; }
a { background-color: rgb(239,214,74); }
div.DivClassName
{
background-color: #EFD64A;
}
.BgClassName
{
background-color: #EFD64A;
}
</style>
border-color css
<style>
span { border-color: #EFD64A; }
span { border-color: rgb(239,214,74); }
td.TdClassName
{
border-color: #EFD64A;
}
.TagClassName
{
border-color: #EFD64A;
}
</style>