#e8995f

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

Shades of Porsche #E8995F

Tints of Porsche #E8995F

Color information

#E8995F (or 0xE8995F) is unknown color: approx Porsche. HEX triplet: E8, 99 and 5F. RGB value is (232,153,95). Sum of RGB (Red+Green+Blue) = 232+153+95=480 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.33% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 95 (37.5% from 255 or 19.79% from 480); Max value from RGB is 232 - color contains mainly: red. Hex color #E8995F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8995F is #1766A0. Grayscale: #AAAAAA. Windows color (decimal): -1533601 or 6265320. OLE color: 6265320.

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

Color convert

RGB23215395-
CMYK00.340.590.09
HSL25.4º74.86%64.12%-
HSV(B)25.4º59.05%90.98%-
XYZ46.7440.7616.23-
YUV170.0185.67172.22-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.33%
GREEN value IS 153 (60.16% from 255) = 31.88%
BLUE value IS 95 (37.5% from 255) = 19.79%
R=48.33%
G=31.88%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321539500.340.590.0925.474.8664.12
HexE8995F0223B9194b40
Octal350231137042731131113100
Binary11101000100110011011111010001011101110011100110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8995f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8995f; }

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

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

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

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

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

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

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

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