Shades of Energy Yellow #EFE14C
Tints of Energy Yellow #EFE14C
RGB
CMYK
RGB Variations
Color information
#EFE14C (or 0xEFE14C) is known color: Energy Yellow. HEX triplet: EF, E1 and 4C. RGB value is (239,225,76). Sum of RGB (Red+Green+Blue) = 239+225+76=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 225 (88.28% from 255 or 41.67% from 540); Blue value is 76 (30.08% from 255 or 14.07% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE14C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE14C is #101EB3. Grayscale: #D4D4D4. Windows color (decimal): -1056436 or 5038575. OLE color: 5038575.
HSL color Cylindrical-coordinate representation of color #EFE14C: hue angle of 54.85º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EFE14C is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 76 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.06 |
| HSL | 54.85º | 0.84% | 0.62% | - |
| HSV(B) | 54.85º | 0.68% | 0.94% | - |
| XYZ | 63.83 | 72.72 | 17.51 | - |
| YUV | 212.2 | 51.14 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 76 | 0 | 0.06 | 0.68 | 0.06 | 54.85 | 0.84 | 0.62 |
| Hex | EF | E1 | 4C | 0 | 6 | 44 | 6 | 37 | 54 | 3E |
| Octal | 357 | 341 | 114 | 0 | 6 | 104 | 6 | 67 | 124 | 76 |
| Binary | 11101111 | 11100001 | 1001100 | 0 | 110 | 1000100 | 110 | 110111 | 1010100 | 111110 |
Color Harmonies of #EFE14C
Complementary color
Monochromatic Colors of #EFE14C
Black with #EFE14C
Text Example
Text Example
White with #EFE14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE14C; }
p { color: rgb(239,225,76); }
H1.HeaderClassName
{
color: #EFE14C;
}
.AnyTagClassName
{
color: #EFE14C;
}
</style>
background-color css
<style>
a { background-color: #EFE14C; }
a { background-color: rgb(239,225,76); }
div.DivClassName
{
background-color: #EFE14C;
}
.BgClassName
{
background-color: #EFE14C;
}
</style>
border-color css
<style>
span { border-color: #EFE14C; }
span { border-color: rgb(239,225,76); }
td.TdClassName
{
border-color: #EFE14C;
}
.TagClassName
{
border-color: #EFE14C;
}
</style>