#e1a75f

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

Shades of Porsche #E1A75F

Tints of Porsche #E1A75F

Color information

#E1A75F (or 0xE1A75F) is unknown color: approx Porsche. HEX triplet: E1, A7 and 5F. RGB value is (225,167,95). Sum of RGB (Red+Green+Blue) = 225+167+95=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 95 (37.5% from 255 or 19.51% from 487); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A75F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A75F is #1E58A0. Grayscale: #B0B0B0. Windows color (decimal): -1988769 or 6268897. OLE color: 6268897.

HSL color Cylindrical-coordinate representation of color #E1A75F: hue angle of 33.23º 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 #E1A75F is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB22516795-
CMYK00.260.580.12
HSL33.23º68.42%62.75%-
HSV(B)33.23º57.78%88.24%-
XYZ46.9444.4716.94-
YUV176.1382.22162.85-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.20%
GREEN value IS 167 (65.62% from 255) = 34.29%
BLUE value IS 95 (37.5% from 255) = 19.51%
R=46.20%
G=34.29%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251679500.260.580.1233.2368.4262.75
HexE1A75F01A3AC21443f
Octal34124713703272144110477
Binary1110000110100111101111101101011101011001000011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1a75f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1a75f; }

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

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

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

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

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

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

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

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