#EDD200

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

Shades of Gold #EDD200

Tints of Gold #EDD200

Color information

#EDD200 (or 0xEDD200) is unknown color: approx Gold. HEX triplet: ED, D2 and 00. RGB value is (237,210,0). Sum of RGB (Red+Green+Blue) = 237+210+0=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 210 (82.42% from 255 or 46.98% from 447); Blue value is 0 (0.39% from 255 or 0% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD200 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD200 is #122DFF. Grayscale: #C3C3C3. Windows color (decimal): -1191424 or 53997. OLE color: 53997.

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

Color convert

RGB2372100-
CMYK00.1110.07
HSL53.16º100%46.47%-
HSV(B)53.16º100%92.94%-
XYZ57.9764.19.32-
YUV194.1318.45158.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.02%
GREEN value IS 210 (82.42% from 255) = 46.98%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.02%
G=46.98%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 1
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237210000.1110.0753.1610046.47
HexEDD200B64735642e
Octal355322001314476514456
Binary111011011101001000101111001001111101011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD200; }

 p { color: rgb(237,210,0); }

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

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

 a { background-color: rgb(237,210,0); }

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

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

 span { border-color: rgb(237,210,0); }

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