#E1A61F

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

Shades of Galliano #E1A61F

Tints of Galliano #E1A61F

Color information

#E1A61F (or 0xE1A61F) is unknown color: approx Galliano. HEX triplet: E1, A6 and 1F. RGB value is (225,166,31). Sum of RGB (Red+Green+Blue) = 225+166+31=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 31 (12.5% from 255 or 7.35% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A61F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A61F is #1E59E0. Grayscale: #A8A8A8. Windows color (decimal): -1989089 or 2074337. OLE color: 2074337.

HSL color Cylindrical-coordinate representation of color #E1A61F: hue angle of 41.75º 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 #E1A61F is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB22516631-
CMYK00.260.860.12
HSL41.75º76.38%50.2%-
HSV(B)41.75º86.22%88.24%-
XYZ44.9343.387.3-
YUV168.2550.55168.48-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.32%
GREEN value IS 166 (65.23% from 255) = 39.34%
BLUE value IS 31 (12.5% from 255) = 7.35%
R=53.32%
G=39.34%
B=7.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.86
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251663100.260.860.1241.7576.3850.2
HexE1A61F01A56C2a4c32
Octal34124637032126145211462
Binary111000011010011011111011010101011011001010101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A61F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A61F; }

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

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

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

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

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

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

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

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