#E1B32D

Color #E1B32D Gold Tips (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold Tips #E1B32D

Tints of Gold Tips #E1B32D

Color information

#E1B32D (or 0xE1B32D) is unknown color: approx Gold Tips. HEX triplet: E1, B3 and 2D. RGB value is (225,179,45). Sum of RGB (Red+Green+Blue) = 225+179+45=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 45 (17.97% from 255 or 10.02% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B32D is #1E4CD2. Grayscale: #B2B2B2. Windows color (decimal): -1985747 or 2995169. OLE color: 2995169.

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

Color convert

RGB22517945-
CMYK00.200.80.12
HSL44.67º75%52.94%-
HSV(B)44.67º80%88.24%-
XYZ47.6548.449.32-
YUV177.4853.24161.9-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.11%
GREEN value IS 179 (70.31% from 255) = 39.87%
BLUE value IS 45 (17.97% from 255) = 10.02%
R=50.11%
G=39.87%
B=10.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.8
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251794500.200.80.1244.677552.94
HexE1B32D01450C2d4b35
Octal34126355024120145511365
Binary1110000110110011101101010100101000011001011011001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B32D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B32D; }

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

 H1.HeaderClassName
 {
   color: #E1B32D;
 }
 .AnyTagClassName
 {
   color: #E1B32D;
 }
</style>
background-color css

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

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

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

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

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

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