Html Css Color HEX #E1AB2B Gold Tips

📋 copy color: '#E1AB2B'

red 225 ◦ green 171 ◦ blue 43

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

Shades of Gold Tips #E1AB2B

Tints of Gold Tips #E1AB2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.79%

R = 51.25%
G = 38.95%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E1AB2B (or 0xE1AB2B) is known color: Gold Tips. HEX triplet: E1, AB and 2B. RGB value is (225,171,43). Sum of RGB (Red+Green+Blue) = 225+171+43=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 43 (17.19% from 255 or 9.79% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AB2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AB2B is #1E54D4. Grayscale: #ADADAD. Windows color (decimal): -1987797 or 2862049. OLE color: 2862049.

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

Color convert

RGB 225 171 43 -
CMYK 0 0.24 0.81 0.12
HSL 42.2º 0.75% 0.53% -
HSV(B) 42.2º 0.81% 0.88% -
XYZ 46.05 45.31 8.6 -
YUV 172.55 54.89 165.41 -
System Red Green Blue C M Y K H S L
Decimal 225 171 43 0 0.24 0.81 0.12 42.2 0.75 0.53
Hex E1 AB 2B 0 18 51 C 2A 4B 35
Octal 341 253 53 0 30 121 14 52 113 65
Binary 11100001 10101011 101011 0 11000 1010001 1100 101010 1001011 110101

Color Harmonies of #E1AB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AB2B

Black with #E1AB2B

Text Example


Text Example

White with #E1AB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AB2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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