#E1A065

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

Shades of Porsche #E1A065

Tints of Porsche #E1A065

Color information

#E1A065 (or 0xE1A065) is unknown color: approx Porsche. HEX triplet: E1, A0 and 65. RGB value is (225,160,101). Sum of RGB (Red+Green+Blue) = 225+160+101=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 101 (39.84% from 255 or 20.78% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A065 is #1E5F9A. Grayscale: #ADADAD. Windows color (decimal): -1990555 or 6660321. OLE color: 6660321.

HSL color Cylindrical-coordinate representation of color #E1A065: hue angle of 28.55º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E1A065 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB225160101-
CMYK00.290.550.12
HSL28.55º67.39%63.92%-
HSV(B)28.55º55.11%88.24%-
XYZ45.9742.0918.01-
YUV172.7187.53165.3-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.30%
GREEN value IS 160 (62.89% from 255) = 32.92%
BLUE value IS 101 (39.84% from 255) = 20.78%
R=46.30%
G=32.92%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516010100.290.550.1228.5567.3963.92
HexE1A06501D37C1d4340
Octal341240145035671435103100
Binary1110000110100000110010101110111011111001110110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A065; }

 p { color: rgb(225,160,101); }

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

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

 a { background-color: rgb(225,160,101); }

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

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

 span { border-color: rgb(225,160,101); }

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