#E0A01C

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

Shades of Galliano #E0A01C

Tints of Galliano #E0A01C

Color information

#E0A01C (or 0xE0A01C) is unknown color: approx Galliano. HEX triplet: E0, A0 and 1C. RGB value is (224,160,28). Sum of RGB (Red+Green+Blue) = 224+160+28=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 28 (11.33% from 255 or 6.80% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A01C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A01C is #1F5FE3. Grayscale: #A4A4A4. Windows color (decimal): -2056164 or 1876192. OLE color: 1876192.

HSL color Cylindrical-coordinate representation of color #E0A01C: hue angle of 40.41º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E0A01C is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB22416028-
CMYK00.290.880.12
HSL40.41º77.78%49.41%-
HSV(B)40.41º87.5%87.84%-
XYZ43.5241.076.73-
YUV164.0951.2170.73-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 54.37%
GREEN value IS 160 (62.89% from 255) = 38.83%
BLUE value IS 28 (11.33% from 255) = 6.80%
R=54.37%
G=38.83%
B=6.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.88
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241602800.290.880.1240.4177.7849.41
HexE0A01C01D58C284e31
Octal34024034035130145011661
Binary111000001010000011100011101101100011001010001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A01C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A01C; }

 p { color: rgb(224,160,28); }

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

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

 a { background-color: rgb(224,160,28); }

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

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

 span { border-color: rgb(224,160,28); }

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