Shades of Energy Yellow #EFDA43
Tints of Energy Yellow #EFDA43
RGB
CMYK
RGB Variations
Color information
#EFDA43 (or 0xEFDA43) is known color: Energy Yellow. HEX triplet: EF, DA and 43. RGB value is (239,218,67). Sum of RGB (Red+Green+Blue) = 239+218+67=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 67 (26.56% from 255 or 12.79% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDA43 is #1025BC. Grayscale: #CFCFCF. Windows color (decimal): -1058237 or 4446959. OLE color: 4446959.
HSL color Cylindrical-coordinate representation of color #EFDA43: hue angle of 52.67º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EFDA43 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 67 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.06 |
| HSL | 52.67º | 0.84% | 0.6% | - |
| HSV(B) | 52.67º | 0.72% | 0.94% | - |
| XYZ | 61.68 | 68.9 | 15.36 | - |
| YUV | 207.07 | 48.96 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 67 | 0 | 0.09 | 0.72 | 0.06 | 52.67 | 0.84 | 0.6 |
| Hex | EF | DA | 43 | 0 | 9 | 48 | 6 | 35 | 54 | 3C |
| Octal | 357 | 332 | 103 | 0 | 11 | 110 | 6 | 65 | 124 | 74 |
| Binary | 11101111 | 11011010 | 1000011 | 0 | 1001 | 1001000 | 110 | 110101 | 1010100 | 111100 |
Color Harmonies of #EFDA43
Complementary color
Monochromatic Colors of #EFDA43
Black with #EFDA43
Text Example
Text Example
White with #EFDA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA43; }
p { color: rgb(239,218,67); }
H1.HeaderClassName
{
color: #EFDA43;
}
.AnyTagClassName
{
color: #EFDA43;
}
</style>
background-color css
<style>
a { background-color: #EFDA43; }
a { background-color: rgb(239,218,67); }
div.DivClassName
{
background-color: #EFDA43;
}
.BgClassName
{
background-color: #EFDA43;
}
</style>
border-color css
<style>
span { border-color: #EFDA43; }
span { border-color: rgb(239,218,67); }
td.TdClassName
{
border-color: #EFDA43;
}
.TagClassName
{
border-color: #EFDA43;
}
</style>