Shades of Energy Yellow #EFDD4B
Tints of Energy Yellow #EFDD4B
RGB
CMYK
RGB Variations
Color information
#EFDD4B (or 0xEFDD4B) is known color: Energy Yellow. HEX triplet: EF, DD and 4B. RGB value is (239,221,75). Sum of RGB (Red+Green+Blue) = 239+221+75=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 75 (29.69% from 255 or 14.02% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDD4B is #1022B4. Grayscale: #D2D2D2. Windows color (decimal): -1057461 or 4972015. OLE color: 4972015.
HSL color Cylindrical-coordinate representation of color #EFDD4B: hue angle of 53.41º 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 #EFDD4B is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 75 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.06 |
| HSL | 53.41º | 0.84% | 0.62% | - |
| HSV(B) | 53.41º | 0.69% | 0.94% | - |
| XYZ | 62.72 | 70.57 | 16.97 | - |
| YUV | 209.74 | 51.96 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 75 | 0 | 0.08 | 0.69 | 0.06 | 53.41 | 0.84 | 0.62 |
| Hex | EF | DD | 4B | 0 | 8 | 45 | 6 | 35 | 54 | 3E |
| Octal | 357 | 335 | 113 | 0 | 10 | 105 | 6 | 65 | 124 | 76 |
| Binary | 11101111 | 11011101 | 1001011 | 0 | 1000 | 1000101 | 110 | 110101 | 1010100 | 111110 |
Color Harmonies of #EFDD4B
Complementary color
Monochromatic Colors of #EFDD4B
Black with #EFDD4B
Text Example
Text Example
White with #EFDD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD4B; }
p { color: rgb(239,221,75); }
H1.HeaderClassName
{
color: #EFDD4B;
}
.AnyTagClassName
{
color: #EFDD4B;
}
</style>
background-color css
<style>
a { background-color: #EFDD4B; }
a { background-color: rgb(239,221,75); }
div.DivClassName
{
background-color: #EFDD4B;
}
.BgClassName
{
background-color: #EFDD4B;
}
</style>
border-color css
<style>
span { border-color: #EFDD4B; }
span { border-color: rgb(239,221,75); }
td.TdClassName
{
border-color: #EFDD4B;
}
.TagClassName
{
border-color: #EFDD4B;
}
</style>