#E3965B

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

Shades of Porsche #E3965B

Tints of Porsche #E3965B

Color information

#E3965B (or 0xE3965B) is unknown color: approx Porsche. HEX triplet: E3, 96 and 5B. RGB value is (227,150,91). Sum of RGB (Red+Green+Blue) = 227+150+91=468 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.50% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 91 (35.94% from 255 or 19.44% from 468); Max value from RGB is 227 - color contains mainly: red. Hex color #E3965B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3965B is #1C69A4. Grayscale: #A6A6A6. Windows color (decimal): -1862053 or 6002403. OLE color: 6002403.

HSL color Cylindrical-coordinate representation of color #E3965B: hue angle of 26.03º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E3965B is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB22715091-
CMYK00.340.600.11
HSL26.03º70.83%62.35%-
HSV(B)26.03º59.91%89.02%-
XYZ44.4738.915.06-
YUV166.385.51171.3-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 48.50%
GREEN value IS 150 (58.98% from 255) = 32.05%
BLUE value IS 91 (35.94% from 255) = 19.44%
R=48.50%
G=32.05%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271509100.340.600.1126.0370.8362.35
HexE3965B0223CB1a473e
Octal34322613304274133210776
Binary1110001110010110101101101000101111001011110101000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3965B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3965B; }

 p { color: rgb(227,150,91); }

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

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

 a { background-color: rgb(227,150,91); }

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

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

 span { border-color: rgb(227,150,91); }

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