#E7A05E

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

Shades of Porsche #E7A05E

Tints of Porsche #E7A05E

Color information

#E7A05E (or 0xE7A05E) is unknown color: approx Porsche. HEX triplet: E7, A0 and 5E. RGB value is (231,160,94). Sum of RGB (Red+Green+Blue) = 231+160+94=485 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.63% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 94 (37.11% from 255 or 19.38% from 485); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A05E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7A05E is #185FA1. Grayscale: #AEAEAE. Windows color (decimal): -1597346 or 6201575. OLE color: 6201575.

HSL color Cylindrical-coordinate representation of color #E7A05E: hue angle of 28.91º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E7A05E is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB23116094-
CMYK00.310.590.09
HSL28.91º74.05%63.73%-
HSV(B)28.91º59.31%90.59%-
XYZ47.5542.9416.37-
YUV173.783.02168.87-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.63%
GREEN value IS 160 (62.89% from 255) = 32.99%
BLUE value IS 94 (37.11% from 255) = 19.38%
R=47.63%
G=32.99%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311609400.310.590.0928.9174.0563.73
HexE7A05E01F3B91d4a40
Octal347240136037731135112100
Binary1110011110100000101111001111111101110011110110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A05E; }

 p { color: rgb(231,160,94); }

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

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

 a { background-color: rgb(231,160,94); }

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

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

 span { border-color: rgb(231,160,94); }

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