#EFDA4C

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

Shades of Energy Yellow #EFDA4C

Tints of Energy Yellow #EFDA4C

Color information

#EFDA4C (or 0xEFDA4C) is unknown color: approx Energy Yellow. HEX triplet: EF, DA and 4C. RGB value is (239,218,76). Sum of RGB (Red+Green+Blue) = 239+218+76=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 76 (30.08% from 255 or 14.26% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDA4C is #1025B3. Grayscale: #D0D0D0. Windows color (decimal): -1058228 or 5036783. OLE color: 5036783.

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

Color convert

RGB23921876-
CMYK00.090.680.06
HSL52.27º83.59%61.76%-
HSV(B)52.27º68.2%93.73%-
XYZ61.9769.0216.89-
YUV208.0953.46150.05-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.84%
GREEN value IS 218 (85.55% from 255) = 40.90%
BLUE value IS 76 (30.08% from 255) = 14.26%
R=44.84%
G=40.90%
B=14.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392187600.090.680.0652.2783.5961.76
HexEFDA4C0944634543e
Octal35733211401110466412476
Binary111011111101101010011000100110001001101101001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDA4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDA4C; }

 p { color: rgb(239,218,76); }

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

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

 a { background-color: rgb(239,218,76); }

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

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

 span { border-color: rgb(239,218,76); }

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