#E5965D

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

Shades of Porsche #E5965D

Tints of Porsche #E5965D

Color information

#E5965D (or 0xE5965D) is unknown color: approx Porsche. HEX triplet: E5, 96 and 5D. RGB value is (229,150,93). Sum of RGB (Red+Green+Blue) = 229+150+93=472 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.52% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 93 (36.72% from 255 or 19.70% from 472); Max value from RGB is 229 - color contains mainly: red. Hex color #E5965D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5965D is #1A69A2. Grayscale: #A7A7A7. Windows color (decimal): -1730979 or 6133477. OLE color: 6133477.

HSL color Cylindrical-coordinate representation of color #E5965D: hue angle of 25.15º 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 #E5965D is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB22915093-
CMYK00.340.590.10
HSL25.15º72.34%63.14%-
HSV(B)25.15º59.39%89.8%-
XYZ45.239.2615.55-
YUV167.1286.17172.13-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.52%
GREEN value IS 150 (58.98% from 255) = 31.78%
BLUE value IS 93 (36.72% from 255) = 19.70%
R=48.52%
G=31.78%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291509300.340.590.1025.1572.3463.14
HexE5965D0223BA19483f
Octal34522613504273123111077
Binary1110010110010110101110101000101110111010110011001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5965D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5965D; }

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

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

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

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

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

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

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

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