Html Css Color HEX #EED94A Energy Yellow

📋 copy color: '#EED94A'

red 238 ◦ green 217 ◦ blue 74

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

Shades of Energy Yellow #EED94A

Tints of Energy Yellow #EED94A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.02%

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

R = 44.99%
G = 41.02%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EED94A (or 0xEED94A) is known color: Energy Yellow. HEX triplet: EE, D9 and 4A. RGB value is (238,217,74). Sum of RGB (Red+Green+Blue) = 238+217+74=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 217 (85.16% from 255 or 41.02% from 529); Blue value is 74 (29.30% from 255 or 13.99% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EED94A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED94A is #1126B5. Grayscale: #CFCFCF. Windows color (decimal): -1124022 or 4905454. OLE color: 4905454.

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

Color convert

RGB 238 217 74 -
CMYK 0 0.09 0.69 0.07
HSL 52.32º 0.83% 0.61% -
HSV(B) 52.32º 0.69% 0.93% -
XYZ 61.31 68.3 16.43 -
YUV 206.98 52.96 150.13 -
System Red Green Blue C M Y K H S L
Decimal 238 217 74 0 0.09 0.69 0.07 52.32 0.83 0.61
Hex EE D9 4A 0 9 45 7 34 53 3D
Octal 356 331 112 0 11 105 7 64 123 75
Binary 11101110 11011001 1001010 0 1001 1000101 111 110100 1010011 111101

Color Harmonies of #EED94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED94A

Black with #EED94A

Text Example


Text Example

White with #EED94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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