#EB945F

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

Shades of Porsche #EB945F

Tints of Porsche #EB945F

Color information

#EB945F (or 0xEB945F) is unknown color: approx Porsche. HEX triplet: EB, 94 and 5F. RGB value is (235,148,95). Sum of RGB (Red+Green+Blue) = 235+148+95=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 95 (37.5% from 255 or 19.87% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EB945F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB945F is #146BA0. Grayscale: #A8A8A8. Windows color (decimal): -1338273 or 6264043. OLE color: 6264043.

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

Color convert

RGB23514895-
CMYK00.370.600.08
HSL22.71º77.78%64.71%-
HSV(B)22.71º59.57%92.16%-
XYZ46.9239.6716.01-
YUV167.9786.82175.81-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.16%
GREEN value IS 148 (58.20% from 255) = 30.96%
BLUE value IS 95 (37.5% from 255) = 19.87%
R=49.16%
G=30.96%
B=19.87%

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
Decimal2351489500.370.600.0822.7177.7864.71
HexEB945F0253C8174e41
Octal353224137045741027116101
Binary11101011100101001011111010010111110010001011110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB945F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB945F; }

 p { color: rgb(235,148,95); }

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

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

 a { background-color: rgb(235,148,95); }

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

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

 span { border-color: rgb(235,148,95); }

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