Html Css Color HEX #EEDE4A Energy Yellow

📋 copy color: '#EEDE4A'

red 238 ◦ green 222 ◦ blue 74

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

Shades of Energy Yellow #EEDE4A

Tints of Energy Yellow #EEDE4A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.57%

 BLUE value IS 74 (29.3% from 255) = 13.86%

R = 44.57%
G = 41.57%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EEDE4A (or 0xEEDE4A) is known color: Energy Yellow. HEX triplet: EE, DE and 4A. RGB value is (238,222,74). Sum of RGB (Red+Green+Blue) = 238+222+74=534 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.57% from 534); Green value is 222 (87.11% from 255 or 41.57% from 534); Blue value is 74 (29.30% from 255 or 13.86% from 534); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDE4A is #1121B5. Grayscale: #D2D2D2. Windows color (decimal): -1122742 or 4906734. OLE color: 4906734.

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

Color convert

RGB 238 222 74 -
CMYK 0 0.07 0.69 0.07
HSL 54.15º 0.83% 0.61% -
HSV(B) 54.15º 0.69% 0.93% -
XYZ 62.62 70.91 16.87 -
YUV 209.91 51.3 148.03 -
System Red Green Blue C M Y K H S L
Decimal 238 222 74 0 0.07 0.69 0.07 54.15 0.83 0.61
Hex EE DE 4A 0 7 45 7 36 53 3D
Octal 356 336 112 0 7 105 7 66 123 75
Binary 11101110 11011110 1001010 0 111 1000101 111 110110 1010011 111101

Color Harmonies of #EEDE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDE4A

Black with #EEDE4A

Text Example


Text Example

White with #EEDE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDE4A; }

 p { color: rgb(238,222,74); }

 H1.HeaderClassName
 {
   color: #EEDE4A;
 }
 .AnyTagClassName
 {
   color: #EEDE4A;
 }
</style>

background-color css

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

 a { background-color: rgb(238,222,74); }

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

border-color css

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

 span { border-color: rgb(238,222,74); }

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