Shades of Porsche #E6A162
Tints of Porsche #E6A162
RGB
CMYK
RGB Variations
Color information
#E6A162 (or 0xE6A162) is known color: Porsche. HEX triplet: E6, A1 and 62. RGB value is (230,161,98). Sum of RGB (Red+Green+Blue) = 230+161+98=489 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.03% from 489); Green value is 161 (63.28% from 255 or 32.92% from 489); Blue value is 98 (38.67% from 255 or 20.04% from 489); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A162 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A162 is #195E9D. Grayscale: #AEAEAE. Windows color (decimal): -1662622 or 6463974. OLE color: 6463974.
HSL color Cylindrical-coordinate representation of color #E6A162: hue angle of 28.64º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E6A162 is Cyan = 0, Magento = 0.3, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 161 | 98 | - |
| CMYK | 0 | 0.3 | 0.57 | 0.10 |
| HSL | 28.64º | 0.73% | 0.64% | - |
| HSV(B) | 28.64º | 0.57% | 0.9% | - |
| XYZ | 47.58 | 43.19 | 17.38 | - |
| YUV | 174.45 | 84.86 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 161 | 98 | 0 | 0.3 | 0.57 | 0.10 | 28.64 | 0.73 | 0.64 |
| Hex | E6 | A1 | 62 | 0 | 1E | 39 | A | 1D | 49 | 40 |
| Octal | 346 | 241 | 142 | 0 | 36 | 71 | 12 | 35 | 111 | 100 |
| Binary | 11100110 | 10100001 | 1100010 | 0 | 11110 | 111001 | 1010 | 11101 | 1001001 | 1000000 |
Color Harmonies of #E6A162
Complementary color
Monochromatic Colors of #E6A162
Black with #E6A162
Text Example
Text Example
White with #E6A162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A162; }
p { color: rgb(230,161,98); }
H1.HeaderClassName
{
color: #E6A162;
}
.AnyTagClassName
{
color: #E6A162;
}
</style>
background-color css
<style>
a { background-color: #E6A162; }
a { background-color: rgb(230,161,98); }
div.DivClassName
{
background-color: #E6A162;
}
.BgClassName
{
background-color: #E6A162;
}
</style>
border-color css
<style>
span { border-color: #E6A162; }
span { border-color: rgb(230,161,98); }
td.TdClassName
{
border-color: #E6A162;
}
.TagClassName
{
border-color: #E6A162;
}
</style>