#E6A81A

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

Shades of Galliano #E6A81A

Tints of Galliano #E6A81A

Color information

#E6A81A (or 0xE6A81A) is unknown color: approx Galliano. HEX triplet: E6, A8 and 1A. RGB value is (230,168,26). Sum of RGB (Red+Green+Blue) = 230+168+26=424 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.25% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 26 (10.55% from 255 or 6.13% from 424); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A81A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A81A is #1957E5. Grayscale: #AAAAAA. Windows color (decimal): -1660902 or 1747174. OLE color: 1747174.

HSL color Cylindrical-coordinate representation of color #E6A81A: hue angle of 41.76º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E6A81A is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.10.

Color convert

RGB23016826-
CMYK00.270.890.10
HSL41.76º80.31%50.2%-
HSV(B)41.76º88.7%90.2%-
XYZ46.8244.97.18-
YUV170.3546.54170.55-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 54.25%
GREEN value IS 168 (66.02% from 255) = 39.62%
BLUE value IS 26 (10.55% from 255) = 6.13%
R=54.25%
G=39.62%
B=6.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.89
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301682600.270.890.1041.7680.3150.2
HexE6A81A01B59A2a5032
Octal34625032033131125212062
Binary111001101010100011010011011101100110101010101010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A81A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A81A; }

 p { color: rgb(230,168,26); }

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

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

 a { background-color: rgb(230,168,26); }

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

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

 span { border-color: rgb(230,168,26); }

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