#EB9F53

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

Shades of Porsche #EB9F53

Tints of Porsche #EB9F53

Color information

#EB9F53 (or 0xEB9F53) is unknown color: approx Porsche. HEX triplet: EB, 9F and 53. RGB value is (235,159,83). Sum of RGB (Red+Green+Blue) = 235+159+83=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 83 (32.81% from 255 or 17.40% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9F53 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9F53 is #1460AC. Grayscale: #ADADAD. Windows color (decimal): -1335469 or 5480427. OLE color: 5480427.

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

Color convert

RGB23515983-
CMYK00.320.650.08
HSL30º79.17%62.35%-
HSV(B)30º64.68%92.16%-
XYZ48.2243.0813.96-
YUV173.0677.18172.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.27%
GREEN value IS 159 (62.5% from 255) = 33.33%
BLUE value IS 83 (32.81% from 255) = 17.40%
R=49.27%
G=33.33%
B=17.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351598300.320.650.083079.1762.35
HexEB9F530204181e4f3e
Octal353237123040101103611776
Binary11101011100111111010011010000010000011000111101001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9F53; }

 p { color: rgb(235,159,83); }

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

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

 a { background-color: rgb(235,159,83); }

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

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

 span { border-color: rgb(235,159,83); }

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