#E2AA18

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

Shades of Galliano #E2AA18

Tints of Galliano #E2AA18

Color information

#E2AA18 (or 0xE2AA18) is unknown color: approx Galliano. HEX triplet: E2, AA and 18. RGB value is (226,170,24). Sum of RGB (Red+Green+Blue) = 226+170+24=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 24 (9.77% from 255 or 5.71% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AA18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2AA18 is #1D55E7. Grayscale: #AAAAAA. Windows color (decimal): -1922536 or 1616610. OLE color: 1616610.

HSL color Cylindrical-coordinate representation of color #E2AA18: hue angle of 43.37º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E2AA18 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.11.

Color convert

RGB22617024-
CMYK00.250.890.11
HSL43.37º80.8%49.02%-
HSV(B)43.37º89.38%88.63%-
XYZ45.944.987.13-
YUV170.145.55167.87-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 53.81%
GREEN value IS 170 (66.80% from 255) = 40.48%
BLUE value IS 24 (9.77% from 255) = 5.71%
R=53.81%
G=40.48%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.89
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261702400.250.890.1143.3780.849.02
HexE2AA1801959B2b5131
Octal34225230031131135312161
Binary111000101010101011000011001101100110111010111010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AA18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AA18; }

 p { color: rgb(226,170,24); }

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

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

 a { background-color: rgb(226,170,24); }

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

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

 span { border-color: rgb(226,170,24); }

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