Shades of Porsche #E1A069
Tints of Porsche #E1A069
RGB
CMYK
RGB Variations
Color information
#E1A069 (or 0xE1A069) is known color: Porsche. HEX triplet: E1, A0 and 69. RGB value is (225,160,105). Sum of RGB (Red+Green+Blue) = 225+160+105=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 160 (62.89% from 255 or 32.65% from 490); Blue value is 105 (41.41% from 255 or 21.43% from 490); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A069 is #1E5F96. Grayscale: #ADADAD. Windows color (decimal): -1990551 or 6922465. OLE color: 6922465.
HSL color Cylindrical-coordinate representation of color #E1A069: hue angle of 27.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E1A069 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 160 | 105 | - |
| CMYK | 0 | 0.29 | 0.53 | 0.12 |
| HSL | 27.5º | 0.67% | 0.65% | - |
| HSV(B) | 27.5º | 0.53% | 0.88% | - |
| XYZ | 46.17 | 42.17 | 19.07 | - |
| YUV | 173.17 | 89.53 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 160 | 105 | 0 | 0.29 | 0.53 | 0.12 | 27.5 | 0.67 | 0.65 |
| Hex | E1 | A0 | 69 | 0 | 1D | 35 | C | 1C | 43 | 41 |
| Octal | 341 | 240 | 151 | 0 | 35 | 65 | 14 | 34 | 103 | 101 |
| Binary | 11100001 | 10100000 | 1101001 | 0 | 11101 | 110101 | 1100 | 11100 | 1000011 | 1000001 |
Color Harmonies of #E1A069
Complementary color
Monochromatic Colors of #E1A069
Black with #E1A069
Text Example
Text Example
White with #E1A069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A069; }
p { color: rgb(225,160,105); }
H1.HeaderClassName
{
color: #E1A069;
}
.AnyTagClassName
{
color: #E1A069;
}
</style>
background-color css
<style>
a { background-color: #E1A069; }
a { background-color: rgb(225,160,105); }
div.DivClassName
{
background-color: #E1A069;
}
.BgClassName
{
background-color: #E1A069;
}
</style>
border-color css
<style>
span { border-color: #E1A069; }
span { border-color: rgb(225,160,105); }
td.TdClassName
{
border-color: #E1A069;
}
.TagClassName
{
border-color: #E1A069;
}
</style>