Html Css Color HEX #E1AC20 Gold Tips

📋 copy color: '#E1AC20'

red 225 ◦ green 172 ◦ blue 32

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

Shades of Gold Tips #E1AC20

Tints of Gold Tips #E1AC20

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.09%

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

R = 52.45%
G = 40.09%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E1AC20 (or 0xE1AC20) is known color: Gold Tips. HEX triplet: E1, AC and 20. RGB value is (225,172,32). Sum of RGB (Red+Green+Blue) = 225+172+32=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 32 (12.89% from 255 or 7.46% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AC20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AC20 is #1E53DF. Grayscale: #ACACAC. Windows color (decimal): -1987552 or 2141409. OLE color: 2141409.

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

Color convert

RGB 225 172 32 -
CMYK 0 0.24 0.86 0.12
HSL 43.52º 0.76% 0.5% -
HSV(B) 43.52º 0.86% 0.88% -
XYZ 46.06 45.62 7.74 -
YUV 171.89 49.06 165.88 -
System Red Green Blue C M Y K H S L
Decimal 225 172 32 0 0.24 0.86 0.12 43.52 0.76 0.5
Hex E1 AC 20 0 18 56 C 2C 4C 32
Octal 341 254 40 0 30 126 14 54 114 62
Binary 11100001 10101100 100000 0 11000 1010110 1100 101100 1001100 110010

Color Harmonies of #E1AC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AC20

Black with #E1AC20

Text Example


Text Example

White with #E1AC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AC20; }

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

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

background-color css

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

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

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

border-color css

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

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

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