Shades of Porsche #E6A65D
Tints of Porsche #E6A65D
RGB
CMYK
RGB Variations
Color information
#E6A65D (or 0xE6A65D) is known color: Porsche. HEX triplet: E6, A6 and 5D. RGB value is (230,166,93). Sum of RGB (Red+Green+Blue) = 230+166+93=489 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.03% from 489); Green value is 166 (65.23% from 255 or 33.95% from 489); Blue value is 93 (36.72% from 255 or 19.02% from 489); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A65D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A65D is #1959A2. Grayscale: #B1B1B1. Windows color (decimal): -1661347 or 6137574. OLE color: 6137574.
HSL color Cylindrical-coordinate representation of color #E6A65D: hue angle of 31.97º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E6A65D is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 166 | 93 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.10 |
| HSL | 31.97º | 0.73% | 0.63% | - |
| HSV(B) | 31.97º | 0.6% | 0.9% | - |
| XYZ | 48.25 | 44.89 | 16.48 | - |
| YUV | 176.81 | 80.7 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 166 | 93 | 0 | 0.28 | 0.60 | 0.10 | 31.97 | 0.73 | 0.63 |
| Hex | E6 | A6 | 5D | 0 | 1C | 3C | A | 20 | 49 | 3F |
| Octal | 346 | 246 | 135 | 0 | 34 | 74 | 12 | 40 | 111 | 77 |
| Binary | 11100110 | 10100110 | 1011101 | 0 | 11100 | 111100 | 1010 | 100000 | 1001001 | 111111 |
Color Harmonies of #E6A65D
Complementary color
Monochromatic Colors of #E6A65D
Black with #E6A65D
Text Example
Text Example
White with #E6A65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A65D; }
p { color: rgb(230,166,93); }
H1.HeaderClassName
{
color: #E6A65D;
}
.AnyTagClassName
{
color: #E6A65D;
}
</style>
background-color css
<style>
a { background-color: #E6A65D; }
a { background-color: rgb(230,166,93); }
div.DivClassName
{
background-color: #E6A65D;
}
.BgClassName
{
background-color: #E6A65D;
}
</style>
border-color css
<style>
span { border-color: #E6A65D; }
span { border-color: rgb(230,166,93); }
td.TdClassName
{
border-color: #E6A65D;
}
.TagClassName
{
border-color: #E6A65D;
}
</style>