#E1A91F

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

Shades of Galliano #E1A91F

Tints of Galliano #E1A91F

Color information

#E1A91F (or 0xE1A91F) is unknown color: approx Galliano. HEX triplet: E1, A9 and 1F. RGB value is (225,169,31). Sum of RGB (Red+Green+Blue) = 225+169+31=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 169 (66.41% from 255 or 39.76% from 425); Blue value is 31 (12.5% from 255 or 7.29% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A91F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A91F is #1E56E0. Grayscale: #AAAAAA. Windows color (decimal): -1988321 or 2075105. OLE color: 2075105.

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

Color convert

RGB22516931-
CMYK00.250.860.12
HSL42.68º76.38%50.2%-
HSV(B)42.68º86.22%88.24%-
XYZ45.4944.487.48-
YUV170.0149.55167.22-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.94%
GREEN value IS 169 (66.41% from 255) = 39.76%
BLUE value IS 31 (12.5% from 255) = 7.29%
R=52.94%
G=39.76%
B=7.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.86
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251693100.250.860.1242.6876.3850.2
HexE1A91F01956C2b4c32
Octal34125137031126145311462
Binary111000011010100111111011001101011011001010111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A91F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A91F; }

 p { color: rgb(225,169,31); }

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

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

 a { background-color: rgb(225,169,31); }

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

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

 span { border-color: rgb(225,169,31); }

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