#E0995E

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

Shades of Porsche #E0995E

Tints of Porsche #E0995E

Color information

#E0995E (or 0xE0995E) is unknown color: approx Porsche. HEX triplet: E0, 99 and 5E. RGB value is (224,153,94). Sum of RGB (Red+Green+Blue) = 224+153+94=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 94 (37.11% from 255 or 19.96% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E0995E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0995E is #1F66A1. Grayscale: #A7A7A7. Windows color (decimal): -2057890 or 6199776. OLE color: 6199776.

HSL color Cylindrical-coordinate representation of color #E0995E: hue angle of 27.23º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E0995E is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB22415394-
CMYK00.320.580.12
HSL27.23º67.71%62.35%-
HSV(B)27.23º58.04%87.84%-
XYZ44.1539.4415.87-
YUV167.586.52168.3-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.56%
GREEN value IS 153 (60.16% from 255) = 32.48%
BLUE value IS 94 (37.11% from 255) = 19.96%
R=47.56%
G=32.48%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241539400.320.580.1227.2367.7162.35
HexE0995E0203AC1b443e
Octal34023113604072143310476
Binary1110000010011001101111001000001110101100110111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0995E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0995E; }

 p { color: rgb(224,153,94); }

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

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

 a { background-color: rgb(224,153,94); }

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

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

 span { border-color: rgb(224,153,94); }

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