#EFDD45

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

Shades of Energy Yellow #EFDD45

Tints of Energy Yellow #EFDD45

Color information

#EFDD45 (or 0xEFDD45) is unknown color: approx Energy Yellow. HEX triplet: EF, DD and 45. RGB value is (239,221,69). Sum of RGB (Red+Green+Blue) = 239+221+69=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 69 (27.34% from 255 or 13.04% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDD45 is #1022BA. Grayscale: #D1D1D1. Windows color (decimal): -1057467 or 4578799. OLE color: 4578799.

HSL color Cylindrical-coordinate representation of color #EFDD45: hue angle of 53.65º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EFDD45 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB23922169-
CMYK00.080.710.06
HSL53.65º84.16%60.39%-
HSV(B)53.65º71.13%93.73%-
XYZ62.5370.4915.94-
YUV209.0548.96149.36-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.18%
GREEN value IS 221 (86.72% from 255) = 41.78%
BLUE value IS 69 (27.34% from 255) = 13.04%
R=45.18%
G=41.78%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.71
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392216900.080.710.0653.6584.1660.39
HexEFDD450847636543c
Octal35733510501010766612474
Binary111011111101110110001010100010001111101101101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDD45; }

 p { color: rgb(239,221,69); }

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

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

 a { background-color: rgb(239,221,69); }

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

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

 span { border-color: rgb(239,221,69); }

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