#EEDD4D

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

Shades of Energy Yellow #EEDD4D

Tints of Energy Yellow #EEDD4D

Color information

#EEDD4D (or 0xEEDD4D) is unknown color: approx Energy Yellow. HEX triplet: EE, DD and 4D. RGB value is (238,221,77). Sum of RGB (Red+Green+Blue) = 238+221+77=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 77 (30.47% from 255 or 14.37% from 536); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDD4D is #1122B2. Grayscale: #D2D2D2. Windows color (decimal): -1122995 or 5103086. OLE color: 5103086.

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

Color convert

RGB23822177-
CMYK00.070.680.07
HSL53.66º82.56%61.76%-
HSV(B)53.66º67.65%93.33%-
XYZ62.4670.4317.32-
YUV209.6753.13148.21-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.40%
GREEN value IS 221 (86.72% from 255) = 41.23%
BLUE value IS 77 (30.47% from 255) = 14.37%
R=44.40%
G=41.23%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382217700.070.680.0753.6682.5661.76
HexEEDD4D0744736533e
Octal3563351150710476612376
Binary11101110110111011001101011110001001111101101010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDD4D; }

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

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

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

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

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

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

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

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