#E4985D

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

Shades of Porsche #E4985D

Tints of Porsche #E4985D

Color information

#E4985D (or 0xE4985D) is unknown color: approx Porsche. HEX triplet: E4, 98 and 5D. RGB value is (228,152,93). Sum of RGB (Red+Green+Blue) = 228+152+93=473 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.20% from 473); Green value is 152 (59.77% from 255 or 32.14% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 228 - color contains mainly: red. Hex color #E4985D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4985D is #1B67A2. Grayscale: #A8A8A8. Windows color (decimal): -1796003 or 6133988. OLE color: 6133988.

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

Color convert

RGB22815293-
CMYK00.330.590.11
HSL26.22º71.43%62.94%-
HSV(B)26.22º59.21%89.41%-
XYZ45.239.7415.64-
YUV16885.68170.8-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48.20%
GREEN value IS 152 (59.77% from 255) = 32.14%
BLUE value IS 93 (36.72% from 255) = 19.66%
R=48.20%
G=32.14%
B=19.66%

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
Decimal2281529300.330.590.1126.2271.4362.94
HexE4985D0213BB1a473f
Octal34423013504173133210777
Binary1110010010011000101110101000011110111011110101000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4985D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4985D; }

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

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

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

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

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

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

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

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