#E79F5F

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

Shades of Porsche #E79F5F

Tints of Porsche #E79F5F

Color information

#E79F5F (or 0xE79F5F) is unknown color: approx Porsche. HEX triplet: E7, 9F and 5F. RGB value is (231,159,95). Sum of RGB (Red+Green+Blue) = 231+159+95=485 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.63% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 95 (37.5% from 255 or 19.59% from 485); Max value from RGB is 231 - color contains mainly: red. Hex color #E79F5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79F5F is #1860A0. Grayscale: #ADADAD. Windows color (decimal): -1597601 or 6266855. OLE color: 6266855.

HSL color Cylindrical-coordinate representation of color #E79F5F: hue angle of 28.24º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E79F5F is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB23115995-
CMYK00.310.590.09
HSL28.24º73.91%63.92%-
HSV(B)28.24º58.87%90.59%-
XYZ47.4242.6116.55-
YUV173.2383.85169.2-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.63%
GREEN value IS 159 (62.5% from 255) = 32.78%
BLUE value IS 95 (37.5% from 255) = 19.59%
R=47.63%
G=32.78%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311599500.310.590.0928.2473.9163.92
HexE79F5F01F3B91c4a40
Octal347237137037731134112100
Binary1110011110011111101111101111111101110011110010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79F5F; }

 p { color: rgb(231,159,95); }

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

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

 a { background-color: rgb(231,159,95); }

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

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

 span { border-color: rgb(231,159,95); }

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