#E0A460

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

Shades of Porsche #E0A460

Tints of Porsche #E0A460

Color information

#E0A460 (or 0xE0A460) is unknown color: approx Porsche. HEX triplet: E0, A4 and 60. RGB value is (224,164,96). Sum of RGB (Red+Green+Blue) = 224+164+96=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 96 (37.89% from 255 or 19.83% from 484); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A460 is #1F5B9F. Grayscale: #AEAEAE. Windows color (decimal): -2055072 or 6333664. OLE color: 6333664.

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

Color convert

RGB22416496-
CMYK00.270.570.12
HSL31.88º67.37%62.75%-
HSV(B)31.88º57.14%87.84%-
XYZ46.1343.2416.98-
YUV174.1983.88163.53-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.28%
GREEN value IS 164 (64.45% from 255) = 33.88%
BLUE value IS 96 (37.89% from 255) = 19.83%
R=46.28%
G=33.88%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241649600.270.570.1231.8867.3762.75
HexE0A46001B39C20433f
Octal34024414003371144010377
Binary1110000010100100110000001101111100111001000001000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A460; }

 p { color: rgb(224,164,96); }

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

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

 a { background-color: rgb(224,164,96); }

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

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

 span { border-color: rgb(224,164,96); }

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