#E0A255

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

Shades of Porsche #E0A255

Tints of Porsche #E0A255

Color information

#E0A255 (or 0xE0A255) is unknown color: approx Porsche. HEX triplet: E0, A2 and 55. RGB value is (224,162,85). Sum of RGB (Red+Green+Blue) = 224+162+85=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 162 (63.67% from 255 or 34.39% from 471); Blue value is 85 (33.59% from 255 or 18.05% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A255 is #1F5DAA. Grayscale: #ACACAC. Windows color (decimal): -2055595 or 5612256. OLE color: 5612256.

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

Color convert

RGB22416285-
CMYK00.280.620.12
HSL33.24º69.15%60.59%-
HSV(B)33.24º62.05%87.84%-
XYZ45.342.3414.38-
YUV171.7679.04165.26-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.56%
GREEN value IS 162 (63.67% from 255) = 34.39%
BLUE value IS 85 (33.59% from 255) = 18.05%
R=47.56%
G=34.39%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241628500.280.620.1233.2469.1560.59
HexE0A25501C3EC21453d
Octal34024212503476144110575
Binary1110000010100010101010101110011111011001000011000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A255; }

 p { color: rgb(224,162,85); }

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

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

 a { background-color: rgb(224,162,85); }

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

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

 span { border-color: rgb(224,162,85); }

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