#EB965A

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

Shades of Porsche #EB965A

Tints of Porsche #EB965A

Color information

#EB965A (or 0xEB965A) is unknown color: approx Porsche. HEX triplet: EB, 96 and 5A. RGB value is (235,150,90). Sum of RGB (Red+Green+Blue) = 235+150+90=475 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.47% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 90 (35.55% from 255 or 18.95% from 475); Max value from RGB is 235 - color contains mainly: red. Hex color #EB965A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB965A is #1469A5. Grayscale: #A8A8A8. Windows color (decimal): -1337766 or 5936875. OLE color: 5936875.

HSL color Cylindrical-coordinate representation of color #EB965A: hue angle of 24.83º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EB965A is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB23515090-
CMYK00.360.620.08
HSL24.83º78.38%63.73%-
HSV(B)24.83º61.7%92.16%-
XYZ47.0140.2114.96-
YUV168.5883.66175.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.47%
GREEN value IS 150 (58.98% from 255) = 31.58%
BLUE value IS 90 (35.55% from 255) = 18.95%
R=49.47%
G=31.58%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351509000.360.620.0824.8378.3863.73
HexEB965A0243E8194e40
Octal353226132044761031116100
Binary11101011100101101011010010010011111010001100110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB965A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB965A; }

 p { color: rgb(235,150,90); }

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

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

 a { background-color: rgb(235,150,90); }

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

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

 span { border-color: rgb(235,150,90); }

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