#E0AA1E

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

Shades of Galliano #E0AA1E

Tints of Galliano #E0AA1E

Color information

#E0AA1E (or 0xE0AA1E) is unknown color: approx Galliano. HEX triplet: E0, AA and 1E. RGB value is (224,170,30). Sum of RGB (Red+Green+Blue) = 224+170+30=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 30 (12.11% from 255 or 7.08% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AA1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0AA1E is #1F55E1. Grayscale: #AAAAAA. Windows color (decimal): -2053602 or 2009824. OLE color: 2009824.

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

Color convert

RGB22417030-
CMYK00.240.870.12
HSL43.3º76.38%49.8%-
HSV(B)43.3º86.61%87.84%-
XYZ45.3544.697.46-
YUV170.1948.89166.38-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 52.83%
GREEN value IS 170 (66.80% from 255) = 40.09%
BLUE value IS 30 (12.11% from 255) = 7.08%
R=52.83%
G=40.09%
B=7.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.87
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241703000.240.870.1243.376.3849.8
HexE0AA1E01857C2b4c32
Octal34025236030127145311462
Binary111000001010101011110011000101011111001010111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AA1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AA1E; }

 p { color: rgb(224,170,30); }

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

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

 a { background-color: rgb(224,170,30); }

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

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

 span { border-color: rgb(224,170,30); }

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