Shades of Porsche #E2A060
Tints of Porsche #E2A060
RGB
CMYK
RGB Variations
Color information
#E2A060 (or 0xE2A060) is known color: Porsche. HEX triplet: E2, A0 and 60. RGB value is (226,160,96). Sum of RGB (Red+Green+Blue) = 226+160+96=482 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.89% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 96 (37.89% from 255 or 19.92% from 482); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A060 is #1D5F9F. Grayscale: #ACACAC. Windows color (decimal): -1925024 or 6332642. OLE color: 6332642.
HSL color Cylindrical-coordinate representation of color #E2A060: hue angle of 29.54º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E2A060 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 160 | 96 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.11 |
| HSL | 29.54º | 0.69% | 0.63% | - |
| HSV(B) | 29.54º | 0.58% | 0.89% | - |
| XYZ | 46.05 | 42.15 | 16.78 | - |
| YUV | 172.44 | 84.87 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 160 | 96 | 0 | 0.29 | 0.58 | 0.11 | 29.54 | 0.69 | 0.63 |
| Hex | E2 | A0 | 60 | 0 | 1D | 3A | B | 1E | 45 | 3F |
| Octal | 342 | 240 | 140 | 0 | 35 | 72 | 13 | 36 | 105 | 77 |
| Binary | 11100010 | 10100000 | 1100000 | 0 | 11101 | 111010 | 1011 | 11110 | 1000101 | 111111 |
Color Harmonies of #E2A060
Complementary color
Monochromatic Colors of #E2A060
Black with #E2A060
Text Example
Text Example
White with #E2A060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A060; }
p { color: rgb(226,160,96); }
H1.HeaderClassName
{
color: #E2A060;
}
.AnyTagClassName
{
color: #E2A060;
}
</style>
background-color css
<style>
a { background-color: #E2A060; }
a { background-color: rgb(226,160,96); }
div.DivClassName
{
background-color: #E2A060;
}
.BgClassName
{
background-color: #E2A060;
}
</style>
border-color css
<style>
span { border-color: #E2A060; }
span { border-color: rgb(226,160,96); }
td.TdClassName
{
border-color: #E2A060;
}
.TagClassName
{
border-color: #E2A060;
}
</style>