Shades of Porsche #E1A255
Tints of Porsche #E1A255
RGB
CMYK
RGB Variations
Color information
#E1A255 (or 0xE1A255) is known color: Porsche. HEX triplet: E1, A2 and 55. RGB value is (225,162,85). Sum of RGB (Red+Green+Blue) = 225+162+85=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 85 (33.59% from 255 or 18.01% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A255 is #1E5DAA. Grayscale: #ACACAC. Windows color (decimal): -1990059 or 5612257. OLE color: 5612257.
HSL color Cylindrical-coordinate representation of color #E1A255: hue angle of 33º degrees, saturation: 0.7, 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 #E1A255 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 162 | 85 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.12 |
| HSL | 33º | 0.7% | 0.61% | - |
| HSV(B) | 33º | 0.62% | 0.88% | - |
| XYZ | 45.61 | 42.5 | 14.39 | - |
| YUV | 172.06 | 78.87 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 162 | 85 | 0 | 0.28 | 0.62 | 0.12 | 33 | 0.7 | 0.61 |
| Hex | E1 | A2 | 55 | 0 | 1C | 3E | C | 21 | 46 | 3D |
| Octal | 341 | 242 | 125 | 0 | 34 | 76 | 14 | 41 | 106 | 75 |
| Binary | 11100001 | 10100010 | 1010101 | 0 | 11100 | 111110 | 1100 | 100001 | 1000110 | 111101 |
Color Harmonies of #E1A255
Complementary color
Monochromatic Colors of #E1A255
Black with #E1A255
Text Example
Text Example
White with #E1A255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A255; }
p { color: rgb(225,162,85); }
H1.HeaderClassName
{
color: #E1A255;
}
.AnyTagClassName
{
color: #E1A255;
}
</style>
background-color css
<style>
a { background-color: #E1A255; }
a { background-color: rgb(225,162,85); }
div.DivClassName
{
background-color: #E1A255;
}
.BgClassName
{
background-color: #E1A255;
}
</style>
border-color css
<style>
span { border-color: #E1A255; }
span { border-color: rgb(225,162,85); }
td.TdClassName
{
border-color: #E1A255;
}
.TagClassName
{
border-color: #E1A255;
}
</style>