Html Css Color HEX #E5A72C Gold Tips

📋 copy color: '#E5A72C'

red 229 ◦ green 167 ◦ blue 44

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

Shades of Gold Tips #E5A72C

Tints of Gold Tips #E5A72C

RGB

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

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

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

R = 52.05%
G = 37.95%
B = 10%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#E5A72C (or 0xE5A72C) is known color: Gold Tips. HEX triplet: E5, A7 and 2C. RGB value is (229,167,44). Sum of RGB (Red+Green+Blue) = 229+167+44=440 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.05% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 44 (17.58% from 255 or 10% from 440); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A72C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A72C is #1A58D3. Grayscale: #ACACAC. Windows color (decimal): -1726676 or 2926565. OLE color: 2926565.

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

Color convert

RGB 229 167 44 -
CMYK 0 0.27 0.81 0.10
HSL 39.89º 0.78% 0.54% -
HSV(B) 39.89º 0.81% 0.9% -
XYZ 46.59 44.48 8.51 -
YUV 171.52 56.04 169 -
System Red Green Blue C M Y K H S L
Decimal 229 167 44 0 0.27 0.81 0.10 39.89 0.78 0.54
Hex E5 A7 2C 0 1B 51 A 28 4E 36
Octal 345 247 54 0 33 121 12 50 116 66
Binary 11100101 10100111 101100 0 11011 1010001 1010 101000 1001110 110110

Color Harmonies of #E5A72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A72C

Black with #E5A72C

Text Example


Text Example

White with #E5A72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A72C; }

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

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

background-color css

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

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

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

border-color css

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

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

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