#e1aa1d

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

Shades of Galliano #E1AA1D

Tints of Galliano #E1AA1D

Color information

#E1AA1D (or 0xE1AA1D) is unknown color: approx Galliano. HEX triplet: E1, AA and 1D. RGB value is (225,170,29). Sum of RGB (Red+Green+Blue) = 225+170+29=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 29 (11.72% from 255 or 6.84% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AA1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AA1D is #1E55E2. Grayscale: #AAAAAA. Windows color (decimal): -1988067 or 1944289. OLE color: 1944289.

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

Color convert

RGB22517029-
CMYK00.240.870.12
HSL43.16º77.17%49.8%-
HSV(B)43.16º87.11%88.24%-
XYZ45.6544.857.41-
YUV170.3748.22166.96-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.07%
GREEN value IS 170 (66.80% from 255) = 40.09%
BLUE value IS 29 (11.72% from 255) = 6.84%
R=53.07%
G=40.09%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.87
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251702900.240.870.1243.1677.1749.8
HexE1AA1D01857C2b4d32
Octal34125235030127145311562
Binary111000011010101011101011000101011111001010111001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1aa1d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1aa1d; }

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

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

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

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

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

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

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

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