#E1A466

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

Shades of Porsche #E1A466

Tints of Porsche #E1A466

Color information

#E1A466 (or 0xE1A466) is unknown color: approx Porsche. HEX triplet: E1, A4 and 66. RGB value is (225,164,102). Sum of RGB (Red+Green+Blue) = 225+164+102=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 164 (64.45% from 255 or 33.40% from 491); Blue value is 102 (40.23% from 255 or 20.77% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A466 is #1E5B99. Grayscale: #AFAFAF. Windows color (decimal): -1989530 or 6726881. OLE color: 6726881.

HSL color Cylindrical-coordinate representation of color #E1A466: hue angle of 30.24º 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 #E1A466 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB225164102-
CMYK00.270.550.12
HSL30.24º67.21%64.12%-
HSV(B)30.24º54.67%88.24%-
XYZ46.7343.5218.51-
YUV175.1786.71163.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.82%
GREEN value IS 164 (64.45% from 255) = 33.40%
BLUE value IS 102 (40.23% from 255) = 20.77%
R=45.82%
G=33.40%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516410200.270.550.1230.2467.2164.12
HexE1A46601B37C1e4340
Octal341244146033671436103100
Binary1110000110100100110011001101111011111001111010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A466; }

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

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

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

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

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

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

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

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