Shades of Porsche #E3A060
Tints of Porsche #E3A060
RGB
CMYK
RGB Variations
Color information
#E3A060 (or 0xE3A060) is known color: Porsche. HEX triplet: E3, A0 and 60. RGB value is (227,160,96). Sum of RGB (Red+Green+Blue) = 227+160+96=483 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.00% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 96 (37.89% from 255 or 19.88% from 483); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3A060 is #1C5F9F. Grayscale: #ADADAD. Windows color (decimal): -1859488 or 6332643. OLE color: 6332643.
HSL color Cylindrical-coordinate representation of color #E3A060: hue angle of 29.31º degrees, saturation: 0.7, 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 #E3A060 is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 160 | 96 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.11 |
| HSL | 29.31º | 0.7% | 0.63% | - |
| HSV(B) | 29.31º | 0.58% | 0.89% | - |
| XYZ | 46.36 | 42.32 | 16.79 | - |
| YUV | 172.74 | 84.7 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 160 | 96 | 0 | 0.30 | 0.58 | 0.11 | 29.31 | 0.7 | 0.63 |
| Hex | E3 | A0 | 60 | 0 | 1E | 3A | B | 1D | 46 | 3F |
| Octal | 343 | 240 | 140 | 0 | 36 | 72 | 13 | 35 | 106 | 77 |
| Binary | 11100011 | 10100000 | 1100000 | 0 | 11110 | 111010 | 1011 | 11101 | 1000110 | 111111 |
Color Harmonies of #E3A060
Complementary color
Monochromatic Colors of #E3A060
Black with #E3A060
Text Example
Text Example
White with #E3A060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A060; }
p { color: rgb(227,160,96); }
H1.HeaderClassName
{
color: #E3A060;
}
.AnyTagClassName
{
color: #E3A060;
}
</style>
background-color css
<style>
a { background-color: #E3A060; }
a { background-color: rgb(227,160,96); }
div.DivClassName
{
background-color: #E3A060;
}
.BgClassName
{
background-color: #E3A060;
}
</style>
border-color css
<style>
span { border-color: #E3A060; }
span { border-color: rgb(227,160,96); }
td.TdClassName
{
border-color: #E3A060;
}
.TagClassName
{
border-color: #E3A060;
}
</style>