#E2945C

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

Shades of Porsche #E2945C

Tints of Porsche #E2945C

Color information

#E2945C (or 0xE2945C) is unknown color: approx Porsche. HEX triplet: E2, 94 and 5C. RGB value is (226,148,92). Sum of RGB (Red+Green+Blue) = 226+148+92=466 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.50% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 92 (36.33% from 255 or 19.74% from 466); Max value from RGB is 226 - color contains mainly: red. Hex color #E2945C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2945C is #1D6BA3. Grayscale: #A5A5A5. Windows color (decimal): -1928100 or 6067426. OLE color: 6067426.

HSL color Cylindrical-coordinate representation of color #E2945C: hue angle of 25.07º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E2945C is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB22614892-
CMYK00.350.590.11
HSL25.07º69.79%62.35%-
HSV(B)25.07º59.29%88.63%-
XYZ43.8938.1215.17-
YUV164.9486.84171.55-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 48.50%
GREEN value IS 148 (58.20% from 255) = 31.76%
BLUE value IS 92 (36.33% from 255) = 19.74%
R=48.50%
G=31.76%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261489200.350.590.1125.0769.7962.35
HexE2945C0233BB19463e
Octal34222413404373133110676
Binary1110001010010100101110001000111110111011110011000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2945C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2945C; }

 p { color: rgb(226,148,92); }

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

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

 a { background-color: rgb(226,148,92); }

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

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

 span { border-color: rgb(226,148,92); }

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