Shades of Porsche #E6A268
Tints of Porsche #E6A268
RGB
CMYK
RGB Variations
Color information
#E6A268 (or 0xE6A268) is known color: Porsche. HEX triplet: E6, A2 and 68. RGB value is (230,162,104). Sum of RGB (Red+Green+Blue) = 230+162+104=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 162 (63.67% from 255 or 32.66% from 496); Blue value is 104 (41.02% from 255 or 20.97% from 496); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A268 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A268 is #195D97. Grayscale: #B0B0B0. Windows color (decimal): -1662360 or 6857446. OLE color: 6857446.
HSL color Cylindrical-coordinate representation of color #E6A268: hue angle of 27.62º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E6A268 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 162 | 104 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.10 |
| HSL | 27.62º | 0.72% | 0.65% | - |
| HSV(B) | 27.62º | 0.55% | 0.9% | - |
| XYZ | 48.05 | 43.66 | 18.99 | - |
| YUV | 175.72 | 87.53 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 162 | 104 | 0 | 0.30 | 0.55 | 0.10 | 27.62 | 0.72 | 0.65 |
| Hex | E6 | A2 | 68 | 0 | 1E | 37 | A | 1C | 48 | 41 |
| Octal | 346 | 242 | 150 | 0 | 36 | 67 | 12 | 34 | 110 | 101 |
| Binary | 11100110 | 10100010 | 1101000 | 0 | 11110 | 110111 | 1010 | 11100 | 1001000 | 1000001 |
Color Harmonies of #E6A268
Complementary color
Monochromatic Colors of #E6A268
Black with #E6A268
Text Example
Text Example
White with #E6A268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A268; }
p { color: rgb(230,162,104); }
H1.HeaderClassName
{
color: #E6A268;
}
.AnyTagClassName
{
color: #E6A268;
}
</style>
background-color css
<style>
a { background-color: #E6A268; }
a { background-color: rgb(230,162,104); }
div.DivClassName
{
background-color: #E6A268;
}
.BgClassName
{
background-color: #E6A268;
}
</style>
border-color css
<style>
span { border-color: #E6A268; }
span { border-color: rgb(230,162,104); }
td.TdClassName
{
border-color: #E6A268;
}
.TagClassName
{
border-color: #E6A268;
}
</style>