Shades of Porsche #E6A962
Tints of Porsche #E6A962
RGB
CMYK
RGB Variations
Color information
#E6A962 (or 0xE6A962) is known color: Porsche. HEX triplet: E6, A9 and 62. RGB value is (230,169,98). Sum of RGB (Red+Green+Blue) = 230+169+98=497 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.28% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 98 (38.67% from 255 or 19.72% from 497); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A962 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A962 is #19569D. Grayscale: #B3B3B3. Windows color (decimal): -1660574 or 6466022. OLE color: 6466022.
HSL color Cylindrical-coordinate representation of color #E6A962: hue angle of 32.27º 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 #E6A962 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 169 | 98 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.10 |
| HSL | 32.27º | 0.73% | 0.64% | - |
| HSV(B) | 32.27º | 0.57% | 0.9% | - |
| XYZ | 49.03 | 46.08 | 17.87 | - |
| YUV | 179.15 | 82.21 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 169 | 98 | 0 | 0.27 | 0.57 | 0.10 | 32.27 | 0.73 | 0.64 |
| Hex | E6 | A9 | 62 | 0 | 1B | 39 | A | 20 | 49 | 40 |
| Octal | 346 | 251 | 142 | 0 | 33 | 71 | 12 | 40 | 111 | 100 |
| Binary | 11100110 | 10101001 | 1100010 | 0 | 11011 | 111001 | 1010 | 100000 | 1001001 | 1000000 |
Color Harmonies of #E6A962
Complementary color
Monochromatic Colors of #E6A962
Black with #E6A962
Text Example
Text Example
White with #E6A962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A962; }
p { color: rgb(230,169,98); }
H1.HeaderClassName
{
color: #E6A962;
}
.AnyTagClassName
{
color: #E6A962;
}
</style>
background-color css
<style>
a { background-color: #E6A962; }
a { background-color: rgb(230,169,98); }
div.DivClassName
{
background-color: #E6A962;
}
.BgClassName
{
background-color: #E6A962;
}
</style>
border-color css
<style>
span { border-color: #E6A962; }
span { border-color: rgb(230,169,98); }
td.TdClassName
{
border-color: #E6A962;
}
.TagClassName
{
border-color: #E6A962;
}
</style>