#E8A055

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

Shades of Porsche #E8A055

Tints of Porsche #E8A055

Color information

#E8A055 (or 0xE8A055) is unknown color: approx Porsche. HEX triplet: E8, A0 and 55. RGB value is (232,160,85). Sum of RGB (Red+Green+Blue) = 232+160+85=477 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.64% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 85 (33.59% from 255 or 17.82% from 477); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A055 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8A055 is #175FAA. Grayscale: #ADADAD. Windows color (decimal): -1531819 or 5611752. OLE color: 5611752.

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

Color convert

RGB23216085-
CMYK00.310.630.09
HSL30.61º76.17%62.16%-
HSV(B)30.61º63.36%90.98%-
XYZ47.4942.9514.38-
YUV172.9878.35170.1-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.64%
GREEN value IS 160 (62.89% from 255) = 33.54%
BLUE value IS 85 (33.59% from 255) = 17.82%
R=48.64%
G=33.54%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321608500.310.630.0930.6176.1762.16
HexE8A05501F3F91f4c3e
Octal35024012503777113711476
Binary111010001010000010101010111111111111001111111001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A055; }

 p { color: rgb(232,160,85); }

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

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

 a { background-color: rgb(232,160,85); }

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

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

 span { border-color: rgb(232,160,85); }

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