#E1A52E

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

Shades of Galliano #E1A52E

Tints of Galliano #E1A52E

Color information

#E1A52E (or 0xE1A52E) is unknown color: approx Galliano. HEX triplet: E1, A5 and 2E. RGB value is (225,165,46). Sum of RGB (Red+Green+Blue) = 225+165+46=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 46 (18.36% from 255 or 10.55% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A52E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A52E is #1E5AD1. Grayscale: #A9A9A9. Windows color (decimal): -1989330 or 3057121. OLE color: 3057121.

HSL color Cylindrical-coordinate representation of color #E1A52E: hue angle of 39.89º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1A52E is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB22516546-
CMYK00.270.800.12
HSL39.89º74.9%53.14%-
HSV(B)39.89º79.56%88.24%-
XYZ4543.128.54-
YUV169.3758.38167.68-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.61%
GREEN value IS 165 (64.84% from 255) = 37.84%
BLUE value IS 46 (18.36% from 255) = 10.55%
R=51.61%
G=37.84%
B=10.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251654600.270.800.1239.8974.953.14
HexE1A52E01B50C284b35
Octal34124556033120145011365
Binary1110000110100101101110011011101000011001010001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A52E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A52E; }

 p { color: rgb(225,165,46); }

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

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

 a { background-color: rgb(225,165,46); }

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

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

 span { border-color: rgb(225,165,46); }

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