#e7965b

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

Shades of Porsche #E7965B

Tints of Porsche #E7965B

Color information

#E7965B (or 0xE7965B) is unknown color: approx Porsche. HEX triplet: E7, 96 and 5B. RGB value is (231,150,91). Sum of RGB (Red+Green+Blue) = 231+150+91=472 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.94% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 91 (35.94% from 255 or 19.28% from 472); Max value from RGB is 231 - color contains mainly: red. Hex color #E7965B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7965B is #1869A4. Grayscale: #A7A7A7. Windows color (decimal): -1599909 or 6002407. OLE color: 6002407.

HSL color Cylindrical-coordinate representation of color #E7965B: hue angle of 25.29º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E7965B is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB23115091-
CMYK00.350.610.09
HSL25.29º74.47%63.14%-
HSV(B)25.29º60.61%90.59%-
XYZ45.7539.5615.12-
YUV167.4984.84173.3-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.94%
GREEN value IS 150 (58.98% from 255) = 31.78%
BLUE value IS 91 (35.94% from 255) = 19.28%
R=48.94%
G=31.78%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311509100.350.610.0925.2974.4763.14
HexE7965B0233D9194a3f
Octal34722613304375113111277
Binary1110011110010110101101101000111111011001110011001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e7965b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e7965b; }

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

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

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

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

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

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

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

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