Html Css Color HEX #EDA820 Gold Tips

📋 copy color: '#EDA820'

red 237 ◦ green 168 ◦ blue 32

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

Shades of Gold Tips #EDA820

Tints of Gold Tips #EDA820

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.44%

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

R = 54.23%
G = 38.44%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDA820 (or 0xEDA820) is known color: Gold Tips. HEX triplet: ED, A8 and 20. RGB value is (237,168,32). Sum of RGB (Red+Green+Blue) = 237+168+32=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 32 (12.89% from 255 or 7.32% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA820 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA820 is #1257DF. Grayscale: #ADADAD. Windows color (decimal): -1202144 or 2140397. OLE color: 2140397.

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

Color convert

RGB 237 168 32 -
CMYK 0 0.29 0.86 0.07
HSL 39.8º 0.85% 0.53% -
HSV(B) 39.8º 0.86% 0.93% -
XYZ 49.19 46.11 7.67 -
YUV 173.13 48.36 173.56 -
System Red Green Blue C M Y K H S L
Decimal 237 168 32 0 0.29 0.86 0.07 39.8 0.85 0.53
Hex ED A8 20 0 1D 56 7 28 55 35
Octal 355 250 40 0 35 126 7 50 125 65
Binary 11101101 10101000 100000 0 11101 1010110 111 101000 1010101 110101

Color Harmonies of #EDA820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA820

Black with #EDA820

Text Example


Text Example

White with #EDA820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA820; }

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

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

background-color css

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

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

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

border-color css

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

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

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