#EEDC4D

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

Shades of Energy Yellow #EEDC4D

Tints of Energy Yellow #EEDC4D

Color information

#EEDC4D (or 0xEEDC4D) is unknown color: approx Energy Yellow. HEX triplet: EE, DC and 4D. RGB value is (238,220,77). Sum of RGB (Red+Green+Blue) = 238+220+77=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 77 (30.47% from 255 or 14.39% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDC4D is #1123B2. Grayscale: #D1D1D1. Windows color (decimal): -1123251 or 5102830. OLE color: 5102830.

HSL color Cylindrical-coordinate representation of color #EEDC4D: hue angle of 53.29º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EEDC4D is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB23822077-
CMYK00.080.680.07
HSL53.29º82.56%61.76%-
HSV(B)53.29º67.65%93.33%-
XYZ62.1969.917.24-
YUV209.0853.46148.63-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.49%
GREEN value IS 220 (86.33% from 255) = 41.12%
BLUE value IS 77 (30.47% from 255) = 14.39%
R=44.49%
G=41.12%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382207700.080.680.0753.2982.5661.76
HexEEDC4D0844735533e
Octal35633411501010476512376
Binary111011101101110010011010100010001001111101011010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDC4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDC4D; }

 p { color: rgb(238,220,77); }

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

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

 a { background-color: rgb(238,220,77); }

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

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

 span { border-color: rgb(238,220,77); }

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