Html Css Color HEX #EDA520 Gold Tips

📋 copy color: '#EDA520'

red 237 ◦ green 165 ◦ blue 32

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

Shades of Gold Tips #EDA520

Tints of Gold Tips #EDA520

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.02%

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

R = 54.61%
G = 38.02%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDA520 (or 0xEDA520) is known color: Gold Tips. HEX triplet: ED, A5 and 20. RGB value is (237,165,32). Sum of RGB (Red+Green+Blue) = 237+165+32=434 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.61% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 32 (12.89% from 255 or 7.37% from 434); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA520 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA520 is #125ADF. Grayscale: #ABABAB. Windows color (decimal): -1202912 or 2139629. OLE color: 2139629.

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

Color convert

RGB 237 165 32 -
CMYK 0 0.30 0.86 0.07
HSL 38.93º 0.85% 0.53% -
HSV(B) 38.93º 0.86% 0.93% -
XYZ 48.64 45.02 7.49 -
YUV 171.37 49.35 174.81 -
System Red Green Blue C M Y K H S L
Decimal 237 165 32 0 0.30 0.86 0.07 38.93 0.85 0.53
Hex ED A5 20 0 1E 56 7 27 55 35
Octal 355 245 40 0 36 126 7 47 125 65
Binary 11101101 10100101 100000 0 11110 1010110 111 100111 1010101 110101

Color Harmonies of #EDA520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA520

Black with #EDA520

Text Example


Text Example

White with #EDA520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA520; }

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

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

background-color css

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

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

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

border-color css

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

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

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