Shades of Energy Yellow #EFE046
Tints of Energy Yellow #EFE046
RGB
CMYK
RGB Variations
Color information
#EFE046 (or 0xEFE046) is known color: Energy Yellow. HEX triplet: EF, E0 and 46. RGB value is (239,224,70). Sum of RGB (Red+Green+Blue) = 239+224+70=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 224 (87.89% from 255 or 42.03% from 533); Blue value is 70 (27.73% from 255 or 13.13% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE046 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE046 is #101FB9. Grayscale: #D3D3D3. Windows color (decimal): -1056698 or 4645103. OLE color: 4645103.
HSL color Cylindrical-coordinate representation of color #EFE046: hue angle of 54.67º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EFE046 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 70 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.06 |
| HSL | 54.67º | 0.84% | 0.61% | - |
| HSV(B) | 54.67º | 0.71% | 0.94% | - |
| XYZ | 63.36 | 72.1 | 16.37 | - |
| YUV | 210.93 | 48.47 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 70 | 0 | 0.06 | 0.71 | 0.06 | 54.67 | 0.84 | 0.61 |
| Hex | EF | E0 | 46 | 0 | 6 | 47 | 6 | 37 | 54 | 3D |
| Octal | 357 | 340 | 106 | 0 | 6 | 107 | 6 | 67 | 124 | 75 |
| Binary | 11101111 | 11100000 | 1000110 | 0 | 110 | 1000111 | 110 | 110111 | 1010100 | 111101 |
Color Harmonies of #EFE046
Complementary color
Monochromatic Colors of #EFE046
Black with #EFE046
Text Example
Text Example
White with #EFE046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE046; }
p { color: rgb(239,224,70); }
H1.HeaderClassName
{
color: #EFE046;
}
.AnyTagClassName
{
color: #EFE046;
}
</style>
background-color css
<style>
a { background-color: #EFE046; }
a { background-color: rgb(239,224,70); }
div.DivClassName
{
background-color: #EFE046;
}
.BgClassName
{
background-color: #EFE046;
}
</style>
border-color css
<style>
span { border-color: #EFE046; }
span { border-color: rgb(239,224,70); }
td.TdClassName
{
border-color: #EFE046;
}
.TagClassName
{
border-color: #EFE046;
}
</style>