#E3A025

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

Shades of Galliano #E3A025

Tints of Galliano #E3A025

Color information

#E3A025 (or 0xE3A025) is unknown color: approx Galliano. HEX triplet: E3, A0 and 25. RGB value is (227,160,37). Sum of RGB (Red+Green+Blue) = 227+160+37=424 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.54% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 37 (14.84% from 255 or 8.73% from 424); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A025 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3A025 is #1C5FDA. Grayscale: #A6A6A6. Windows color (decimal): -1859547 or 2466019. OLE color: 2466019.

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

Color convert

RGB22716037-
CMYK00.300.840.11
HSL38.84º77.24%51.76%-
HSV(B)38.84º83.7%89.02%-
XYZ44.5841.617.43-
YUV166.0155.2171.5-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 53.54%
GREEN value IS 160 (62.89% from 255) = 37.74%
BLUE value IS 37 (14.84% from 255) = 8.73%
R=53.54%
G=37.74%
B=8.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.84
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271603700.300.840.1138.8477.2451.76
HexE3A02501E54B274d34
Octal34324045036124134711564
Binary1110001110100000100101011110101010010111001111001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3A025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3A025; }

 p { color: rgb(227,160,37); }

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

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

 a { background-color: rgb(227,160,37); }

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

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

 span { border-color: rgb(227,160,37); }

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