Shades of Energy Yellow #EFDD4E
Tints of Energy Yellow #EFDD4E
RGB
CMYK
RGB Variations
Color information
#EFDD4E (or 0xEFDD4E) is known color: Energy Yellow. HEX triplet: EF, DD and 4E. RGB value is (239,221,78). Sum of RGB (Red+Green+Blue) = 239+221+78=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 78 (30.86% from 255 or 14.50% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDD4E is #1022B1. Grayscale: #D2D2D2. Windows color (decimal): -1057458 or 5168623. OLE color: 5168623.
HSL color Cylindrical-coordinate representation of color #EFDD4E: hue angle of 53.29º 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 #EFDD4E is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 78 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.06 |
| HSL | 53.29º | 0.83% | 0.62% | - |
| HSV(B) | 53.29º | 0.67% | 0.94% | - |
| XYZ | 62.83 | 70.61 | 17.53 | - |
| YUV | 210.08 | 53.46 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 78 | 0 | 0.08 | 0.67 | 0.06 | 53.29 | 0.83 | 0.62 |
| Hex | EF | DD | 4E | 0 | 8 | 43 | 6 | 35 | 53 | 3E |
| Octal | 357 | 335 | 116 | 0 | 10 | 103 | 6 | 65 | 123 | 76 |
| Binary | 11101111 | 11011101 | 1001110 | 0 | 1000 | 1000011 | 110 | 110101 | 1010011 | 111110 |
Color Harmonies of #EFDD4E
Complementary color
Monochromatic Colors of #EFDD4E
Black with #EFDD4E
Text Example
Text Example
White with #EFDD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD4E; }
p { color: rgb(239,221,78); }
H1.HeaderClassName
{
color: #EFDD4E;
}
.AnyTagClassName
{
color: #EFDD4E;
}
</style>
background-color css
<style>
a { background-color: #EFDD4E; }
a { background-color: rgb(239,221,78); }
div.DivClassName
{
background-color: #EFDD4E;
}
.BgClassName
{
background-color: #EFDD4E;
}
</style>
border-color css
<style>
span { border-color: #EFDD4E; }
span { border-color: rgb(239,221,78); }
td.TdClassName
{
border-color: #EFDD4E;
}
.TagClassName
{
border-color: #EFDD4E;
}
</style>