#E1A056

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

Shades of Porsche #E1A056

Tints of Porsche #E1A056

Color information

#E1A056 (or 0xE1A056) is unknown color: approx Porsche. HEX triplet: E1, A0 and 56. RGB value is (225,160,86). Sum of RGB (Red+Green+Blue) = 225+160+86=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 86 (33.98% from 255 or 18.26% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A056 is #1E5FA9. Grayscale: #ABABAB. Windows color (decimal): -1990570 or 5677281. OLE color: 5677281.

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

Color convert

RGB22516086-
CMYK00.290.620.12
HSL31.94º69.85%60.98%-
HSV(B)31.94º61.78%88.24%-
XYZ45.341.8214.49-
YUV17180.03166.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.77%
GREEN value IS 160 (62.89% from 255) = 33.97%
BLUE value IS 86 (33.98% from 255) = 18.26%
R=47.77%
G=33.97%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251608600.290.620.1231.9469.8560.98
HexE1A05601D3EC20463d
Octal34124012603576144010675
Binary1110000110100000101011001110111111011001000001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A056; }

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

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

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

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

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

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

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

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