#EED209

Color #EED209 Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold #EED209

Tints of Gold #EED209

Color information

#EED209 (or 0xEED209) is unknown color: approx Gold. HEX triplet: EE, D2 and 09. RGB value is (238,210,9). Sum of RGB (Red+Green+Blue) = 238+210+9=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 210 (82.42% from 255 or 45.95% from 457); Blue value is 9 (3.91% from 255 or 1.97% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EED209 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED209 is #112DF6. Grayscale: #C4C4C4. Windows color (decimal): -1125879 or 643822. OLE color: 643822.

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

Color convert

RGB2382109-
CMYK00.120.960.07
HSL52.66º92.71%48.43%-
HSV(B)52.66º96.22%93.33%-
XYZ58.3664.299.59-
YUV195.4622.78158.34-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 52.08%
GREEN value IS 210 (82.42% from 255) = 45.95%
BLUE value IS 9 (3.91% from 255) = 1.97%
R=52.08%
G=45.95%
B=1.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.96
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238210900.120.960.0752.6692.7148.43
HexEED290C607355d30
Octal3563221101414076513560
Binary111011101101001010010110011000001111101011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED209; }

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

 H1.HeaderClassName
 {
   color: #EED209;
 }
 .AnyTagClassName
 {
   color: #EED209;
 }
</style>
background-color css

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

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

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

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

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

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