#E8955F

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

Shades of Porsche #E8955F

Tints of Porsche #E8955F

Color information

#E8955F (or 0xE8955F) is unknown color: approx Porsche. HEX triplet: E8, 95 and 5F. RGB value is (232,149,95). Sum of RGB (Red+Green+Blue) = 232+149+95=476 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.74% from 476); Green value is 149 (58.59% from 255 or 31.30% from 476); Blue value is 95 (37.5% from 255 or 19.96% from 476); Max value from RGB is 232 - color contains mainly: red. Hex color #E8955F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8955F is #176AA0. Grayscale: #A7A7A7. Windows color (decimal): -1534625 or 6264296. OLE color: 6264296.

HSL color Cylindrical-coordinate representation of color #E8955F: hue angle of 23.65º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E8955F is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB23214995-
CMYK00.360.590.09
HSL23.65º74.86%64.12%-
HSV(B)23.65º59.05%90.98%-
XYZ46.0939.4816.02-
YUV167.6687173.89-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.74%
GREEN value IS 149 (58.59% from 255) = 31.30%
BLUE value IS 95 (37.5% from 255) = 19.96%
R=48.74%
G=31.30%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321499500.360.590.0923.6574.8664.12
HexE8955F0243B9184b40
Octal350225137044731130113100
Binary11101000100101011011111010010011101110011100010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8955F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8955F; }

 p { color: rgb(232,149,95); }

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

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

 a { background-color: rgb(232,149,95); }

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

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

 span { border-color: rgb(232,149,95); }

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