Shades of Energy Yellow #EFD946
Tints of Energy Yellow #EFD946
RGB
CMYK
RGB Variations
Color information
#EFD946 (or 0xEFD946) is known color: Energy Yellow. HEX triplet: EF, D9 and 46. RGB value is (239,217,70). Sum of RGB (Red+Green+Blue) = 239+217+70=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 217 (85.16% from 255 or 41.25% from 526); Blue value is 70 (27.73% from 255 or 13.31% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD946 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD946 is #1026B9. Grayscale: #CFCFCF. Windows color (decimal): -1058490 or 4643311. OLE color: 4643311.
HSL color Cylindrical-coordinate representation of color #EFD946: hue angle of 52.19º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EFD946 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 217 | 70 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.06 |
| HSL | 52.19º | 0.84% | 0.61% | - |
| HSV(B) | 52.19º | 0.71% | 0.94% | - |
| XYZ | 61.51 | 68.42 | 15.76 | - |
| YUV | 206.82 | 50.79 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 217 | 70 | 0 | 0.09 | 0.71 | 0.06 | 52.19 | 0.84 | 0.61 |
| Hex | EF | D9 | 46 | 0 | 9 | 47 | 6 | 34 | 54 | 3D |
| Octal | 357 | 331 | 106 | 0 | 11 | 107 | 6 | 64 | 124 | 75 |
| Binary | 11101111 | 11011001 | 1000110 | 0 | 1001 | 1000111 | 110 | 110100 | 1010100 | 111101 |
Color Harmonies of #EFD946
Complementary color
Monochromatic Colors of #EFD946
Black with #EFD946
Text Example
Text Example
White with #EFD946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD946; }
p { color: rgb(239,217,70); }
H1.HeaderClassName
{
color: #EFD946;
}
.AnyTagClassName
{
color: #EFD946;
}
</style>
background-color css
<style>
a { background-color: #EFD946; }
a { background-color: rgb(239,217,70); }
div.DivClassName
{
background-color: #EFD946;
}
.BgClassName
{
background-color: #EFD946;
}
</style>
border-color css
<style>
span { border-color: #EFD946; }
span { border-color: rgb(239,217,70); }
td.TdClassName
{
border-color: #EFD946;
}
.TagClassName
{
border-color: #EFD946;
}
</style>