#E6A228

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

Shades of Galliano #E6A228

Tints of Galliano #E6A228

Color information

#E6A228 (or 0xE6A228) is unknown color: approx Galliano. HEX triplet: E6, A2 and 28. RGB value is (230,162,40). Sum of RGB (Red+Green+Blue) = 230+162+40=432 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.24% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 40 (16.02% from 255 or 9.26% from 432); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A228 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A228 is #195DD7. Grayscale: #A8A8A8. Windows color (decimal): -1662424 or 2663142. OLE color: 2663142.

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

Color convert

RGB23016240-
CMYK00.300.830.10
HSL38.53º79.17%52.94%-
HSV(B)38.53º82.61%90.2%-
XYZ45.9442.827.85-
YUV168.4255.53171.92-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 53.24%
GREEN value IS 162 (63.67% from 255) = 37.5%
BLUE value IS 40 (16.02% from 255) = 9.26%
R=53.24%
G=37.5%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.83
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301624000.300.830.1038.5379.1752.94
HexE6A22801E53A274f35
Octal34624250036123124711765
Binary1110011010100010101000011110101001110101001111001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A228; }

 p { color: rgb(230,162,40); }

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

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

 a { background-color: rgb(230,162,40); }

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

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

 span { border-color: rgb(230,162,40); }

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