Html Css Color HEX #E5A52C Gold Tips

📋 copy color: '#E5A52C'

red 229 ◦ green 165 ◦ blue 44

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

Shades of Gold Tips #E5A52C

Tints of Gold Tips #E5A52C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.05%

R = 52.28%
G = 37.67%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#E5A52C (or 0xE5A52C) is known color: Gold Tips. HEX triplet: E5, A5 and 2C. RGB value is (229,165,44). Sum of RGB (Red+Green+Blue) = 229+165+44=438 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.28% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 44 (17.58% from 255 or 10.05% from 438); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A52C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A52C is #1A5AD3. Grayscale: #AAAAAA. Windows color (decimal): -1727188 or 2926053. OLE color: 2926053.

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

Color convert

RGB 229 165 44 -
CMYK 0 0.28 0.81 0.10
HSL 39.24º 0.78% 0.54% -
HSV(B) 39.24º 0.81% 0.9% -
XYZ 46.22 43.75 8.39 -
YUV 170.34 56.7 169.84 -
System Red Green Blue C M Y K H S L
Decimal 229 165 44 0 0.28 0.81 0.10 39.24 0.78 0.54
Hex E5 A5 2C 0 1C 51 A 27 4E 36
Octal 345 245 54 0 34 121 12 47 116 66
Binary 11100101 10100101 101100 0 11100 1010001 1010 100111 1001110 110110

Color Harmonies of #E5A52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A52C

Black with #E5A52C

Text Example


Text Example

White with #E5A52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A52C; }

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

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

background-color css

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

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

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

border-color css

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

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

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