#E1A622

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

Shades of Galliano #E1A622

Tints of Galliano #E1A622

Color information

#E1A622 (or 0xE1A622) is unknown color: approx Galliano. HEX triplet: E1, A6 and 22. RGB value is (225,166,34). Sum of RGB (Red+Green+Blue) = 225+166+34=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 34 (13.67% from 255 or 8% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A622 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A622 is #1E59DD. Grayscale: #A9A9A9. Windows color (decimal): -1989086 or 2270945. OLE color: 2270945.

HSL color Cylindrical-coordinate representation of color #E1A622: hue angle of 41.47º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E1A622 is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB22516634-
CMYK00.260.850.12
HSL41.47º76.1%50.78%-
HSV(B)41.47º84.89%88.24%-
XYZ44.9843.47.52-
YUV168.5952.05168.23-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.94%
GREEN value IS 166 (65.23% from 255) = 39.06%
BLUE value IS 34 (13.67% from 255) = 8%
R=52.94%
G=39.06%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.85
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251663400.260.850.1241.4776.150.78
HexE1A62201A55C294c33
Octal34124642032125145111463
Binary1110000110100110100010011010101010111001010011001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A622; }

 p { color: rgb(225,166,34); }

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

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

 a { background-color: rgb(225,166,34); }

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

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

 span { border-color: rgb(225,166,34); }

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