Html Css Color HEX #E1AB2D Gold Tips

📋 copy color: '#E1AB2D'

red 225 ◦ green 171 ◦ blue 45

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

Shades of Gold Tips #E1AB2D

Tints of Gold Tips #E1AB2D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.78%

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

R = 51.02%
G = 38.78%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.8

 K value IS 0.12

RGB Variations

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

Color information

#E1AB2D (or 0xE1AB2D) is known color: Gold Tips. HEX triplet: E1, AB and 2D. RGB value is (225,171,45). Sum of RGB (Red+Green+Blue) = 225+171+45=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 45 (17.97% from 255 or 10.20% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AB2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AB2D is #1E54D2. Grayscale: #ADADAD. Windows color (decimal): -1987795 or 2993121. OLE color: 2993121.

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

Color convert

RGB 225 171 45 -
CMYK 0 0.24 0.8 0.12
HSL 42º 0.75% 0.53% -
HSV(B) 42º 0.8% 0.88% -
XYZ 46.09 45.32 8.8 -
YUV 172.78 55.89 165.25 -
System Red Green Blue C M Y K H S L
Decimal 225 171 45 0 0.24 0.8 0.12 42 0.75 0.53
Hex E1 AB 2D 0 18 50 C 2A 4B 35
Octal 341 253 55 0 30 120 14 52 113 65
Binary 11100001 10101011 101101 0 11000 1010000 1100 101010 1001011 110101

Color Harmonies of #E1AB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AB2D

Black with #E1AB2D

Text Example


Text Example

White with #E1AB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AB2D; }

 p { color: rgb(225,171,45); }

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

background-color css

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

 a { background-color: rgb(225,171,45); }

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

border-color css

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

 span { border-color: rgb(225,171,45); }

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