#EDD103

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

Shades of Gold #EDD103

Tints of Gold #EDD103

Color information

#EDD103 (or 0xEDD103) is unknown color: approx Gold. HEX triplet: ED, D1 and 03. RGB value is (237,209,3). Sum of RGB (Red+Green+Blue) = 237+209+3=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 209 (82.03% from 255 or 46.55% from 449); Blue value is 3 (1.56% from 255 or 0.67% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD103 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD103 is #122EFC. Grayscale: #C2C2C2. Windows color (decimal): -1191677 or 250349. OLE color: 250349.

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

Color convert

RGB2372093-
CMYK00.120.990.07
HSL52.82º97.5%47.06%-
HSV(B)52.82º98.73%92.94%-
XYZ57.7463.619.32-
YUV193.8920.28158.75-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 52.78%
GREEN value IS 209 (82.03% from 255) = 46.55%
BLUE value IS 3 (1.56% from 255) = 0.67%
R=52.78%
G=46.55%
B=0.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.99
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237209300.120.990.0752.8297.547.06
HexEDD130C63735622f
Octal355321301414376514257
Binary1110110111010001110110011000111111101011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD103; }

 p { color: rgb(237,209,3); }

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

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

 a { background-color: rgb(237,209,3); }

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

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

 span { border-color: rgb(237,209,3); }

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