#E6A05B

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

Shades of Porsche #E6A05B

Tints of Porsche #E6A05B

Color information

#E6A05B (or 0xE6A05B) is unknown color: approx Porsche. HEX triplet: E6, A0 and 5B. RGB value is (230,160,91). Sum of RGB (Red+Green+Blue) = 230+160+91=481 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.82% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 91 (35.94% from 255 or 18.92% from 481); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A05B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A05B is #195FA4. Grayscale: #ADADAD. Windows color (decimal): -1662885 or 6004966. OLE color: 6004966.

HSL color Cylindrical-coordinate representation of color #E6A05B: hue angle of 29.78º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E6A05B is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB23016091-
CMYK00.300.600.10
HSL29.78º73.54%62.94%-
HSV(B)29.78º60.43%90.2%-
XYZ47.0942.7215.66-
YUV173.0681.69168.61-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.82%
GREEN value IS 160 (62.89% from 255) = 33.26%
BLUE value IS 91 (35.94% from 255) = 18.92%
R=47.82%
G=33.26%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301609100.300.600.1029.7873.5462.94
HexE6A05B01E3CA1e4a3f
Octal34624013303674123611277
Binary111001101010000010110110111101111001010111101001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A05B; }

 p { color: rgb(230,160,91); }

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

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

 a { background-color: rgb(230,160,91); }

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

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

 span { border-color: rgb(230,160,91); }

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