#E6A32A

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

Shades of Galliano #E6A32A

Tints of Galliano #E6A32A

Color information

#E6A32A (or 0xE6A32A) is unknown color: approx Galliano. HEX triplet: E6, A3 and 2A. RGB value is (230,163,42). Sum of RGB (Red+Green+Blue) = 230+163+42=435 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.87% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 42 (16.80% from 255 or 9.66% from 435); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A32A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A32A is #195CD5. Grayscale: #A9A9A9. Windows color (decimal): -1662166 or 2794470. OLE color: 2794470.

HSL color Cylindrical-coordinate representation of color #E6A32A: hue angle of 38.62º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E6A32A is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB23016342-
CMYK00.290.820.10
HSL38.62º78.99%53.33%-
HSV(B)38.62º81.74%90.2%-
XYZ46.1543.188.09-
YUV169.2456.2171.34-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 52.87%
GREEN value IS 163 (64.06% from 255) = 37.47%
BLUE value IS 42 (16.80% from 255) = 9.66%
R=52.87%
G=37.47%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.82
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301634200.290.820.1038.6278.9953.33
HexE6A32A01D52A274f35
Octal34624352035122124711765
Binary1110011010100011101010011101101001010101001111001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A32A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A32A; }

 p { color: rgb(230,163,42); }

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

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

 a { background-color: rgb(230,163,42); }

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

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

 span { border-color: rgb(230,163,42); }

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