#E1A266

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

Shades of Porsche #E1A266

Tints of Porsche #E1A266

Color information

#E1A266 (or 0xE1A266) is unknown color: approx Porsche. HEX triplet: E1, A2 and 66. RGB value is (225,162,102). Sum of RGB (Red+Green+Blue) = 225+162+102=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 162 (63.67% from 255 or 33.13% from 489); Blue value is 102 (40.23% from 255 or 20.86% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A266 is #1E5D99. Grayscale: #AEAEAE. Windows color (decimal): -1990042 or 6726369. OLE color: 6726369.

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

Color convert

RGB225162102-
CMYK00.280.550.12
HSL29.27º67.21%64.12%-
HSV(B)29.27º54.67%88.24%-
XYZ46.3742.8118.39-
YUV17487.37164.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.01%
GREEN value IS 162 (63.67% from 255) = 33.13%
BLUE value IS 102 (40.23% from 255) = 20.86%
R=46.01%
G=33.13%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516210200.280.550.1229.2767.2164.12
HexE1A26601C37C1d4340
Octal341242146034671435103100
Binary1110000110100010110011001110011011111001110110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A266; }

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

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

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

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

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

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

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

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