#E2A760

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

Shades of Porsche #E2A760

Tints of Porsche #E2A760

Color information

#E2A760 (or 0xE2A760) is unknown color: approx Porsche. HEX triplet: E2, A7 and 60. RGB value is (226,167,96). Sum of RGB (Red+Green+Blue) = 226+167+96=489 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.22% from 489); Green value is 167 (65.62% from 255 or 34.15% from 489); Blue value is 96 (37.89% from 255 or 19.63% from 489); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A760 is #1D589F. Grayscale: #B0B0B0. Windows color (decimal): -1923232 or 6334434. OLE color: 6334434.

HSL color Cylindrical-coordinate representation of color #E2A760: hue angle of 32.77º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E2A760 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB22616796-
CMYK00.260.580.11
HSL32.77º69.15%63.14%-
HSV(B)32.77º57.52%88.63%-
XYZ47.2944.6517.19-
YUV176.5582.55163.27-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.22%
GREEN value IS 167 (65.62% from 255) = 34.15%
BLUE value IS 96 (37.89% from 255) = 19.63%
R=46.22%
G=34.15%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261679600.260.580.1132.7769.1563.14
HexE2A76001A3AB21453f
Octal34224714003272134110577
Binary1110001010100111110000001101011101010111000011000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A760; }

 p { color: rgb(226,167,96); }

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

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

 a { background-color: rgb(226,167,96); }

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

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

 span { border-color: rgb(226,167,96); }

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