#e2a52b

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

Shades of Galliano #E2A52B

Tints of Galliano #E2A52B

Color information

#E2A52B (or 0xE2A52B) is unknown color: approx Galliano. HEX triplet: E2, A5 and 2B. RGB value is (226,165,43). Sum of RGB (Red+Green+Blue) = 226+165+43=434 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.07% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 43 (17.19% from 255 or 9.91% from 434); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A52B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2A52B is #1D5AD4. Grayscale: #A9A9A9. Windows color (decimal): -1923797 or 2860514. OLE color: 2860514.

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

Color convert

RGB22616543-
CMYK00.270.810.11
HSL40º75.93%52.75%-
HSV(B)40º80.97%88.63%-
XYZ45.2643.258.25-
YUV169.3356.71168.42-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 52.07%
GREEN value IS 165 (64.84% from 255) = 38.02%
BLUE value IS 43 (17.19% from 255) = 9.91%
R=52.07%
G=38.02%
B=9.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261654300.270.810.114075.9352.75
HexE2A52B01B51B284c35
Octal34224553033121135011465
Binary1110001010100101101011011011101000110111010001001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2a52b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2a52b; }

 p { color: rgb(226,165,43); }

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

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

 a { background-color: rgb(226,165,43); }

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

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

 span { border-color: rgb(226,165,43); }

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