#EFD84C

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

Shades of Energy Yellow #EFD84C

Tints of Energy Yellow #EFD84C

Color information

#EFD84C (or 0xEFD84C) is unknown color: approx Energy Yellow. HEX triplet: EF, D8 and 4C. RGB value is (239,216,76). Sum of RGB (Red+Green+Blue) = 239+216+76=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 76 (30.08% from 255 or 14.31% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD84C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD84C is #1027B3. Grayscale: #CFCFCF. Windows color (decimal): -1058740 or 5036271. OLE color: 5036271.

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

Color convert

RGB23921676-
CMYK00.100.680.06
HSL51.53º83.59%61.76%-
HSV(B)51.53º68.2%93.73%-
XYZ61.4667.9816.72-
YUV206.9254.12150.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.01%
GREEN value IS 216 (84.77% from 255) = 40.68%
BLUE value IS 76 (30.08% from 255) = 14.31%
R=45.01%
G=40.68%
B=14.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392167600.100.680.0651.5383.5961.76
HexEFD84C0A44634543e
Octal35733011401210466412476
Binary111011111101100010011000101010001001101101001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD84C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD84C; }

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

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

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

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

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

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

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

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