#E1A22A

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

Shades of Galliano #E1A22A

Tints of Galliano #E1A22A

Color information

#E1A22A (or 0xE1A22A) is unknown color: approx Galliano. HEX triplet: E1, A2 and 2A. RGB value is (225,162,42). Sum of RGB (Red+Green+Blue) = 225+162+42=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 42 (16.80% from 255 or 9.79% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A22A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A22A is #1E5DD5. Grayscale: #A7A7A7. Windows color (decimal): -1990102 or 2794209. OLE color: 2794209.

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

Color convert

RGB22516242-
CMYK00.280.810.12
HSL39.34º75.31%52.35%-
HSV(B)39.34º81.33%88.24%-
XYZ44.3942.027.96-
YUV167.1657.37169.26-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.45%
GREEN value IS 162 (63.67% from 255) = 37.76%
BLUE value IS 42 (16.80% from 255) = 9.79%
R=52.45%
G=37.76%
B=9.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.81
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251624200.280.810.1239.3475.3152.35
HexE1A22A01C51C274b34
Octal34124252034121144711364
Binary1110000110100010101010011100101000111001001111001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A22A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A22A; }

 p { color: rgb(225,162,42); }

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

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

 a { background-color: rgb(225,162,42); }

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

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

 span { border-color: rgb(225,162,42); }

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