Html Css Color HEX #E1AD20 Gold Tips

📋 copy color: '#E1AD20'

red 225 ◦ green 173 ◦ blue 32

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

Shades of Gold Tips #E1AD20

Tints of Gold Tips #E1AD20

RGB

 RED value IS 225 (88.28% from 255) = 52.33%

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

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

R = 52.33%
G = 40.23%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E1AD20 (or 0xE1AD20) is known color: Gold Tips. HEX triplet: E1, AD and 20. RGB value is (225,173,32). Sum of RGB (Red+Green+Blue) = 225+173+32=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 32 (12.89% from 255 or 7.44% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AD20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AD20 is #1E52DF. Grayscale: #ADADAD. Windows color (decimal): -1987296 or 2141665. OLE color: 2141665.

HSL color Cylindrical-coordinate representation of color #E1AD20: hue angle of 43.83º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E1AD20 is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 173 32 -
CMYK 0 0.23 0.86 0.12
HSL 43.83º 0.76% 0.5% -
HSV(B) 43.83º 0.86% 0.88% -
XYZ 46.26 46 7.81 -
YUV 172.47 48.73 165.46 -
System Red Green Blue C M Y K H S L
Decimal 225 173 32 0 0.23 0.86 0.12 43.83 0.76 0.5
Hex E1 AD 20 0 17 56 C 2C 4C 32
Octal 341 255 40 0 27 126 14 54 114 62
Binary 11100001 10101101 100000 0 10111 1010110 1100 101100 1001100 110010

Color Harmonies of #E1AD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AD20

Black with #E1AD20

Text Example


Text Example

White with #E1AD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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