Html Css Color HEX #E1A72C Gold Tips

📋 copy color: '#E1A72C'

red 225 ◦ green 167 ◦ blue 44

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

Shades of Gold Tips #E1A72C

Tints of Gold Tips #E1A72C

RGB

 RED value IS 225 (88.28% from 255) = 51.61%

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

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

R = 51.61%
G = 38.3%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E1A72C (or 0xE1A72C) is known color: Gold Tips. HEX triplet: E1, A7 and 2C. RGB value is (225,167,44). Sum of RGB (Red+Green+Blue) = 225+167+44=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 167 (65.62% from 255 or 38.30% from 436); Blue value is 44 (17.58% from 255 or 10.09% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A72C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A72C is #1E58D3. Grayscale: #AAAAAA. Windows color (decimal): -1988820 or 2926561. OLE color: 2926561.

HSL color Cylindrical-coordinate representation of color #E1A72C: hue angle of 40.77º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1A72C is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 167 44 -
CMYK 0 0.26 0.80 0.12
HSL 40.77º 0.75% 0.53% -
HSV(B) 40.77º 0.8% 0.88% -
XYZ 45.32 43.83 8.45 -
YUV 170.32 56.72 167 -
System Red Green Blue C M Y K H S L
Decimal 225 167 44 0 0.26 0.80 0.12 40.77 0.75 0.53
Hex E1 A7 2C 0 1A 50 C 29 4B 35
Octal 341 247 54 0 32 120 14 51 113 65
Binary 11100001 10100111 101100 0 11010 1010000 1100 101001 1001011 110101

Color Harmonies of #E1A72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A72C

Black with #E1A72C

Text Example


Text Example

White with #E1A72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A72C; }

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

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

background-color css

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

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

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

border-color css

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

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

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