Shades of Energy Yellow #EFE14A
Tints of Energy Yellow #EFE14A
RGB
CMYK
RGB Variations
Color information
#EFE14A (or 0xEFE14A) is known color: Energy Yellow. HEX triplet: EF, E1 and 4A. RGB value is (239,225,74). Sum of RGB (Red+Green+Blue) = 239+225+74=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 225 (88.28% from 255 or 41.82% from 538); Blue value is 74 (29.30% from 255 or 13.75% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE14A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE14A is #101EB5. Grayscale: #D4D4D4. Windows color (decimal): -1056438 or 4907503. OLE color: 4907503.
HSL color Cylindrical-coordinate representation of color #EFE14A: hue angle of 54.91º 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 #EFE14A is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 74 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.06 |
| HSL | 54.91º | 0.84% | 0.61% | - |
| HSV(B) | 54.91º | 0.69% | 0.94% | - |
| XYZ | 63.76 | 72.7 | 17.15 | - |
| YUV | 211.97 | 50.14 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 74 | 0 | 0.06 | 0.69 | 0.06 | 54.91 | 0.84 | 0.61 |
| Hex | EF | E1 | 4A | 0 | 6 | 45 | 6 | 37 | 54 | 3D |
| Octal | 357 | 341 | 112 | 0 | 6 | 105 | 6 | 67 | 124 | 75 |
| Binary | 11101111 | 11100001 | 1001010 | 0 | 110 | 1000101 | 110 | 110111 | 1010100 | 111101 |
Color Harmonies of #EFE14A
Complementary color
Monochromatic Colors of #EFE14A
Black with #EFE14A
Text Example
Text Example
White with #EFE14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE14A; }
p { color: rgb(239,225,74); }
H1.HeaderClassName
{
color: #EFE14A;
}
.AnyTagClassName
{
color: #EFE14A;
}
</style>
background-color css
<style>
a { background-color: #EFE14A; }
a { background-color: rgb(239,225,74); }
div.DivClassName
{
background-color: #EFE14A;
}
.BgClassName
{
background-color: #EFE14A;
}
</style>
border-color css
<style>
span { border-color: #EFE14A; }
span { border-color: rgb(239,225,74); }
td.TdClassName
{
border-color: #EFE14A;
}
.TagClassName
{
border-color: #EFE14A;
}
</style>