Shades of Porsche #E6A462
Tints of Porsche #E6A462
RGB
CMYK
RGB Variations
Color information
#E6A462 (or 0xE6A462) is known color: Porsche. HEX triplet: E6, A4 and 62. RGB value is (230,164,98). Sum of RGB (Red+Green+Blue) = 230+164+98=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 164 (64.45% from 255 or 33.33% from 492); Blue value is 98 (38.67% from 255 or 19.92% from 492); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A462 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A462 is #195B9D. Grayscale: #B0B0B0. Windows color (decimal): -1661854 or 6464742. OLE color: 6464742.
HSL color Cylindrical-coordinate representation of color #E6A462: hue angle of 30º 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 #E6A462 is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 164 | 98 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.10 |
| HSL | 30º | 0.73% | 0.64% | - |
| HSV(B) | 30º | 0.57% | 0.9% | - |
| XYZ | 48.11 | 44.26 | 17.56 | - |
| YUV | 176.21 | 83.87 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 164 | 98 | 0 | 0.29 | 0.57 | 0.10 | 30 | 0.73 | 0.64 |
| Hex | E6 | A4 | 62 | 0 | 1D | 39 | A | 1E | 49 | 40 |
| Octal | 346 | 244 | 142 | 0 | 35 | 71 | 12 | 36 | 111 | 100 |
| Binary | 11100110 | 10100100 | 1100010 | 0 | 11101 | 111001 | 1010 | 11110 | 1001001 | 1000000 |
Color Harmonies of #E6A462
Complementary color
Monochromatic Colors of #E6A462
Black with #E6A462
Text Example
Text Example
White with #E6A462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A462; }
p { color: rgb(230,164,98); }
H1.HeaderClassName
{
color: #E6A462;
}
.AnyTagClassName
{
color: #E6A462;
}
</style>
background-color css
<style>
a { background-color: #E6A462; }
a { background-color: rgb(230,164,98); }
div.DivClassName
{
background-color: #E6A462;
}
.BgClassName
{
background-color: #E6A462;
}
</style>
border-color css
<style>
span { border-color: #E6A462; }
span { border-color: rgb(230,164,98); }
td.TdClassName
{
border-color: #E6A462;
}
.TagClassName
{
border-color: #E6A462;
}
</style>