#E1A428

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

Shades of Galliano #E1A428

Tints of Galliano #E1A428

Color information

#E1A428 (or 0xE1A428) is unknown color: approx Galliano. HEX triplet: E1, A4 and 28. RGB value is (225,164,40). Sum of RGB (Red+Green+Blue) = 225+164+40=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 40 (16.02% from 255 or 9.32% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A428 is #1E5BD7. Grayscale: #A8A8A8. Windows color (decimal): -1989592 or 2663649. OLE color: 2663649.

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

Color convert

RGB22516440-
CMYK00.270.820.12
HSL40.22º75.51%51.96%-
HSV(B)40.22º82.22%88.24%-
XYZ44.7142.717.9-
YUV168.155.71168.58-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.45%
GREEN value IS 164 (64.45% from 255) = 38.23%
BLUE value IS 40 (16.02% from 255) = 9.32%
R=52.45%
G=38.23%
B=9.32%

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
Decimal2251644000.270.820.1240.2275.5151.96
HexE1A42801B52C284c34
Octal34124450033122145011464
Binary1110000110100100101000011011101001011001010001001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A428; }

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

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

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

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

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

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

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

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