#E5945D

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

Shades of Porsche #E5945D

Tints of Porsche #E5945D

Color information

#E5945D (or 0xE5945D) is unknown color: approx Porsche. HEX triplet: E5, 94 and 5D. RGB value is (229,148,93). Sum of RGB (Red+Green+Blue) = 229+148+93=470 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.72% from 470); Green value is 148 (58.20% from 255 or 31.49% from 470); Blue value is 93 (36.72% from 255 or 19.79% from 470); Max value from RGB is 229 - color contains mainly: red. Hex color #E5945D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5945D is #1A6BA2. Grayscale: #A6A6A6. Windows color (decimal): -1731491 or 6132965. OLE color: 6132965.

HSL color Cylindrical-coordinate representation of color #E5945D: hue angle of 24.26º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E5945D is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB22914893-
CMYK00.350.590.10
HSL24.26º72.34%63.14%-
HSV(B)24.26º59.39%89.8%-
XYZ44.8838.6315.45-
YUV165.9586.84172.97-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.72%
GREEN value IS 148 (58.20% from 255) = 31.49%
BLUE value IS 93 (36.72% from 255) = 19.79%
R=48.72%
G=31.49%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291489300.350.590.1024.2672.3463.14
HexE5945D0233BA18483f
Octal34522413504373123011077
Binary1110010110010100101110101000111110111010110001001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5945D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5945D; }

 p { color: rgb(229,148,93); }

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

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

 a { background-color: rgb(229,148,93); }

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

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

 span { border-color: rgb(229,148,93); }

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