#E1A528

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

Shades of Galliano #E1A528

Tints of Galliano #E1A528

Color information

#E1A528 (or 0xE1A528) is unknown color: approx Galliano. HEX triplet: E1, A5 and 28. RGB value is (225,165,40). Sum of RGB (Red+Green+Blue) = 225+165+40=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 40 (16.02% from 255 or 9.30% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A528 is #1E5AD7. Grayscale: #A9A9A9. Windows color (decimal): -1989336 or 2663905. OLE color: 2663905.

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

Color convert

RGB22516540-
CMYK00.270.820.12
HSL40.54º75.51%51.96%-
HSV(B)40.54º82.22%88.24%-
XYZ44.8943.077.96-
YUV168.6955.38168.16-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.33%
GREEN value IS 165 (64.84% from 255) = 38.37%
BLUE value IS 40 (16.02% from 255) = 9.30%
R=52.33%
G=38.37%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.82
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251654000.270.820.1240.5475.5151.96
HexE1A52801B52C294c34
Octal34124550033122145111464
Binary1110000110100101101000011011101001011001010011001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A528; }

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

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

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

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

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

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

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

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