Shades of Porsche #E2A860
Tints of Porsche #E2A860
RGB
CMYK
RGB Variations
Color information
#E2A860 (or 0xE2A860) is known color: Porsche. HEX triplet: E2, A8 and 60. RGB value is (226,168,96). Sum of RGB (Red+Green+Blue) = 226+168+96=490 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.12% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 96 (37.89% from 255 or 19.59% from 490); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A860 is #1D579F. Grayscale: #B1B1B1. Windows color (decimal): -1922976 or 6334690. OLE color: 6334690.
HSL color Cylindrical-coordinate representation of color #E2A860: hue angle of 33.23º 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 #E2A860 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 168 | 96 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.11 |
| HSL | 33.23º | 0.69% | 0.63% | - |
| HSV(B) | 33.23º | 0.58% | 0.89% | - |
| XYZ | 47.48 | 45.02 | 17.25 | - |
| YUV | 177.13 | 82.22 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 168 | 96 | 0 | 0.26 | 0.58 | 0.11 | 33.23 | 0.69 | 0.63 |
| Hex | E2 | A8 | 60 | 0 | 1A | 3A | B | 21 | 45 | 3F |
| Octal | 342 | 250 | 140 | 0 | 32 | 72 | 13 | 41 | 105 | 77 |
| Binary | 11100010 | 10101000 | 1100000 | 0 | 11010 | 111010 | 1011 | 100001 | 1000101 | 111111 |
Color Harmonies of #E2A860
Complementary color
Monochromatic Colors of #E2A860
Black with #E2A860
Text Example
Text Example
White with #E2A860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A860; }
p { color: rgb(226,168,96); }
H1.HeaderClassName
{
color: #E2A860;
}
.AnyTagClassName
{
color: #E2A860;
}
</style>
background-color css
<style>
a { background-color: #E2A860; }
a { background-color: rgb(226,168,96); }
div.DivClassName
{
background-color: #E2A860;
}
.BgClassName
{
background-color: #E2A860;
}
</style>
border-color css
<style>
span { border-color: #E2A860; }
span { border-color: rgb(226,168,96); }
td.TdClassName
{
border-color: #E2A860;
}
.TagClassName
{
border-color: #E2A860;
}
</style>