#E2A729

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

Shades of Galliano #E2A729

Tints of Galliano #E2A729

Color information

#E2A729 (or 0xE2A729) is unknown color: approx Galliano. HEX triplet: E2, A7 and 29. RGB value is (226,167,41). Sum of RGB (Red+Green+Blue) = 226+167+41=434 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.07% from 434); Green value is 167 (65.62% from 255 or 38.48% from 434); Blue value is 41 (16.41% from 255 or 9.45% from 434); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A729 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2A729 is #1D58D6. Grayscale: #AAAAAA. Windows color (decimal): -1923287 or 2729954. OLE color: 2729954.

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

Color convert

RGB22616741-
CMYK00.260.820.11
HSL40.86º76.13%52.35%-
HSV(B)40.86º81.86%88.63%-
XYZ45.5843.978.18-
YUV170.2855.05167.75-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 52.07%
GREEN value IS 167 (65.62% from 255) = 38.48%
BLUE value IS 41 (16.41% from 255) = 9.45%
R=52.07%
G=38.48%
B=9.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.82
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261674100.260.820.1140.8676.1352.35
HexE2A72901A52B294c34
Octal34224751032122135111464
Binary1110001010100111101001011010101001010111010011001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A729; }

 p { color: rgb(226,167,41); }

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

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

 a { background-color: rgb(226,167,41); }

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

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

 span { border-color: rgb(226,167,41); }

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