Html Css Color HEX #EEDB4A Energy Yellow

📋 copy color: '#EEDB4A'

red 238 ◦ green 219 ◦ blue 74

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

Shades of Energy Yellow #EEDB4A

Tints of Energy Yellow #EEDB4A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.24%

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

R = 44.82%
G = 41.24%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EEDB4A (or 0xEEDB4A) is known color: Energy Yellow. HEX triplet: EE, DB and 4A. RGB value is (238,219,74). Sum of RGB (Red+Green+Blue) = 238+219+74=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 74 (29.30% from 255 or 13.94% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDB4A is #1124B5. Grayscale: #D0D0D0. Windows color (decimal): -1123510 or 4905966. OLE color: 4905966.

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

Color convert

RGB 238 219 74 -
CMYK 0 0.08 0.69 0.07
HSL 53.05º 0.83% 0.61% -
HSV(B) 53.05º 0.69% 0.93% -
XYZ 61.83 69.33 16.6 -
YUV 208.15 52.29 149.29 -
System Red Green Blue C M Y K H S L
Decimal 238 219 74 0 0.08 0.69 0.07 53.05 0.83 0.61
Hex EE DB 4A 0 8 45 7 35 53 3D
Octal 356 333 112 0 10 105 7 65 123 75
Binary 11101110 11011011 1001010 0 1000 1000101 111 110101 1010011 111101

Color Harmonies of #EEDB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDB4A

Black with #EEDB4A

Text Example


Text Example

White with #EEDB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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