#E5A060

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

Shades of Porsche #E5A060

Tints of Porsche #E5A060

Color information

#E5A060 (or 0xE5A060) is unknown color: approx Porsche. HEX triplet: E5, A0 and 60. RGB value is (229,160,96). Sum of RGB (Red+Green+Blue) = 229+160+96=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 96 (37.89% from 255 or 19.79% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A060 is #1A5F9F. Grayscale: #ADADAD. Windows color (decimal): -1728416 or 6332645. OLE color: 6332645.

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

Color convert

RGB22916096-
CMYK00.300.580.10
HSL28.87º71.89%63.73%-
HSV(B)28.87º58.08%89.8%-
XYZ4742.6416.82-
YUV173.3384.36167.7-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.22%
GREEN value IS 160 (62.89% from 255) = 32.99%
BLUE value IS 96 (37.89% from 255) = 19.79%
R=47.22%
G=32.99%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.58
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291609600.300.580.1028.8771.8963.73
HexE5A06001E3AA1d4840
Octal345240140036721235110100
Binary1110010110100000110000001111011101010101110110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A060; }

 p { color: rgb(229,160,96); }

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

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

 a { background-color: rgb(229,160,96); }

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

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

 span { border-color: rgb(229,160,96); }

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