Shades of Energy Yellow #EFE04A
Tints of Energy Yellow #EFE04A
RGB
CMYK
RGB Variations
Color information
#EFE04A (or 0xEFE04A) is known color: Energy Yellow. HEX triplet: EF, E0 and 4A. RGB value is (239,224,74). Sum of RGB (Red+Green+Blue) = 239+224+74=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 74 (29.30% from 255 or 13.78% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE04A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE04A is #101FB5. Grayscale: #D4D4D4. Windows color (decimal): -1056694 or 4907247. OLE color: 4907247.
HSL color Cylindrical-coordinate representation of color #EFE04A: hue angle of 54.55º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFE04A is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 74 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.06 |
| HSL | 54.55º | 0.84% | 0.61% | - |
| HSV(B) | 54.55º | 0.69% | 0.94% | - |
| XYZ | 63.49 | 72.16 | 17.06 | - |
| YUV | 211.39 | 50.47 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 74 | 0 | 0.06 | 0.69 | 0.06 | 54.55 | 0.84 | 0.61 |
| Hex | EF | E0 | 4A | 0 | 6 | 45 | 6 | 37 | 54 | 3D |
| Octal | 357 | 340 | 112 | 0 | 6 | 105 | 6 | 67 | 124 | 75 |
| Binary | 11101111 | 11100000 | 1001010 | 0 | 110 | 1000101 | 110 | 110111 | 1010100 | 111101 |
Color Harmonies of #EFE04A
Complementary color
Monochromatic Colors of #EFE04A
Black with #EFE04A
Text Example
Text Example
White with #EFE04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE04A; }
p { color: rgb(239,224,74); }
H1.HeaderClassName
{
color: #EFE04A;
}
.AnyTagClassName
{
color: #EFE04A;
}
</style>
background-color css
<style>
a { background-color: #EFE04A; }
a { background-color: rgb(239,224,74); }
div.DivClassName
{
background-color: #EFE04A;
}
.BgClassName
{
background-color: #EFE04A;
}
</style>
border-color css
<style>
span { border-color: #EFE04A; }
span { border-color: rgb(239,224,74); }
td.TdClassName
{
border-color: #EFE04A;
}
.TagClassName
{
border-color: #EFE04A;
}
</style>