#E1A42A

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

Shades of Galliano #E1A42A

Tints of Galliano #E1A42A

Color information

#E1A42A (or 0xE1A42A) is unknown color: approx Galliano. HEX triplet: E1, A4 and 2A. RGB value is (225,164,42). Sum of RGB (Red+Green+Blue) = 225+164+42=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 42 (16.80% from 255 or 9.74% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A42A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A42A is #1E5BD5. Grayscale: #A8A8A8. Windows color (decimal): -1989590 or 2794721. OLE color: 2794721.

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

Color convert

RGB22516442-
CMYK00.270.810.12
HSL40º75.31%52.35%-
HSV(B)40º81.33%88.24%-
XYZ44.7442.738.08-
YUV168.3356.71168.42-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.20%
GREEN value IS 164 (64.45% from 255) = 38.05%
BLUE value IS 42 (16.80% from 255) = 9.74%
R=52.20%
G=38.05%
B=9.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.81
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251644200.270.810.124075.3152.35
HexE1A42A01B51C284b34
Octal34124452033121145011364
Binary1110000110100100101010011011101000111001010001001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A42A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A42A; }

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

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

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

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

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

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

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

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