#E0A55D

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

Shades of Porsche #E0A55D

Tints of Porsche #E0A55D

Color information

#E0A55D (or 0xE0A55D) is unknown color: approx Porsche. HEX triplet: E0, A5 and 5D. RGB value is (224,165,93). Sum of RGB (Red+Green+Blue) = 224+165+93=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A55D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A55D is #1F5AA2. Grayscale: #AEAEAE. Windows color (decimal): -2054819 or 6137312. OLE color: 6137312.

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

Color convert

RGB22416593-
CMYK00.260.580.12
HSL32.98º67.88%62.16%-
HSV(B)32.98º58.48%87.84%-
XYZ46.1743.5516.33-
YUV174.4382.05163.35-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.47%
GREEN value IS 165 (64.84% from 255) = 34.23%
BLUE value IS 93 (36.72% from 255) = 19.29%
R=46.47%
G=34.23%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241659300.260.580.1232.9867.8862.16
HexE0A55D01A3AC21443e
Octal34024513503272144110476
Binary1110000010100101101110101101011101011001000011000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A55D; }

 p { color: rgb(224,165,93); }

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

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

 a { background-color: rgb(224,165,93); }

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

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

 span { border-color: rgb(224,165,93); }

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