#EB935D

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

Shades of Porsche #EB935D

Tints of Porsche #EB935D

Color information

#EB935D (or 0xEB935D) is unknown color: approx Porsche. HEX triplet: EB, 93 and 5D. RGB value is (235,147,93). Sum of RGB (Red+Green+Blue) = 235+147+93=475 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.47% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 93 (36.72% from 255 or 19.58% from 475); Max value from RGB is 235 - color contains mainly: red. Hex color #EB935D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB935D is #146CA2. Grayscale: #A7A7A7. Windows color (decimal): -1338531 or 6132715. OLE color: 6132715.

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

Color convert

RGB23514793-
CMYK00.370.600.08
HSL22.82º78.02%64.31%-
HSV(B)22.82º60.43%92.16%-
XYZ46.6739.3215.49-
YUV167.1686.15176.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.47%
GREEN value IS 147 (57.81% from 255) = 30.95%
BLUE value IS 93 (36.72% from 255) = 19.58%
R=49.47%
G=30.95%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351479300.370.600.0822.8278.0264.31
HexEB935D0253C8174e40
Octal353223135045741027116100
Binary11101011100100111011101010010111110010001011110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB935D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB935D; }

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

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

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

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

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

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

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

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