#E0A925

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

Shades of Galliano #E0A925

Tints of Galliano #E0A925

Color information

#E0A925 (or 0xE0A925) is unknown color: approx Galliano. HEX triplet: E0, A9 and 25. RGB value is (224,169,37). Sum of RGB (Red+Green+Blue) = 224+169+37=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 169 (66.41% from 255 or 39.30% from 430); Blue value is 37 (14.84% from 255 or 8.60% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A925 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A925 is #1F56DA. Grayscale: #AAAAAA. Windows color (decimal): -2053851 or 2468320. OLE color: 2468320.

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

Color convert

RGB22416937-
CMYK00.250.830.12
HSL42.35º75.1%51.18%-
HSV(B)42.35º83.48%87.84%-
XYZ45.2644.367.93-
YUV170.452.72166.23-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 52.09%
GREEN value IS 169 (66.41% from 255) = 39.30%
BLUE value IS 37 (14.84% from 255) = 8.60%
R=52.09%
G=39.30%
B=8.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.83
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241693700.250.830.1242.3575.151.18
HexE0A92501953C2a4b33
Octal34025145031123145211363
Binary1110000010101001100101011001101001111001010101001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A925; }

 p { color: rgb(224,169,37); }

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

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

 a { background-color: rgb(224,169,37); }

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

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

 span { border-color: rgb(224,169,37); }

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