#E2A26A

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

Shades of Porsche #E2A26A

Tints of Porsche #E2A26A

Color information

#E2A26A (or 0xE2A26A) is unknown color: approx Porsche. HEX triplet: E2, A2 and 6A. RGB value is (226,162,106). Sum of RGB (Red+Green+Blue) = 226+162+106=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 162 (63.67% from 255 or 32.79% from 494); Blue value is 106 (41.80% from 255 or 21.46% from 494); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A26A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A26A is #1D5D95. Grayscale: #AFAFAF. Windows color (decimal): -1924502 or 6988514. OLE color: 6988514.

HSL color Cylindrical-coordinate representation of color #E2A26A: hue angle of 28º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E2A26A is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB226162106-
CMYK00.280.530.11
HSL28º67.42%65.1%-
HSV(B)28º53.1%88.63%-
XYZ46.8943.0519.47-
YUV174.7589.2164.55-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.75%
GREEN value IS 162 (63.67% from 255) = 32.79%
BLUE value IS 106 (41.80% from 255) = 21.46%
R=45.75%
G=32.79%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22616210600.280.530.112867.4265.1
HexE2A26A01C35B1c4341
Octal342242152034651334103101
Binary1110001010100010110101001110011010110111110010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A26A; }

 p { color: rgb(226,162,106); }

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

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

 a { background-color: rgb(226,162,106); }

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

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

 span { border-color: rgb(226,162,106); }

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