Shades of Energy Yellow #EFDA4A
Tints of Energy Yellow #EFDA4A
RGB
CMYK
RGB Variations
Color information
#EFDA4A (or 0xEFDA4A) is known color: Energy Yellow. HEX triplet: EF, DA and 4A. RGB value is (239,218,74). Sum of RGB (Red+Green+Blue) = 239+218+74=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 74 (29.30% from 255 or 13.94% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDA4A is #1025B5. Grayscale: #D0D0D0. Windows color (decimal): -1058230 or 4905711. OLE color: 4905711.
HSL color Cylindrical-coordinate representation of color #EFDA4A: hue angle of 52.36º 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 #EFDA4A is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 74 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.06 |
| HSL | 52.36º | 0.84% | 0.61% | - |
| HSV(B) | 52.36º | 0.69% | 0.94% | - |
| XYZ | 61.9 | 68.99 | 16.53 | - |
| YUV | 207.86 | 52.46 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 74 | 0 | 0.09 | 0.69 | 0.06 | 52.36 | 0.84 | 0.61 |
| Hex | EF | DA | 4A | 0 | 9 | 45 | 6 | 34 | 54 | 3D |
| Octal | 357 | 332 | 112 | 0 | 11 | 105 | 6 | 64 | 124 | 75 |
| Binary | 11101111 | 11011010 | 1001010 | 0 | 1001 | 1000101 | 110 | 110100 | 1010100 | 111101 |
Color Harmonies of #EFDA4A
Complementary color
Monochromatic Colors of #EFDA4A
Black with #EFDA4A
Text Example
Text Example
White with #EFDA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA4A; }
p { color: rgb(239,218,74); }
H1.HeaderClassName
{
color: #EFDA4A;
}
.AnyTagClassName
{
color: #EFDA4A;
}
</style>
background-color css
<style>
a { background-color: #EFDA4A; }
a { background-color: rgb(239,218,74); }
div.DivClassName
{
background-color: #EFDA4A;
}
.BgClassName
{
background-color: #EFDA4A;
}
</style>
border-color css
<style>
span { border-color: #EFDA4A; }
span { border-color: rgb(239,218,74); }
td.TdClassName
{
border-color: #EFDA4A;
}
.TagClassName
{
border-color: #EFDA4A;
}
</style>