#E1A11C

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

Shades of Galliano #E1A11C

Tints of Galliano #E1A11C

Color information

#E1A11C (or 0xE1A11C) is unknown color: approx Galliano. HEX triplet: E1, A1 and 1C. RGB value is (225,161,28). Sum of RGB (Red+Green+Blue) = 225+161+28=414 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.35% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 28 (11.33% from 255 or 6.76% from 414); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A11C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A11C is #1E5EE3. Grayscale: #A5A5A5. Windows color (decimal): -1990372 or 1876449. OLE color: 1876449.

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

Color convert

RGB22516128-
CMYK00.280.880.12
HSL40.51º77.87%49.61%-
HSV(B)40.51º87.56%88.24%-
XYZ44.0141.586.81-
YUV164.9750.7170.81-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 54.35%
GREEN value IS 161 (63.28% from 255) = 38.89%
BLUE value IS 28 (11.33% from 255) = 6.76%
R=54.35%
G=38.89%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.88
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251612800.280.880.1240.5177.8749.61
HexE1A11C01C58C294e32
Octal34124134034130145111662
Binary111000011010000111100011100101100011001010011001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A11C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A11C; }

 p { color: rgb(225,161,28); }

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

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

 a { background-color: rgb(225,161,28); }

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

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

 span { border-color: rgb(225,161,28); }

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