Shades of Energy Yellow #EFDA4B
Tints of Energy Yellow #EFDA4B
RGB
CMYK
RGB Variations
Color information
#EFDA4B (or 0xEFDA4B) is known color: Energy Yellow. HEX triplet: EF, DA and 4B. RGB value is (239,218,75). Sum of RGB (Red+Green+Blue) = 239+218+75=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 75 (29.69% from 255 or 14.10% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDA4B is #1025B4. Grayscale: #D0D0D0. Windows color (decimal): -1058229 or 4971247. OLE color: 4971247.
HSL color Cylindrical-coordinate representation of color #EFDA4B: hue angle of 52.32º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFDA4B is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 75 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.06 |
| HSL | 52.32º | 0.84% | 0.62% | - |
| HSV(B) | 52.32º | 0.69% | 0.94% | - |
| XYZ | 61.94 | 69 | 16.71 | - |
| YUV | 207.98 | 52.96 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 75 | 0 | 0.09 | 0.69 | 0.06 | 52.32 | 0.84 | 0.62 |
| Hex | EF | DA | 4B | 0 | 9 | 45 | 6 | 34 | 54 | 3E |
| Octal | 357 | 332 | 113 | 0 | 11 | 105 | 6 | 64 | 124 | 76 |
| Binary | 11101111 | 11011010 | 1001011 | 0 | 1001 | 1000101 | 110 | 110100 | 1010100 | 111110 |
Color Harmonies of #EFDA4B
Complementary color
Monochromatic Colors of #EFDA4B
Black with #EFDA4B
Text Example
Text Example
White with #EFDA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA4B; }
p { color: rgb(239,218,75); }
H1.HeaderClassName
{
color: #EFDA4B;
}
.AnyTagClassName
{
color: #EFDA4B;
}
</style>
background-color css
<style>
a { background-color: #EFDA4B; }
a { background-color: rgb(239,218,75); }
div.DivClassName
{
background-color: #EFDA4B;
}
.BgClassName
{
background-color: #EFDA4B;
}
</style>
border-color css
<style>
span { border-color: #EFDA4B; }
span { border-color: rgb(239,218,75); }
td.TdClassName
{
border-color: #EFDA4B;
}
.TagClassName
{
border-color: #EFDA4B;
}
</style>