#E1A464

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

Shades of Porsche #E1A464

Tints of Porsche #E1A464

Color information

#E1A464 (or 0xE1A464) is unknown color: approx Porsche. HEX triplet: E1, A4 and 64. RGB value is (225,164,100). Sum of RGB (Red+Green+Blue) = 225+164+100=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 164 (64.45% from 255 or 33.54% from 489); Blue value is 100 (39.45% from 255 or 20.45% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A464 is #1E5B9B. Grayscale: #AFAFAF. Windows color (decimal): -1989532 or 6595809. OLE color: 6595809.

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

Color convert

RGB225164100-
CMYK00.270.560.12
HSL30.72º67.57%63.73%-
HSV(B)30.72º55.56%88.24%-
XYZ46.6343.4817.99-
YUV174.9485.71163.7-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.01%
GREEN value IS 164 (64.45% from 255) = 33.54%
BLUE value IS 100 (39.45% from 255) = 20.45%
R=46.01%
G=33.54%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516410000.270.560.1230.7267.5763.73
HexE1A46401B38C1f4440
Octal341244144033701437104100
Binary1110000110100100110010001101111100011001111110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A464; }

 p { color: rgb(225,164,100); }

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

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

 a { background-color: rgb(225,164,100); }

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

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

 span { border-color: rgb(225,164,100); }

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