Html Css Color HEX #EED379 Golden Glow

📋 copy color: '#EED379'

red 238 ◦ green 211 ◦ blue 121

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

Shades of Golden Glow #EED379

Tints of Golden Glow #EED379

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.02%

 BLUE value IS 121 (47.66% from 255) = 21.23%

R = 41.75%
G = 37.02%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EED379 (or 0xEED379) is known color: Golden Glow. HEX triplet: EE, D3 and 79. RGB value is (238,211,121). Sum of RGB (Red+Green+Blue) = 238+211+121=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 211 (82.81% from 255 or 37.02% from 570); Blue value is 121 (47.66% from 255 or 21.23% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EED379 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED379 is #112C86. Grayscale: #D1D1D1. Windows color (decimal): -1125511 or 7984110. OLE color: 7984110.

HSL color Cylindrical-coordinate representation of color #EED379: hue angle of 46.15º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EED379 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 211 121 -
CMYK 0 0.11 0.49 0.07
HSL 46.15º 0.77% 0.7% -
HSV(B) 46.15º 0.49% 0.93% -
XYZ 62.01 66.15 27.59 -
YUV 208.81 78.45 148.82 -
System Red Green Blue C M Y K H S L
Decimal 238 211 121 0 0.11 0.49 0.07 46.15 0.77 0.7
Hex EE D3 79 0 B 31 7 2E 4D 46
Octal 356 323 171 0 13 61 7 56 115 106
Binary 11101110 11010011 1111001 0 1011 110001 111 101110 1001101 1000110

Color Harmonies of #EED379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED379

Black with #EED379

Text Example


Text Example

White with #EED379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED379; }

 p { color: rgb(238,211,121); }

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

background-color css

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

 a { background-color: rgb(238,211,121); }

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

border-color css

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

 span { border-color: rgb(238,211,121); }

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