#E7A123

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

Shades of Galliano #E7A123

Tints of Galliano #E7A123

Color information

#E7A123 (or 0xE7A123) is unknown color: approx Galliano. HEX triplet: E7, A1 and 23. RGB value is (231,161,35). Sum of RGB (Red+Green+Blue) = 231+161+35=427 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.10% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 35 (14.06% from 255 or 8.20% from 427); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A123 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A123 is #185EDC. Grayscale: #A8A8A8. Windows color (decimal): -1597149 or 2335207. OLE color: 2335207.

HSL color Cylindrical-coordinate representation of color #E7A123: hue angle of 38.57º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E7A123 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.09.

Color convert

RGB23116135-
CMYK00.300.850.09
HSL38.57º80.33%52.16%-
HSV(B)38.57º84.85%90.59%-
XYZ4642.67.39-
YUV167.5753.19173.25-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 54.10%
GREEN value IS 161 (63.28% from 255) = 37.70%
BLUE value IS 35 (14.06% from 255) = 8.20%
R=54.10%
G=37.70%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.85
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311613500.300.850.0938.5780.3352.16
HexE7A12301E559275034
Octal34724143036125114712064
Binary1110011110100001100011011110101010110011001111010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A123; }

 p { color: rgb(231,161,35); }

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

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

 a { background-color: rgb(231,161,35); }

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

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

 span { border-color: rgb(231,161,35); }

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