#E1A323

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

Shades of Galliano #E1A323

Tints of Galliano #E1A323

Color information

#E1A323 (or 0xE1A323) is unknown color: approx Galliano. HEX triplet: E1, A3 and 23. RGB value is (225,163,35). Sum of RGB (Red+Green+Blue) = 225+163+35=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 35 (14.06% from 255 or 8.27% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A323 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A323 is #1E5CDC. Grayscale: #A7A7A7. Windows color (decimal): -1989853 or 2335713. OLE color: 2335713.

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

Color convert

RGB22516335-
CMYK00.280.840.12
HSL40.42º76%50.98%-
HSV(B)40.42º84.44%88.24%-
XYZ44.4542.327.42-
YUV166.9553.54169.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.19%
GREEN value IS 163 (64.06% from 255) = 38.53%
BLUE value IS 35 (14.06% from 255) = 8.27%
R=53.19%
G=38.53%
B=8.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.84
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251633500.280.840.1240.427650.98
HexE1A32301C54C284c33
Octal34124343034124145011463
Binary1110000110100011100011011100101010011001010001001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A323; }

 p { color: rgb(225,163,35); }

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

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

 a { background-color: rgb(225,163,35); }

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

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

 span { border-color: rgb(225,163,35); }

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