#E0A81E

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

Shades of Galliano #E0A81E

Tints of Galliano #E0A81E

Color information

#E0A81E (or 0xE0A81E) is unknown color: approx Galliano. HEX triplet: E0, A8 and 1E. RGB value is (224,168,30). Sum of RGB (Red+Green+Blue) = 224+168+30=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 30 (12.11% from 255 or 7.11% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A81E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A81E is #1F57E1. Grayscale: #A9A9A9. Windows color (decimal): -2054114 or 2009312. OLE color: 2009312.

HSL color Cylindrical-coordinate representation of color #E0A81E: hue angle of 42.68º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E0A81E is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB22416830-
CMYK00.250.870.12
HSL42.68º76.38%49.8%-
HSV(B)42.68º86.61%87.84%-
XYZ44.9843.957.34-
YUV169.0149.55167.22-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 53.08%
GREEN value IS 168 (66.02% from 255) = 39.81%
BLUE value IS 30 (12.11% from 255) = 7.11%
R=53.08%
G=39.81%
B=7.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.87
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241683000.250.870.1242.6876.3849.8
HexE0A81E01957C2b4c32
Octal34025036031127145311462
Binary111000001010100011110011001101011111001010111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A81E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A81E; }

 p { color: rgb(224,168,30); }

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

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

 a { background-color: rgb(224,168,30); }

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

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

 span { border-color: rgb(224,168,30); }

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