#e9965e

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

Shades of Porsche #E9965E

Tints of Porsche #E9965E

Color information

#E9965E (or 0xE9965E) is unknown color: approx Porsche. HEX triplet: E9, 96 and 5E. RGB value is (233,150,94). Sum of RGB (Red+Green+Blue) = 233+150+94=477 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.85% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 94 (37.11% from 255 or 19.71% from 477); Max value from RGB is 233 - color contains mainly: red. Hex color #E9965E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9965E is #1669A1. Grayscale: #A8A8A8. Windows color (decimal): -1468834 or 6199017. OLE color: 6199017.

HSL color Cylindrical-coordinate representation of color #E9965E: hue angle of 24.17º 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 #E9965E is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB23315094-
CMYK00.360.600.09
HSL24.17º75.96%64.12%-
HSV(B)24.17º59.66%91.37%-
XYZ46.5339.9415.85-
YUV168.4386174.05-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.85%
GREEN value IS 150 (58.98% from 255) = 31.45%
BLUE value IS 94 (37.11% from 255) = 19.71%
R=48.85%
G=31.45%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331509400.360.600.0924.1775.9664.12
HexE9965E0243C9184c40
Octal351226136044741130114100
Binary11101001100101101011110010010011110010011100010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e9965e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e9965e; }

 p { color: rgb(233,150,94); }

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

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

 a { background-color: rgb(233,150,94); }

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

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

 span { border-color: rgb(233,150,94); }

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