#EB9A5D

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

Shades of Porsche #EB9A5D

Tints of Porsche #EB9A5D

Color information

#EB9A5D (or 0xEB9A5D) is unknown color: approx Porsche. HEX triplet: EB, 9A and 5D. RGB value is (235,154,93). Sum of RGB (Red+Green+Blue) = 235+154+93=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9A5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9A5D is #1465A2. Grayscale: #ABABAB. Windows color (decimal): -1336739 or 6134507. OLE color: 6134507.

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

Color convert

RGB23515493-
CMYK00.340.600.08
HSL25.77º78.02%64.31%-
HSV(B)25.77º60.43%92.16%-
XYZ47.7941.5615.86-
YUV171.2683.84173.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.76%
GREEN value IS 154 (60.55% from 255) = 31.95%
BLUE value IS 93 (36.72% from 255) = 19.29%
R=48.76%
G=31.95%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351549300.340.600.0825.7778.0264.31
HexEB9A5D0223C81a4e40
Octal353232135042741032116100
Binary11101011100110101011101010001011110010001101010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9A5D; }

 p { color: rgb(235,154,93); }

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

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

 a { background-color: rgb(235,154,93); }

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

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

 span { border-color: rgb(235,154,93); }

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