Html Css Color HEX #E1A82C Gold Tips

📋 copy color: '#E1A82C'

red 225 ◦ green 168 ◦ blue 44

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

Shades of Gold Tips #E1A82C

Tints of Gold Tips #E1A82C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.44%

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

R = 51.49%
G = 38.44%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E1A82C (or 0xE1A82C) is known color: Gold Tips. HEX triplet: E1, A8 and 2C. RGB value is (225,168,44). Sum of RGB (Red+Green+Blue) = 225+168+44=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 44 (17.58% from 255 or 10.07% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A82C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A82C is #1E57D3. Grayscale: #ABABAB. Windows color (decimal): -1988564 or 2926817. OLE color: 2926817.

HSL color Cylindrical-coordinate representation of color #E1A82C: hue angle of 41.1º 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 #E1A82C is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 168 44 -
CMYK 0 0.25 0.80 0.12
HSL 41.1º 0.75% 0.53% -
HSV(B) 41.1º 0.8% 0.88% -
XYZ 45.51 44.19 8.51 -
YUV 170.91 56.38 166.58 -
System Red Green Blue C M Y K H S L
Decimal 225 168 44 0 0.25 0.80 0.12 41.1 0.75 0.53
Hex E1 A8 2C 0 19 50 C 29 4B 35
Octal 341 250 54 0 31 120 14 51 113 65
Binary 11100001 10101000 101100 0 11001 1010000 1100 101001 1001011 110101

Color Harmonies of #E1A82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A82C

Black with #E1A82C

Text Example


Text Example

White with #E1A82C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A82C; }

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

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

background-color css

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

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

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

border-color css

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

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

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