#E5955D

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

Shades of Porsche #E5955D

Tints of Porsche #E5955D

Color information

#E5955D (or 0xE5955D) is unknown color: approx Porsche. HEX triplet: E5, 95 and 5D. RGB value is (229,149,93). Sum of RGB (Red+Green+Blue) = 229+149+93=471 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.62% from 471); Green value is 149 (58.59% from 255 or 31.63% from 471); Blue value is 93 (36.72% from 255 or 19.75% from 471); Max value from RGB is 229 - color contains mainly: red. Hex color #E5955D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5955D is #1A6AA2. Grayscale: #A6A6A6. Windows color (decimal): -1731235 or 6133221. OLE color: 6133221.

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

Color convert

RGB22914993-
CMYK00.350.590.10
HSL24.71º72.34%63.14%-
HSV(B)24.71º59.39%89.8%-
XYZ45.0438.9415.5-
YUV166.5486.5172.55-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.62%
GREEN value IS 149 (58.59% from 255) = 31.63%
BLUE value IS 93 (36.72% from 255) = 19.75%
R=48.62%
G=31.63%
B=19.75%

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
Decimal2291499300.350.590.1024.7172.3463.14
HexE5955D0233BA19483f
Octal34522513504373123111077
Binary1110010110010101101110101000111110111010110011001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5955D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5955D; }

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

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

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

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

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

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

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

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