Html Css Color HEX #EED109 Gold

📋 copy color: '#EED109'

red 238 ◦ green 209 ◦ blue 9

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

Shades of Gold #EED109

Tints of Gold #EED109

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.83%

 BLUE value IS 9 (3.91% from 255) = 1.97%

R = 52.19%
G = 45.83%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EED109 (or 0xEED109) is known color: Gold. HEX triplet: EE, D1 and 09. RGB value is (238,209,9). Sum of RGB (Red+Green+Blue) = 238+209+9=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 209 (82.03% from 255 or 45.83% from 456); Blue value is 9 (3.91% from 255 or 1.97% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EED109 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED109 is #112EF6. Grayscale: #C3C3C3. Windows color (decimal): -1126135 or 643566. OLE color: 643566.

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

Color convert

RGB 238 209 9 -
CMYK 0 0.12 0.96 0.07
HSL 52.4º 0.93% 0.48% -
HSV(B) 52.4º 0.96% 0.93% -
XYZ 58.11 63.8 9.51 -
YUV 194.87 23.11 158.76 -
System Red Green Blue C M Y K H S L
Decimal 238 209 9 0 0.12 0.96 0.07 52.4 0.93 0.48
Hex EE D1 9 0 C 60 7 34 5D 30
Octal 356 321 11 0 14 140 7 64 135 60
Binary 11101110 11010001 1001 0 1100 1100000 111 110100 1011101 110000

Color Harmonies of #EED109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED109

Black with #EED109

Text Example


Text Example

White with #EED109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED109; }

 p { color: rgb(238,209,9); }

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

background-color css

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

 a { background-color: rgb(238,209,9); }

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

border-color css

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

 span { border-color: rgb(238,209,9); }

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