Html Css Color HEX #EDAA20 Gold Tips

📋 copy color: '#EDAA20'

red 237 ◦ green 170 ◦ blue 32

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

Shades of Gold Tips #EDAA20

Tints of Gold Tips #EDAA20

RGB

 RED value IS 237 (92.97% from 255) = 53.99%

 GREEN value IS 170 (66.8% from 255) = 38.72%

 BLUE value IS 32 (12.89% from 255) = 7.29%

R = 53.99%
G = 38.72%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDAA20 (or 0xEDAA20) is known color: Gold Tips. HEX triplet: ED, AA and 20. RGB value is (237,170,32). Sum of RGB (Red+Green+Blue) = 237+170+32=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 32 (12.89% from 255 or 7.29% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAA20 is #1255DF. Grayscale: #AEAEAE. Windows color (decimal): -1201632 or 2140909. OLE color: 2140909.

HSL color Cylindrical-coordinate representation of color #EDAA20: hue angle of 40.39º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EDAA20 is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 170 32 -
CMYK 0 0.28 0.86 0.07
HSL 40.39º 0.85% 0.53% -
HSV(B) 40.39º 0.86% 0.93% -
XYZ 49.56 46.86 7.8 -
YUV 174.3 47.7 172.72 -
System Red Green Blue C M Y K H S L
Decimal 237 170 32 0 0.28 0.86 0.07 40.39 0.85 0.53
Hex ED AA 20 0 1C 56 7 28 55 35
Octal 355 252 40 0 34 126 7 50 125 65
Binary 11101101 10101010 100000 0 11100 1010110 111 101000 1010101 110101

Color Harmonies of #EDAA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAA20

Black with #EDAA20

Text Example


Text Example

White with #EDAA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAA20; }

 p { color: rgb(237,170,32); }

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

background-color css

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

 a { background-color: rgb(237,170,32); }

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

border-color css

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

 span { border-color: rgb(237,170,32); }

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