#E1955F

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

Shades of Porsche #E1955F

Tints of Porsche #E1955F

Color information

#E1955F (or 0xE1955F) is unknown color: approx Porsche. HEX triplet: E1, 95 and 5F. RGB value is (225,149,95). Sum of RGB (Red+Green+Blue) = 225+149+95=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 149 (58.59% from 255 or 31.77% from 469); Blue value is 95 (37.5% from 255 or 20.26% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E1955F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1955F is #1E6AA0. Grayscale: #A5A5A5. Windows color (decimal): -1993377 or 6264289. OLE color: 6264289.

HSL color Cylindrical-coordinate representation of color #E1955F: hue angle of 24.92º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E1955F is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB22514995-
CMYK00.340.580.12
HSL24.92º68.42%62.75%-
HSV(B)24.92º57.78%88.24%-
XYZ43.8638.3315.91-
YUV165.5788.18170.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.97%
GREEN value IS 149 (58.59% from 255) = 31.77%
BLUE value IS 95 (37.5% from 255) = 20.26%
R=47.97%
G=31.77%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251499500.340.580.1224.9268.4262.75
HexE1955F0223AC19443f
Octal34122513704272143110477
Binary1110000110010101101111101000101110101100110011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1955F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1955F; }

 p { color: rgb(225,149,95); }

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

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

 a { background-color: rgb(225,149,95); }

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

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

 span { border-color: rgb(225,149,95); }

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