#E1AC2D

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

Shades of Gold Tips #E1AC2D

Tints of Gold Tips #E1AC2D

Color information

#E1AC2D (or 0xE1AC2D) is unknown color: approx Gold Tips. HEX triplet: E1, AC and 2D. RGB value is (225,172,45). Sum of RGB (Red+Green+Blue) = 225+172+45=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 45 (17.97% from 255 or 10.18% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AC2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AC2D is #1E53D2. Grayscale: #ADADAD. Windows color (decimal): -1987539 or 2993377. OLE color: 2993377.

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

Color convert

RGB22517245-
CMYK00.240.80.12
HSL42.33º75%52.94%-
HSV(B)42.33º80%88.24%-
XYZ46.2845.78.86-
YUV173.3755.56164.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.90%
GREEN value IS 172 (67.58% from 255) = 38.91%
BLUE value IS 45 (17.97% from 255) = 10.18%
R=50.90%
G=38.91%
B=10.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.8
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251724500.240.80.1242.337552.94
HexE1AC2D01850C2a4b35
Octal34125455030120145211365
Binary1110000110101100101101011000101000011001010101001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AC2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AC2D; }

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

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

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

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

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

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

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

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