#E0A66A

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

Shades of Porsche #E0A66A

Tints of Porsche #E0A66A

Color information

#E0A66A (or 0xE0A66A) is unknown color: approx Porsche. HEX triplet: E0, A6 and 6A. RGB value is (224,166,106). Sum of RGB (Red+Green+Blue) = 224+166+106=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 166 (65.23% from 255 or 33.47% from 496); Blue value is 106 (41.80% from 255 or 21.37% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A66A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A66A is #1F5995. Grayscale: #B0B0B0. Windows color (decimal): -2054550 or 6989536. OLE color: 6989536.

HSL color Cylindrical-coordinate representation of color #E0A66A: hue angle of 30.51º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E0A66A is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB224166106-
CMYK00.260.530.12
HSL30.51º65.56%64.71%-
HSV(B)30.51º52.68%87.84%-
XYZ46.9844.1619.68-
YUV176.588.22161.88-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.16%
GREEN value IS 166 (65.23% from 255) = 33.47%
BLUE value IS 106 (41.80% from 255) = 21.37%
R=45.16%
G=33.47%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416610600.260.530.1230.5165.5664.71
HexE0A66A01A35C1f4241
Octal340246152032651437102101
Binary1110000010100110110101001101011010111001111110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A66A; }

 p { color: rgb(224,166,106); }

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

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

 a { background-color: rgb(224,166,106); }

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

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

 span { border-color: rgb(224,166,106); }

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