Html Css Color HEX #EED279 Golden Glow

📋 copy color: '#EED279'

red 238 ◦ green 210 ◦ blue 121

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

Shades of Golden Glow #EED279

Tints of Golden Glow #EED279

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.91%

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

R = 41.83%
G = 36.91%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EED279 (or 0xEED279) is known color: Golden Glow. HEX triplet: EE, D2 and 79. RGB value is (238,210,121). Sum of RGB (Red+Green+Blue) = 238+210+121=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 210 (82.42% from 255 or 36.91% from 569); Blue value is 121 (47.66% from 255 or 21.27% from 569); Max value from RGB is 238 - color contains mainly: red. Hex color #EED279 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED279 is #112D86. Grayscale: #D0D0D0. Windows color (decimal): -1125767 or 7983854. OLE color: 7983854.

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

Color convert

RGB 238 210 121 -
CMYK 0 0.12 0.49 0.07
HSL 45.64º 0.77% 0.7% -
HSV(B) 45.64º 0.49% 0.93% -
XYZ 61.76 65.65 27.51 -
YUV 208.23 78.78 149.24 -
System Red Green Blue C M Y K H S L
Decimal 238 210 121 0 0.12 0.49 0.07 45.64 0.77 0.7
Hex EE D2 79 0 C 31 7 2E 4D 46
Octal 356 322 171 0 14 61 7 56 115 106
Binary 11101110 11010010 1111001 0 1100 110001 111 101110 1001101 1000110

Color Harmonies of #EED279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED279

Black with #EED279

Text Example


Text Example

White with #EED279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED279; }

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

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

background-color css

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

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

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

border-color css

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

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

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