#E7A14E

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

Shades of Porsche #E7A14E

Tints of Porsche #E7A14E

Color information

#E7A14E (or 0xE7A14E) is unknown color: approx Porsche. HEX triplet: E7, A1 and 4E. RGB value is (231,161,78). Sum of RGB (Red+Green+Blue) = 231+161+78=470 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.15% from 470); Green value is 161 (63.28% from 255 or 34.26% from 470); Blue value is 78 (30.86% from 255 or 16.60% from 470); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A14E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7A14E is #185EB1. Grayscale: #ACACAC. Windows color (decimal): -1597106 or 5153255. OLE color: 5153255.

HSL color Cylindrical-coordinate representation of color #E7A14E: hue angle of 32.55º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E7A14E is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB23116178-
CMYK00.300.660.09
HSL32.55º76.12%60.59%-
HSV(B)32.55º66.23%90.59%-
XYZ47.0843.0313.03-
YUV172.4774.69169.75-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.15%
GREEN value IS 161 (63.28% from 255) = 34.26%
BLUE value IS 78 (30.86% from 255) = 16.60%
R=49.15%
G=34.26%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311617800.300.660.0932.5576.1260.59
HexE7A14E01E429214c3d
Octal347241116036102114111475
Binary11100111101000011001110011110100001010011000011001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A14E; }

 p { color: rgb(231,161,78); }

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

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

 a { background-color: rgb(231,161,78); }

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

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

 span { border-color: rgb(231,161,78); }

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