#E3985D

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

Shades of Porsche #E3985D

Tints of Porsche #E3985D

Color information

#E3985D (or 0xE3985D) is unknown color: approx Porsche. HEX triplet: E3, 98 and 5D. RGB value is (227,152,93). Sum of RGB (Red+Green+Blue) = 227+152+93=472 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.09% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 93 (36.72% from 255 or 19.70% from 472); Max value from RGB is 227 - color contains mainly: red. Hex color #E3985D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3985D is #1C67A2. Grayscale: #A8A8A8. Windows color (decimal): -1861539 or 6133987. OLE color: 6133987.

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

Color convert

RGB22715293-
CMYK00.330.590.11
HSL26.42º70.53%62.75%-
HSV(B)26.42º59.03%89.02%-
XYZ44.8839.5815.63-
YUV167.785.85170.3-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 48.09%
GREEN value IS 152 (59.77% from 255) = 32.20%
BLUE value IS 93 (36.72% from 255) = 19.70%
R=48.09%
G=32.20%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271529300.330.590.1126.4270.5362.75
HexE3985D0213BB1a473f
Octal34323013504173133210777
Binary1110001110011000101110101000011110111011110101000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3985D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3985D; }

 p { color: rgb(227,152,93); }

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

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

 a { background-color: rgb(227,152,93); }

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

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

 span { border-color: rgb(227,152,93); }

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