Shades of Porsche #E5A069
Tints of Porsche #E5A069
RGB
CMYK
RGB Variations
Color information
#E5A069 (or 0xE5A069) is known color: Porsche. HEX triplet: E5, A0 and 69. RGB value is (229,160,105). Sum of RGB (Red+Green+Blue) = 229+160+105=494 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.36% from 494); Green value is 160 (62.89% from 255 or 32.39% from 494); Blue value is 105 (41.41% from 255 or 21.26% from 494); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A069 is #1A5F96. Grayscale: #AEAEAE. Windows color (decimal): -1728407 or 6922469. OLE color: 6922469.
HSL color Cylindrical-coordinate representation of color #E5A069: hue angle of 26.61º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E5A069 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 160 | 105 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.10 |
| HSL | 26.61º | 0.7% | 0.65% | - |
| HSV(B) | 26.61º | 0.54% | 0.9% | - |
| XYZ | 47.43 | 42.82 | 19.13 | - |
| YUV | 174.36 | 88.86 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 160 | 105 | 0 | 0.30 | 0.54 | 0.10 | 26.61 | 0.7 | 0.65 |
| Hex | E5 | A0 | 69 | 0 | 1E | 36 | A | 1B | 46 | 41 |
| Octal | 345 | 240 | 151 | 0 | 36 | 66 | 12 | 33 | 106 | 101 |
| Binary | 11100101 | 10100000 | 1101001 | 0 | 11110 | 110110 | 1010 | 11011 | 1000110 | 1000001 |
Color Harmonies of #E5A069
Complementary color
Monochromatic Colors of #E5A069
Black with #E5A069
Text Example
Text Example
White with #E5A069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A069; }
p { color: rgb(229,160,105); }
H1.HeaderClassName
{
color: #E5A069;
}
.AnyTagClassName
{
color: #E5A069;
}
</style>
background-color css
<style>
a { background-color: #E5A069; }
a { background-color: rgb(229,160,105); }
div.DivClassName
{
background-color: #E5A069;
}
.BgClassName
{
background-color: #E5A069;
}
</style>
border-color css
<style>
span { border-color: #E5A069; }
span { border-color: rgb(229,160,105); }
td.TdClassName
{
border-color: #E5A069;
}
.TagClassName
{
border-color: #E5A069;
}
</style>