#EFDF49

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

Shades of Energy Yellow #EFDF49

Tints of Energy Yellow #EFDF49

Color information

#EFDF49 (or 0xEFDF49) is unknown color: approx Energy Yellow. HEX triplet: EF, DF and 49. RGB value is (239,223,73). Sum of RGB (Red+Green+Blue) = 239+223+73=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 73 (28.91% from 255 or 13.64% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDF49 is #1020B6. Grayscale: #D3D3D3. Windows color (decimal): -1056951 or 4841455. OLE color: 4841455.

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

Color convert

RGB23922373-
CMYK00.070.690.06
HSL54.22º83.84%61.18%-
HSV(B)54.22º69.46%93.73%-
XYZ63.1971.6116.79-
YUV210.6850.3148.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.67%
GREEN value IS 223 (87.5% from 255) = 41.68%
BLUE value IS 73 (28.91% from 255) = 13.64%
R=44.67%
G=41.68%
B=13.64%

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
Decimal2392237300.070.690.0654.2283.8461.18
HexEFDF490745636543d
Octal3573371110710566612475
Binary11101111110111111001001011110001011101101101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDF49; }

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

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

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

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

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

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

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

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