Shades of Energy Yellow #EFDC4F
Tints of Energy Yellow #EFDC4F
RGB
CMYK
RGB Variations
Color information
#EFDC4F (or 0xEFDC4F) is known color: Energy Yellow. HEX triplet: EF, DC and 4F. RGB value is (239,220,79). Sum of RGB (Red+Green+Blue) = 239+220+79=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 79 (31.25% from 255 or 14.68% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDC4F is #1023B0. Grayscale: #D2D2D2. Windows color (decimal): -1057713 or 5233903. OLE color: 5233903.
HSL color Cylindrical-coordinate representation of color #EFDC4F: hue angle of 52.88º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFDC4F is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 79 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.06 |
| HSL | 52.88º | 0.83% | 0.62% | - |
| HSV(B) | 52.88º | 0.67% | 0.94% | - |
| XYZ | 62.6 | 70.1 | 17.63 | - |
| YUV | 209.61 | 54.29 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 79 | 0 | 0.08 | 0.67 | 0.06 | 52.88 | 0.83 | 0.62 |
| Hex | EF | DC | 4F | 0 | 8 | 43 | 6 | 35 | 53 | 3E |
| Octal | 357 | 334 | 117 | 0 | 10 | 103 | 6 | 65 | 123 | 76 |
| Binary | 11101111 | 11011100 | 1001111 | 0 | 1000 | 1000011 | 110 | 110101 | 1010011 | 111110 |
Color Harmonies of #EFDC4F
Complementary color
Monochromatic Colors of #EFDC4F
Black with #EFDC4F
Text Example
Text Example
White with #EFDC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC4F; }
p { color: rgb(239,220,79); }
H1.HeaderClassName
{
color: #EFDC4F;
}
.AnyTagClassName
{
color: #EFDC4F;
}
</style>
background-color css
<style>
a { background-color: #EFDC4F; }
a { background-color: rgb(239,220,79); }
div.DivClassName
{
background-color: #EFDC4F;
}
.BgClassName
{
background-color: #EFDC4F;
}
</style>
border-color css
<style>
span { border-color: #EFDC4F; }
span { border-color: rgb(239,220,79); }
td.TdClassName
{
border-color: #EFDC4F;
}
.TagClassName
{
border-color: #EFDC4F;
}
</style>