Shades of Porsche #E6A069
Tints of Porsche #E6A069
RGB
CMYK
RGB Variations
Color information
#E6A069 (or 0xE6A069) is known color: Porsche. HEX triplet: E6, A0 and 69. RGB value is (230,160,105). Sum of RGB (Red+Green+Blue) = 230+160+105=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 105 (41.41% from 255 or 21.21% from 495); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A069 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A069 is #195F96. Grayscale: #AEAEAE. Windows color (decimal): -1662871 or 6922470. OLE color: 6922470.
HSL color Cylindrical-coordinate representation of color #E6A069: hue angle of 26.4º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E6A069 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 160 | 105 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.10 |
| HSL | 26.4º | 0.71% | 0.66% | - |
| HSV(B) | 26.4º | 0.54% | 0.9% | - |
| XYZ | 47.75 | 42.98 | 19.14 | - |
| YUV | 174.66 | 88.69 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 160 | 105 | 0 | 0.30 | 0.54 | 0.10 | 26.4 | 0.71 | 0.66 |
| Hex | E6 | A0 | 69 | 0 | 1E | 36 | A | 1A | 47 | 42 |
| Octal | 346 | 240 | 151 | 0 | 36 | 66 | 12 | 32 | 107 | 102 |
| Binary | 11100110 | 10100000 | 1101001 | 0 | 11110 | 110110 | 1010 | 11010 | 1000111 | 1000010 |
Color Harmonies of #E6A069
Complementary color
Monochromatic Colors of #E6A069
Black with #E6A069
Text Example
Text Example
White with #E6A069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A069; }
p { color: rgb(230,160,105); }
H1.HeaderClassName
{
color: #E6A069;
}
.AnyTagClassName
{
color: #E6A069;
}
</style>
background-color css
<style>
a { background-color: #E6A069; }
a { background-color: rgb(230,160,105); }
div.DivClassName
{
background-color: #E6A069;
}
.BgClassName
{
background-color: #E6A069;
}
</style>
border-color css
<style>
span { border-color: #E6A069; }
span { border-color: rgb(230,160,105); }
td.TdClassName
{
border-color: #E6A069;
}
.TagClassName
{
border-color: #E6A069;
}
</style>