Html Css Color HEX #E5AA22 Gold Tips

📋 copy color: '#E5AA22'

red 229 ◦ green 170 ◦ blue 34

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

Shades of Gold Tips #E5AA22

Tints of Gold Tips #E5AA22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.85%

R = 52.89%
G = 39.26%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.10

RGB Variations

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

Color information

#E5AA22 (or 0xE5AA22) is known color: Gold Tips. HEX triplet: E5, AA and 22. RGB value is (229,170,34). Sum of RGB (Red+Green+Blue) = 229+170+34=433 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.89% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 34 (13.67% from 255 or 7.85% from 433); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AA22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5AA22 is #1A55DD. Grayscale: #ACACAC. Windows color (decimal): -1725918 or 2271973. OLE color: 2271973.

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

Color convert

RGB 229 170 34 -
CMYK 0 0.26 0.85 0.10
HSL 41.85º 0.79% 0.52% -
HSV(B) 41.85º 0.85% 0.9% -
XYZ 46.98 45.52 7.82 -
YUV 172.14 50.05 168.56 -
System Red Green Blue C M Y K H S L
Decimal 229 170 34 0 0.26 0.85 0.10 41.85 0.79 0.52
Hex E5 AA 22 0 1A 55 A 2A 4F 34
Octal 345 252 42 0 32 125 12 52 117 64
Binary 11100101 10101010 100010 0 11010 1010101 1010 101010 1001111 110100

Color Harmonies of #E5AA22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AA22

Black with #E5AA22

Text Example


Text Example

White with #E5AA22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AA22; }

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

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

background-color css

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

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

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

border-color css

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

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

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