Html Css Color HEX #EDAD20 Gold Tips

📋 copy color: '#EDAD20'

red 237 ◦ green 173 ◦ blue 32

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

Shades of Gold Tips #EDAD20

Tints of Gold Tips #EDAD20

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.14%

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

R = 53.62%
G = 39.14%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDAD20 (or 0xEDAD20) is known color: Gold Tips. HEX triplet: ED, AD and 20. RGB value is (237,173,32). Sum of RGB (Red+Green+Blue) = 237+173+32=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 32 (12.89% from 255 or 7.24% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAD20 is #1252DF. Grayscale: #B0B0B0. Windows color (decimal): -1200864 or 2141677. OLE color: 2141677.

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

Color convert

RGB 237 173 32 -
CMYK 0 0.27 0.86 0.07
HSL 41.27º 0.85% 0.53% -
HSV(B) 41.27º 0.86% 0.93% -
XYZ 50.13 48 7.99 -
YUV 176.06 46.7 171.46 -
System Red Green Blue C M Y K H S L
Decimal 237 173 32 0 0.27 0.86 0.07 41.27 0.85 0.53
Hex ED AD 20 0 1B 56 7 29 55 35
Octal 355 255 40 0 33 126 7 51 125 65
Binary 11101101 10101101 100000 0 11011 1010110 111 101001 1010101 110101

Color Harmonies of #EDAD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD20

Black with #EDAD20

Text Example


Text Example

White with #EDAD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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