Shades of Porsche #E6A259
Tints of Porsche #E6A259
RGB
CMYK
RGB Variations
Color information
#E6A259 (or 0xE6A259) is known color: Porsche. HEX triplet: E6, A2 and 59. RGB value is (230,162,89). Sum of RGB (Red+Green+Blue) = 230+162+89=481 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.82% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 89 (35.16% from 255 or 18.50% from 481); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A259 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A259 is #195DA6. Grayscale: #AEAEAE. Windows color (decimal): -1662375 or 5874406. OLE color: 5874406.
HSL color Cylindrical-coordinate representation of color #E6A259: hue angle of 31.06º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E6A259 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 162 | 89 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.10 |
| HSL | 31.06º | 0.74% | 0.63% | - |
| HSV(B) | 31.06º | 0.61% | 0.9% | - |
| XYZ | 47.36 | 43.38 | 15.33 | - |
| YUV | 174.01 | 80.03 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 162 | 89 | 0 | 0.30 | 0.61 | 0.10 | 31.06 | 0.74 | 0.63 |
| Hex | E6 | A2 | 59 | 0 | 1E | 3D | A | 1F | 4A | 3F |
| Octal | 346 | 242 | 131 | 0 | 36 | 75 | 12 | 37 | 112 | 77 |
| Binary | 11100110 | 10100010 | 1011001 | 0 | 11110 | 111101 | 1010 | 11111 | 1001010 | 111111 |
Color Harmonies of #E6A259
Complementary color
Monochromatic Colors of #E6A259
Black with #E6A259
Text Example
Text Example
White with #E6A259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A259; }
p { color: rgb(230,162,89); }
H1.HeaderClassName
{
color: #E6A259;
}
.AnyTagClassName
{
color: #E6A259;
}
</style>
background-color css
<style>
a { background-color: #E6A259; }
a { background-color: rgb(230,162,89); }
div.DivClassName
{
background-color: #E6A259;
}
.BgClassName
{
background-color: #E6A259;
}
</style>
border-color css
<style>
span { border-color: #E6A259; }
span { border-color: rgb(230,162,89); }
td.TdClassName
{
border-color: #E6A259;
}
.TagClassName
{
border-color: #E6A259;
}
</style>