#e2a15a

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

Shades of Porsche #E2A15A

Tints of Porsche #E2A15A

Color information

#E2A15A (or 0xE2A15A) is unknown color: approx Porsche. HEX triplet: E2, A1 and 5A. RGB value is (226,161,90). Sum of RGB (Red+Green+Blue) = 226+161+90=477 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.38% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 90 (35.55% from 255 or 18.87% from 477); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A15A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A15A is #1D5EA5. Grayscale: #ACACAC. Windows color (decimal): -1924774 or 5939682. OLE color: 5939682.

HSL color Cylindrical-coordinate representation of color #E2A15A: hue angle of 31.32º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E2A15A is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB22616190-
CMYK00.290.600.11
HSL31.32º70.1%61.96%-
HSV(B)31.32º60.18%88.63%-
XYZ45.9542.415.43-
YUV172.3481.53166.27-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.38%
GREEN value IS 161 (63.28% from 255) = 33.75%
BLUE value IS 90 (35.55% from 255) = 18.87%
R=47.38%
G=33.75%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261619000.290.600.1131.3270.161.96
HexE2A15A01D3CB1f463e
Octal34224113203574133710676
Binary111000101010000110110100111011111001011111111000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2a15a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2a15a; }

 p { color: rgb(226,161,90); }

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

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

 a { background-color: rgb(226,161,90); }

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

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

 span { border-color: rgb(226,161,90); }

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