#E0A526

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

Shades of Galliano #E0A526

Tints of Galliano #E0A526

Color information

#E0A526 (or 0xE0A526) is unknown color: approx Galliano. HEX triplet: E0, A5 and 26. RGB value is (224,165,38). Sum of RGB (Red+Green+Blue) = 224+165+38=427 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.46% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 38 (15.23% from 255 or 8.90% from 427); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A526 is #1F5AD9. Grayscale: #A8A8A8. Windows color (decimal): -2054874 or 2532832. OLE color: 2532832.

HSL color Cylindrical-coordinate representation of color #E0A526: hue angle of 40.97º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E0A526 is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB22416538-
CMYK00.260.830.12
HSL40.97º75%51.37%-
HSV(B)40.97º83.04%87.84%-
XYZ44.5542.97.77-
YUV168.1654.55167.83-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 52.46%
GREEN value IS 165 (64.84% from 255) = 38.64%
BLUE value IS 38 (15.23% from 255) = 8.90%
R=52.46%
G=38.64%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.83
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241653800.260.830.1240.977551.37
HexE0A52601A53C294b33
Octal34024546032123145111363
Binary1110000010100101100110011010101001111001010011001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A526; }

 p { color: rgb(224,165,38); }

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

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

 a { background-color: rgb(224,165,38); }

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

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

 span { border-color: rgb(224,165,38); }

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