#E2A426

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

Shades of Galliano #E2A426

Tints of Galliano #E2A426

Color information

#E2A426 (or 0xE2A426) is unknown color: approx Galliano. HEX triplet: E2, A4 and 26. RGB value is (226,164,38). Sum of RGB (Red+Green+Blue) = 226+164+38=428 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.80% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 38 (15.23% from 255 or 8.88% from 428); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A426 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2A426 is #1D5BD9. Grayscale: #A8A8A8. Windows color (decimal): -1924058 or 2532578. OLE color: 2532578.

HSL color Cylindrical-coordinate representation of color #E2A426: hue angle of 40.21º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E2A426 is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.11.

Color convert

RGB22616438-
CMYK00.270.830.11
HSL40.21º76.42%51.76%-
HSV(B)40.21º83.19%88.63%-
XYZ44.9942.867.74-
YUV168.1754.54169.25-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 52.80%
GREEN value IS 164 (64.45% from 255) = 38.32%
BLUE value IS 38 (15.23% from 255) = 8.88%
R=52.80%
G=38.32%
B=8.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.83
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261643800.270.830.1140.2176.4251.76
HexE2A42601B53B284c34
Octal34224446033123135011464
Binary1110001010100100100110011011101001110111010001001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A426; }

 p { color: rgb(226,164,38); }

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

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

 a { background-color: rgb(226,164,38); }

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

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

 span { border-color: rgb(226,164,38); }

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