#EFDE49

Color #EFDE49 Energy Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Energy Yellow #EFDE49

Tints of Energy Yellow #EFDE49

Color information

#EFDE49 (or 0xEFDE49) is unknown color: approx Energy Yellow. HEX triplet: EF, DE and 49. RGB value is (239,222,73). Sum of RGB (Red+Green+Blue) = 239+222+73=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 222 (87.11% from 255 or 41.57% from 534); Blue value is 73 (28.91% from 255 or 13.67% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDE49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDE49 is #1021B6. Grayscale: #D2D2D2. Windows color (decimal): -1057207 or 4841199. OLE color: 4841199.

HSL color Cylindrical-coordinate representation of color #EFDE49: hue angle of 53.86º 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 #EFDE49 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB23922273-
CMYK00.070.690.06
HSL53.86º83.84%61.18%-
HSV(B)53.86º69.46%93.73%-
XYZ62.9271.0716.71-
YUV210.150.63148.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 44.76%
GREEN value IS 222 (87.11% from 255) = 41.57%
BLUE value IS 73 (28.91% from 255) = 13.67%
R=44.76%
G=41.57%
B=13.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392227300.070.690.0653.8683.8461.18
HexEFDE490745636543d
Octal3573361110710566612475
Binary11101111110111101001001011110001011101101101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDE49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDE49; }

 p { color: rgb(239,222,73); }

 H1.HeaderClassName
 {
   color: #EFDE49;
 }
 .AnyTagClassName
 {
   color: #EFDE49;
 }
</style>
background-color css

<style>
 a { background-color: #EFDE49; }

 a { background-color: rgb(239,222,73); }

 div.DivClassName
 {
   background-color: #EFDE49;
 }
 .BgClassName
 {
   background-color: #EFDE49;
 }
</style>
border-color css

<style>
 span { border-color: #EFDE49; }

 span { border-color: rgb(239,222,73); }

 td.TdClassName
 {
   border-color: #EFDE49;
 }
 .TagClassName
 {
   border-color: #EFDE49;
 }
</style>