#e6a350

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

Shades of Porsche #E6A350

Tints of Porsche #E6A350

Color information

#E6A350 (or 0xE6A350) is unknown color: approx Porsche. HEX triplet: E6, A3 and 50. RGB value is (230,163,80). Sum of RGB (Red+Green+Blue) = 230+163+80=473 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.63% from 473); Green value is 163 (64.06% from 255 or 34.46% from 473); Blue value is 80 (31.64% from 255 or 16.91% from 473); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A350 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A350 is #195CAF. Grayscale: #ADADAD. Windows color (decimal): -1662128 or 5284838. OLE color: 5284838.

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

Color convert

RGB23016380-
CMYK00.290.650.10
HSL33.2º75%60.78%-
HSV(B)33.2º65.22%90.2%-
XYZ47.1843.613.52-
YUV173.5775.2168.25-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.63%
GREEN value IS 163 (64.06% from 255) = 34.46%
BLUE value IS 80 (31.64% from 255) = 16.91%
R=48.63%
G=34.46%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.65
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301638000.290.650.1033.27560.78
HexE6A35001D41A214b3d
Octal346243120035101124111375
Binary11100110101000111010000011101100000110101000011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e6a350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e6a350; }

 p { color: rgb(230,163,80); }

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

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

 a { background-color: rgb(230,163,80); }

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

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

 span { border-color: rgb(230,163,80); }

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