#E6A066

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

Shades of Porsche #E6A066

Tints of Porsche #E6A066

Color information

#E6A066 (or 0xE6A066) is unknown color: approx Porsche. HEX triplet: E6, A0 and 66. RGB value is (230,160,102). Sum of RGB (Red+Green+Blue) = 230+160+102=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 160 (62.89% from 255 or 32.52% from 492); Blue value is 102 (40.23% from 255 or 20.73% from 492); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A066 is #195F99. Grayscale: #AEAEAE. Windows color (decimal): -1662874 or 6725862. OLE color: 6725862.

HSL color Cylindrical-coordinate representation of color #E6A066: hue angle of 27.19º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E6A066 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB230160102-
CMYK00.300.560.10
HSL27.19º71.91%65.1%-
HSV(B)27.19º55.65%90.2%-
XYZ47.642.9218.35-
YUV174.3287.19167.72-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.75%
GREEN value IS 160 (62.89% from 255) = 32.52%
BLUE value IS 102 (40.23% from 255) = 20.73%
R=46.75%
G=32.52%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.56
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016010200.300.560.1027.1971.9165.1
HexE6A06601E38A1b4841
Octal346240146036701233110101
Binary1110011010100000110011001111011100010101101110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A066; }

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

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

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

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

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

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

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

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