Html Css Color HEX #E5A72D Gold Tips

📋 copy color: '#E5A72D'

red 229 ◦ green 167 ◦ blue 45

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

Shades of Gold Tips #E5A72D

Tints of Gold Tips #E5A72D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.87%

 BLUE value IS 45 (17.97% from 255) = 10.2%

R = 51.93%
G = 37.87%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E5A72D (or 0xE5A72D) is known color: Gold Tips. HEX triplet: E5, A7 and 2D. RGB value is (229,167,45). Sum of RGB (Red+Green+Blue) = 229+167+45=441 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.93% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 45 (17.97% from 255 or 10.20% from 441); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A72D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A72D is #1A58D2. Grayscale: #ACACAC. Windows color (decimal): -1726675 or 2992101. OLE color: 2992101.

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

Color convert

RGB 229 167 45 -
CMYK 0 0.27 0.80 0.10
HSL 39.78º 0.78% 0.54% -
HSV(B) 39.78º 0.8% 0.9% -
XYZ 46.61 44.48 8.61 -
YUV 171.63 56.54 168.92 -
System Red Green Blue C M Y K H S L
Decimal 229 167 45 0 0.27 0.80 0.10 39.78 0.78 0.54
Hex E5 A7 2D 0 1B 50 A 28 4E 36
Octal 345 247 55 0 33 120 12 50 116 66
Binary 11100101 10100111 101101 0 11011 1010000 1010 101000 1001110 110110

Color Harmonies of #E5A72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A72D

Black with #E5A72D

Text Example


Text Example

White with #E5A72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A72D; }

 p { color: rgb(229,167,45); }

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

background-color css

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

 a { background-color: rgb(229,167,45); }

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

border-color css

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

 span { border-color: rgb(229,167,45); }

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