#E1AD1D

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

Shades of Gold Tips #E1AD1D

Tints of Gold Tips #E1AD1D

Color information

#E1AD1D (or 0xE1AD1D) is unknown color: approx Gold Tips. HEX triplet: E1, AD and 1D. RGB value is (225,173,29). Sum of RGB (Red+Green+Blue) = 225+173+29=427 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.69% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 29 (11.72% from 255 or 6.79% from 427); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AD1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AD1D is #1E52E2. Grayscale: #ACACAC. Windows color (decimal): -1987299 or 1945057. OLE color: 1945057.

HSL color Cylindrical-coordinate representation of color #E1AD1D: hue angle of 44.08º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E1AD1D is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB22517329-
CMYK00.230.870.12
HSL44.08º77.17%49.8%-
HSV(B)44.08º87.11%88.24%-
XYZ46.2245.987.6-
YUV172.1347.23165.71-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.69%
GREEN value IS 173 (67.97% from 255) = 40.52%
BLUE value IS 29 (11.72% from 255) = 6.79%
R=52.69%
G=40.52%
B=6.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.87
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251732900.230.870.1244.0877.1749.8
HexE1AD1D01757C2c4d32
Octal34125535027127145411562
Binary111000011010110111101010111101011111001011001001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AD1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AD1D; }

 p { color: rgb(225,173,29); }

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

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

 a { background-color: rgb(225,173,29); }

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

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

 span { border-color: rgb(225,173,29); }

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