#E0AC19

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

Shades of Galliano #E0AC19

Tints of Galliano #E0AC19

Color information

#E0AC19 (or 0xE0AC19) is unknown color: approx Galliano. HEX triplet: E0, AC and 19. RGB value is (224,172,25). Sum of RGB (Red+Green+Blue) = 224+172+25=421 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.21% from 421); Green value is 172 (67.58% from 255 or 40.86% from 421); Blue value is 25 (10.16% from 255 or 5.94% from 421); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AC19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0AC19 is #1F53E6. Grayscale: #ABABAB. Windows color (decimal): -2053095 or 1682656. OLE color: 1682656.

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

Color convert

RGB22417225-
CMYK00.230.890.12
HSL44.32º79.92%48.82%-
HSV(B)44.32º88.84%87.84%-
XYZ45.6745.427.28-
YUV170.7945.73165.95-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 53.21%
GREEN value IS 172 (67.58% from 255) = 40.86%
BLUE value IS 25 (10.16% from 255) = 5.94%
R=53.21%
G=40.86%
B=5.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.89
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241722500.230.890.1244.3279.9248.82
HexE0AC1901759C2c5031
Octal34025431027131145412061
Binary111000001010110011001010111101100111001011001010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AC19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AC19; }

 p { color: rgb(224,172,25); }

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

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

 a { background-color: rgb(224,172,25); }

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

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

 span { border-color: rgb(224,172,25); }

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