Html Css Color HEX #E5A529 Gold Tips

📋 copy color: '#E5A529'

red 229 ◦ green 165 ◦ blue 41

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

Shades of Gold Tips #E5A529

Tints of Gold Tips #E5A529

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.93%

 BLUE value IS 41 (16.41% from 255) = 9.43%

R = 52.64%
G = 37.93%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E5A529 (or 0xE5A529) is known color: Gold Tips. HEX triplet: E5, A5 and 29. RGB value is (229,165,41). Sum of RGB (Red+Green+Blue) = 229+165+41=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 41 (16.41% from 255 or 9.43% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A529 is #1A5AD6. Grayscale: #AAAAAA. Windows color (decimal): -1727191 or 2729445. OLE color: 2729445.

HSL color Cylindrical-coordinate representation of color #E5A529: hue angle of 39.57º 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 #E5A529 is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 165 41 -
CMYK 0 0.28 0.82 0.10
HSL 39.57º 0.78% 0.53% -
HSV(B) 39.57º 0.82% 0.9% -
XYZ 46.17 43.73 8.1 -
YUV 170 55.2 170.08 -
System Red Green Blue C M Y K H S L
Decimal 229 165 41 0 0.28 0.82 0.10 39.57 0.78 0.53
Hex E5 A5 29 0 1C 52 A 28 4E 35
Octal 345 245 51 0 34 122 12 50 116 65
Binary 11100101 10100101 101001 0 11100 1010010 1010 101000 1001110 110101

Color Harmonies of #E5A529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A529

Black with #E5A529

Text Example


Text Example

White with #E5A529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A529; }

 p { color: rgb(229,165,41); }

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

background-color css

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

 a { background-color: rgb(229,165,41); }

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

border-color css

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

 span { border-color: rgb(229,165,41); }

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