Shades of Porsche #E6A260
Tints of Porsche #E6A260
RGB
CMYK
RGB Variations
Color information
#E6A260 (or 0xE6A260) is known color: Porsche. HEX triplet: E6, A2 and 60. RGB value is (230,162,96). Sum of RGB (Red+Green+Blue) = 230+162+96=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 162 (63.67% from 255 or 33.20% from 488); Blue value is 96 (37.89% from 255 or 19.67% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A260 is #195D9F. Grayscale: #AFAFAF. Windows color (decimal): -1662368 or 6333158. OLE color: 6333158.
HSL color Cylindrical-coordinate representation of color #E6A260: hue angle of 29.55º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E6A260 is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 162 | 96 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.10 |
| HSL | 29.55º | 0.73% | 0.64% | - |
| HSV(B) | 29.55º | 0.58% | 0.9% | - |
| XYZ | 47.66 | 43.51 | 16.95 | - |
| YUV | 174.81 | 83.53 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 162 | 96 | 0 | 0.30 | 0.58 | 0.10 | 29.55 | 0.73 | 0.64 |
| Hex | E6 | A2 | 60 | 0 | 1E | 3A | A | 1E | 49 | 40 |
| Octal | 346 | 242 | 140 | 0 | 36 | 72 | 12 | 36 | 111 | 100 |
| Binary | 11100110 | 10100010 | 1100000 | 0 | 11110 | 111010 | 1010 | 11110 | 1001001 | 1000000 |
Color Harmonies of #E6A260
Complementary color
Monochromatic Colors of #E6A260
Black with #E6A260
Text Example
Text Example
White with #E6A260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A260; }
p { color: rgb(230,162,96); }
H1.HeaderClassName
{
color: #E6A260;
}
.AnyTagClassName
{
color: #E6A260;
}
</style>
background-color css
<style>
a { background-color: #E6A260; }
a { background-color: rgb(230,162,96); }
div.DivClassName
{
background-color: #E6A260;
}
.BgClassName
{
background-color: #E6A260;
}
</style>
border-color css
<style>
span { border-color: #E6A260; }
span { border-color: rgb(230,162,96); }
td.TdClassName
{
border-color: #E6A260;
}
.TagClassName
{
border-color: #E6A260;
}
</style>