#E0A16C

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

Shades of Porsche #E0A16C

Tints of Porsche #E0A16C

Color information

#E0A16C (or 0xE0A16C) is unknown color: approx Porsche. HEX triplet: E0, A1 and 6C. RGB value is (224,161,108). Sum of RGB (Red+Green+Blue) = 224+161+108=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 161 (63.28% from 255 or 32.66% from 493); Blue value is 108 (42.58% from 255 or 21.91% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A16C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A16C is #1F5E93. Grayscale: #AEAEAE. Windows color (decimal): -2055828 or 7119328. OLE color: 7119328.

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

Color convert

RGB224161108-
CMYK00.280.520.12
HSL27.41º65.17%65.1%-
HSV(B)27.41º51.79%87.84%-
XYZ46.1942.4219.94-
YUV173.890.87163.81-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.44%
GREEN value IS 161 (63.28% from 255) = 32.66%
BLUE value IS 108 (42.58% from 255) = 21.91%
R=45.44%
G=32.66%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416110800.280.520.1227.4165.1765.1
HexE0A16C01C34C1b4141
Octal340241154034641433101101
Binary1110000010100001110110001110011010011001101110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A16C; }

 p { color: rgb(224,161,108); }

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

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

 a { background-color: rgb(224,161,108); }

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

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

 span { border-color: rgb(224,161,108); }

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