#E9975D

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

Shades of Porsche #E9975D

Tints of Porsche #E9975D

Color information

#E9975D (or 0xE9975D) is unknown color: approx Porsche. HEX triplet: E9, 97 and 5D. RGB value is (233,151,93). Sum of RGB (Red+Green+Blue) = 233+151+93=477 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.85% from 477); Green value is 151 (59.38% from 255 or 31.66% from 477); Blue value is 93 (36.72% from 255 or 19.50% from 477); Max value from RGB is 233 - color contains mainly: red. Hex color #E9975D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9975D is #1668A2. Grayscale: #A9A9A9. Windows color (decimal): -1468579 or 6133737. OLE color: 6133737.

HSL color Cylindrical-coordinate representation of color #E9975D: hue angle of 24.86º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E9975D is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB23315193-
CMYK00.350.600.09
HSL24.86º76.09%63.92%-
HSV(B)24.86º60.09%91.37%-
XYZ46.6540.2515.67-
YUV168.9185.17173.72-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.85%
GREEN value IS 151 (59.38% from 255) = 31.66%
BLUE value IS 93 (36.72% from 255) = 19.50%
R=48.85%
G=31.66%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331519300.350.600.0924.8676.0963.92
HexE9975D0233C9194c40
Octal351227135043741131114100
Binary11101001100101111011101010001111110010011100110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9975D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9975D; }

 p { color: rgb(233,151,93); }

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

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

 a { background-color: rgb(233,151,93); }

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

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

 span { border-color: rgb(233,151,93); }

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