Shades of Porsche #E6A067
Tints of Porsche #E6A067
RGB
CMYK
RGB Variations
Color information
#E6A067 (or 0xE6A067) is known color: Porsche. HEX triplet: E6, A0 and 67. RGB value is (230,160,103). Sum of RGB (Red+Green+Blue) = 230+160+103=493 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.65% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 103 (40.62% from 255 or 20.89% from 493); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A067 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A067 is #195F98. Grayscale: #AEAEAE. Windows color (decimal): -1662873 or 6791398. OLE color: 6791398.
HSL color Cylindrical-coordinate representation of color #E6A067: hue angle of 26.93º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E6A067 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 160 | 103 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.10 |
| HSL | 26.93º | 0.72% | 0.65% | - |
| HSV(B) | 26.93º | 0.55% | 0.9% | - |
| XYZ | 47.65 | 42.94 | 18.61 | - |
| YUV | 174.43 | 87.69 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 160 | 103 | 0 | 0.30 | 0.55 | 0.10 | 26.93 | 0.72 | 0.65 |
| Hex | E6 | A0 | 67 | 0 | 1E | 37 | A | 1B | 48 | 41 |
| Octal | 346 | 240 | 147 | 0 | 36 | 67 | 12 | 33 | 110 | 101 |
| Binary | 11100110 | 10100000 | 1100111 | 0 | 11110 | 110111 | 1010 | 11011 | 1001000 | 1000001 |
Color Harmonies of #E6A067
Complementary color
Monochromatic Colors of #E6A067
Black with #E6A067
Text Example
Text Example
White with #E6A067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A067; }
p { color: rgb(230,160,103); }
H1.HeaderClassName
{
color: #E6A067;
}
.AnyTagClassName
{
color: #E6A067;
}
</style>
background-color css
<style>
a { background-color: #E6A067; }
a { background-color: rgb(230,160,103); }
div.DivClassName
{
background-color: #E6A067;
}
.BgClassName
{
background-color: #E6A067;
}
</style>
border-color css
<style>
span { border-color: #E6A067; }
span { border-color: rgb(230,160,103); }
td.TdClassName
{
border-color: #E6A067;
}
.TagClassName
{
border-color: #E6A067;
}
</style>