Html Css Color HEX #E5AA2A Gold Tips

📋 copy color: '#E5AA2A'

red 229 ◦ green 170 ◦ blue 42

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

Shades of Gold Tips #E5AA2A

Tints of Gold Tips #E5AA2A

RGB

 RED value IS 229 (89.84% from 255) = 51.93%

 GREEN value IS 170 (66.8% from 255) = 38.55%

 BLUE value IS 42 (16.8% from 255) = 9.52%

R = 51.93%
G = 38.55%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E5AA2A (or 0xE5AA2A) is known color: Gold Tips. HEX triplet: E5, AA and 2A. RGB value is (229,170,42). Sum of RGB (Red+Green+Blue) = 229+170+42=441 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.93% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 42 (16.80% from 255 or 9.52% from 441); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AA2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5AA2A is #1A55D5. Grayscale: #ADADAD. Windows color (decimal): -1725910 or 2796261. OLE color: 2796261.

HSL color Cylindrical-coordinate representation of color #E5AA2A: hue angle of 41.07º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5AA2A is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 170 42 -
CMYK 0 0.26 0.82 0.10
HSL 41.07º 0.78% 0.53% -
HSV(B) 41.07º 0.82% 0.9% -
XYZ 47.11 45.57 8.5 -
YUV 173.05 54.05 167.91 -
System Red Green Blue C M Y K H S L
Decimal 229 170 42 0 0.26 0.82 0.10 41.07 0.78 0.53
Hex E5 AA 2A 0 1A 52 A 29 4E 35
Octal 345 252 52 0 32 122 12 51 116 65
Binary 11100101 10101010 101010 0 11010 1010010 1010 101001 1001110 110101

Color Harmonies of #E5AA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AA2A

Black with #E5AA2A

Text Example


Text Example

White with #E5AA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AA2A; }

 p { color: rgb(229,170,42); }

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

background-color css

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

 a { background-color: rgb(229,170,42); }

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

border-color css

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

 span { border-color: rgb(229,170,42); }

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