#e1a61d

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

Shades of Galliano #E1A61D

Tints of Galliano #E1A61D

Color information

#E1A61D (or 0xE1A61D) is unknown color: approx Galliano. HEX triplet: E1, A6 and 1D. RGB value is (225,166,29). Sum of RGB (Red+Green+Blue) = 225+166+29=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 29 (11.72% from 255 or 6.90% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A61D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A61D is #1E59E2. Grayscale: #A8A8A8. Windows color (decimal): -1989091 or 1943265. OLE color: 1943265.

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

Color convert

RGB22516629-
CMYK00.260.870.12
HSL41.94º77.17%49.8%-
HSV(B)41.94º87.11%88.24%-
XYZ44.9143.377.17-
YUV168.0249.55168.64-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.57%
GREEN value IS 166 (65.23% from 255) = 39.52%
BLUE value IS 29 (11.72% from 255) = 6.90%
R=53.57%
G=39.52%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.87
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251662900.260.870.1241.9477.1749.8
HexE1A61D01A57C2a4d32
Octal34124635032127145211562
Binary111000011010011011101011010101011111001010101001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1a61d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1a61d; }

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

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

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

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

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

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

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

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