Html Css Color HEX #EEDD4D Energy Yellow

📋 copy color: '#EEDD4D'

red 238 ◦ green 221 ◦ blue 77

#EEDD4D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Energy Yellow #EEDD4D

Tints of Energy Yellow #EEDD4D

RGB

 RED value IS 238 (93.36% from 255) = 44.4%

 GREEN value IS 221 (86.72% from 255) = 41.23%

 BLUE value IS 77 (30.47% from 255) = 14.37%

R = 44.4%
G = 41.23%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EEDD4D (or 0xEEDD4D) is known color: 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

RGB 238 221 77 -
CMYK 0 0.07 0.68 0.07
HSL 53.66º 0.83% 0.62% -
HSV(B) 53.66º 0.68% 0.93% -
XYZ 62.46 70.43 17.32 -
YUV 209.67 53.13 148.21 -
System Red Green Blue C M Y K H S L
Decimal 238 221 77 0 0.07 0.68 0.07 53.66 0.83 0.62
Hex EE DD 4D 0 7 44 7 36 53 3E
Octal 356 335 115 0 7 104 7 66 123 76
Binary 11101110 11011101 1001101 0 111 1000100 111 110110 1010011 111110

Color Harmonies of #EEDD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDD4D

Black with #EEDD4D

Text Example


Text Example

White with #EEDD4D

Text Example


Text Example

HTML Codes & Css Web 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>