Html Css Color HEX #E8AD20 Gold Tips

📋 copy color: '#E8AD20'

red 232 ◦ green 173 ◦ blue 32

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

Shades of Gold Tips #E8AD20

Tints of Gold Tips #E8AD20

RGB

 RED value IS 232 (91.02% from 255) = 53.09%

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

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

R = 53.09%
G = 39.59%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#E8AD20 (or 0xE8AD20) is known color: Gold Tips. HEX triplet: E8, AD and 20. RGB value is (232,173,32). Sum of RGB (Red+Green+Blue) = 232+173+32=437 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.09% from 437); Green value is 173 (67.97% from 255 or 39.59% from 437); Blue value is 32 (12.89% from 255 or 7.32% from 437); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AD20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8AD20 is #1752DF. Grayscale: #AFAFAF. Windows color (decimal): -1528544 or 2141672. OLE color: 2141672.

HSL color Cylindrical-coordinate representation of color #E8AD20: hue angle of 42.3º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E8AD20 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 173 32 -
CMYK 0 0.25 0.86 0.09
HSL 42.3º 0.81% 0.52% -
HSV(B) 42.3º 0.86% 0.91% -
XYZ 48.48 47.15 7.91 -
YUV 174.57 47.55 168.96 -
System Red Green Blue C M Y K H S L
Decimal 232 173 32 0 0.25 0.86 0.09 42.3 0.81 0.52
Hex E8 AD 20 0 19 56 9 2A 51 34
Octal 350 255 40 0 31 126 11 52 121 64
Binary 11101000 10101101 100000 0 11001 1010110 1001 101010 1010001 110100

Color Harmonies of #E8AD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AD20

Black with #E8AD20

Text Example


Text Example

White with #E8AD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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