#E5A052

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

Shades of Porsche #E5A052

Tints of Porsche #E5A052

Color information

#E5A052 (or 0xE5A052) is unknown color: approx Porsche. HEX triplet: E5, A0 and 52. RGB value is (229,160,82). Sum of RGB (Red+Green+Blue) = 229+160+82=471 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.62% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 82 (32.42% from 255 or 17.41% from 471); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A052 is #1A5FAD. Grayscale: #ACACAC. Windows color (decimal): -1728430 or 5415141. OLE color: 5415141.

HSL color Cylindrical-coordinate representation of color #E5A052: hue angle of 31.84º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E5A052 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.10.

Color convert

RGB22916082-
CMYK00.300.640.10
HSL31.84º73.87%60.98%-
HSV(B)31.84º64.19%89.8%-
XYZ46.4142.4113.72-
YUV171.7477.36168.84-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.62%
GREEN value IS 160 (62.89% from 255) = 33.97%
BLUE value IS 82 (32.42% from 255) = 17.41%
R=48.62%
G=33.97%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.64
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291608200.300.640.1031.8473.8760.98
HexE5A05201E40A204a3d
Octal345240122036100124011275
Binary11100101101000001010010011110100000010101000001001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A052; }

 p { color: rgb(229,160,82); }

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

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

 a { background-color: rgb(229,160,82); }

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

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

 span { border-color: rgb(229,160,82); }

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