Html Css Color HEX #E0AD20 Gold Tips

📋 copy color: '#E0AD20'

red 224 ◦ green 173 ◦ blue 32

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

Shades of Gold Tips #E0AD20

Tints of Gold Tips #E0AD20

RGB

 RED value IS 224 (87.89% from 255) = 52.21%

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

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

R = 52.21%
G = 40.33%
B = 7.46%

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

#E0AD20 (or 0xE0AD20) is known color: Gold Tips. HEX triplet: E0, AD and 20. RGB value is (224,173,32). Sum of RGB (Red+Green+Blue) = 224+173+32=429 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.21% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 32 (12.89% from 255 or 7.46% from 429); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AD20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0AD20 is #1F52DF. Grayscale: #ACACAC. Windows color (decimal): -2052832 or 2141664. OLE color: 2141664.

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

Color convert

RGB 224 173 32 -
CMYK 0 0.23 0.86 0.12
HSL 44.06º 0.76% 0.5% -
HSV(B) 44.06º 0.86% 0.88% -
XYZ 45.94 45.84 7.79 -
YUV 172.18 48.9 164.96 -
System Red Green Blue C M Y K H S L
Decimal 224 173 32 0 0.23 0.86 0.12 44.06 0.76 0.5
Hex E0 AD 20 0 17 56 C 2C 4C 32
Octal 340 255 40 0 27 126 14 54 114 62
Binary 11100000 10101101 100000 0 10111 1010110 1100 101100 1001100 110010

Color Harmonies of #E0AD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AD20

Black with #E0AD20

Text Example


Text Example

White with #E0AD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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