#E0A155

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

Shades of Porsche #E0A155

Tints of Porsche #E0A155

Color information

#E0A155 (or 0xE0A155) is unknown color: approx Porsche. HEX triplet: E0, A1 and 55. RGB value is (224,161,85). Sum of RGB (Red+Green+Blue) = 224+161+85=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 161 (63.28% from 255 or 34.26% from 470); Blue value is 85 (33.59% from 255 or 18.09% from 470); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A155 is #1F5EAA. Grayscale: #ABABAB. Windows color (decimal): -2055851 or 5612000. OLE color: 5612000.

HSL color Cylindrical-coordinate representation of color #E0A155: hue angle of 32.81º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E0A155 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB22416185-
CMYK00.280.620.12
HSL32.81º69.15%60.59%-
HSV(B)32.81º62.05%87.84%-
XYZ45.1341.9914.32-
YUV171.1779.37165.68-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.66%
GREEN value IS 161 (63.28% from 255) = 34.26%
BLUE value IS 85 (33.59% from 255) = 18.09%
R=47.66%
G=34.26%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241618500.280.620.1232.8169.1560.59
HexE0A15501C3EC21453d
Octal34024112503476144110575
Binary1110000010100001101010101110011111011001000011000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A155; }

 p { color: rgb(224,161,85); }

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

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

 a { background-color: rgb(224,161,85); }

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

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

 span { border-color: rgb(224,161,85); }

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