Html Css Color HEX #EAA620 Gold Tips

📋 copy color: '#EAA620'

red 234 ◦ green 166 ◦ blue 32

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

Shades of Gold Tips #EAA620

Tints of Gold Tips #EAA620

RGB

 RED value IS 234 (91.8% from 255) = 54.17%

 GREEN value IS 166 (65.23% from 255) = 38.43%

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

R = 54.17%
G = 38.43%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EAA620 (or 0xEAA620) is known color: Gold Tips. HEX triplet: EA, A6 and 20. RGB value is (234,166,32). Sum of RGB (Red+Green+Blue) = 234+166+32=432 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.17% from 432); Green value is 166 (65.23% from 255 or 38.43% from 432); Blue value is 32 (12.89% from 255 or 7.41% from 432); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA620 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA620 is #1559DF. Grayscale: #ABABAB. Windows color (decimal): -1399264 or 2139882. OLE color: 2139882.

HSL color Cylindrical-coordinate representation of color #EAA620: hue angle of 39.8º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EAA620 is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 166 32 -
CMYK 0 0.29 0.86 0.08
HSL 39.8º 0.83% 0.52% -
HSV(B) 39.8º 0.86% 0.92% -
XYZ 47.83 44.87 7.51 -
YUV 171.06 49.53 172.9 -
System Red Green Blue C M Y K H S L
Decimal 234 166 32 0 0.29 0.86 0.08 39.8 0.83 0.52
Hex EA A6 20 0 1D 56 8 28 53 34
Octal 352 246 40 0 35 126 10 50 123 64
Binary 11101010 10100110 100000 0 11101 1010110 1000 101000 1010011 110100

Color Harmonies of #EAA620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA620

Black with #EAA620

Text Example


Text Example

White with #EAA620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA620; }

 p { color: rgb(234,166,32); }

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

background-color css

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

 a { background-color: rgb(234,166,32); }

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

border-color css

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

 span { border-color: rgb(234,166,32); }

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