#EFDE4C

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

Shades of Energy Yellow #EFDE4C

Tints of Energy Yellow #EFDE4C

Color information

#EFDE4C (or 0xEFDE4C) is unknown color: approx Energy Yellow. HEX triplet: EF, DE and 4C. RGB value is (239,222,76). Sum of RGB (Red+Green+Blue) = 239+222+76=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 222 (87.11% from 255 or 41.34% from 537); Blue value is 76 (30.08% from 255 or 14.15% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDE4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDE4C is #1021B3. Grayscale: #D3D3D3. Windows color (decimal): -1057204 or 5037807. OLE color: 5037807.

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

Color convert

RGB23922276-
CMYK00.070.680.06
HSL53.74º83.59%61.76%-
HSV(B)53.74º68.2%93.73%-
XYZ63.0271.1217.24-
YUV210.4452.13148.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.51%
GREEN value IS 222 (87.11% from 255) = 41.34%
BLUE value IS 76 (30.08% from 255) = 14.15%
R=44.51%
G=41.34%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392227600.070.680.0653.7483.5961.76
HexEFDE4C0744636543e
Octal3573361140710466612476
Binary11101111110111101001100011110001001101101101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDE4C; }

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

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

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

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

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

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

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

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