#E3A920

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

Shades of Galliano #E3A920

Tints of Galliano #E3A920

Color information

#E3A920 (or 0xE3A920) is unknown color: approx Galliano. HEX triplet: E3, A9 and 20. RGB value is (227,169,32). Sum of RGB (Red+Green+Blue) = 227+169+32=428 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.04% from 428); Green value is 169 (66.41% from 255 or 39.49% from 428); Blue value is 32 (12.89% from 255 or 7.48% from 428); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A920 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3A920 is #1C56DF. Grayscale: #ABABAB. Windows color (decimal): -1857248 or 2140643. OLE color: 2140643.

HSL color Cylindrical-coordinate representation of color #E3A920: hue angle of 42.15º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E3A920 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB22716932-
CMYK00.260.860.11
HSL42.15º77.69%50.78%-
HSV(B)42.15º85.9%89.02%-
XYZ46.1344.817.58-
YUV170.7249.72168.14-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 53.04%
GREEN value IS 169 (66.41% from 255) = 39.49%
BLUE value IS 32 (12.89% from 255) = 7.48%
R=53.04%
G=39.49%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.86
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271693200.260.860.1142.1577.6950.78
HexE3A92001A56B2a4e33
Octal34325140032126135211663
Binary1110001110101001100000011010101011010111010101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3A920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3A920; }

 p { color: rgb(227,169,32); }

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

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

 a { background-color: rgb(227,169,32); }

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

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

 span { border-color: rgb(227,169,32); }

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