Shades of Porsche #E6A150
Tints of Porsche #E6A150
RGB
CMYK
RGB Variations
Color information
#E6A150 (or 0xE6A150) is known color: Porsche. HEX triplet: E6, A1 and 50. RGB value is (230,161,80). Sum of RGB (Red+Green+Blue) = 230+161+80=471 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.83% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 80 (31.64% from 255 or 16.99% from 471); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A150 is #195EAF. Grayscale: #ACACAC. Windows color (decimal): -1662640 or 5284326. OLE color: 5284326.
HSL color Cylindrical-coordinate representation of color #E6A150: hue angle of 32.4º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E6A150 is Cyan = 0, Magento = 0.3, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 161 | 80 | - |
| CMYK | 0 | 0.3 | 0.65 | 0.10 |
| HSL | 32.4º | 0.75% | 0.61% | - |
| HSV(B) | 32.4º | 0.65% | 0.9% | - |
| XYZ | 46.83 | 42.89 | 13.4 | - |
| YUV | 172.4 | 75.86 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 161 | 80 | 0 | 0.3 | 0.65 | 0.10 | 32.4 | 0.75 | 0.61 |
| Hex | E6 | A1 | 50 | 0 | 1E | 41 | A | 20 | 4B | 3D |
| Octal | 346 | 241 | 120 | 0 | 36 | 101 | 12 | 40 | 113 | 75 |
| Binary | 11100110 | 10100001 | 1010000 | 0 | 11110 | 1000001 | 1010 | 100000 | 1001011 | 111101 |
Color Harmonies of #E6A150
Complementary color
Monochromatic Colors of #E6A150
Black with #E6A150
Text Example
Text Example
White with #E6A150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A150; }
p { color: rgb(230,161,80); }
H1.HeaderClassName
{
color: #E6A150;
}
.AnyTagClassName
{
color: #E6A150;
}
</style>
background-color css
<style>
a { background-color: #E6A150; }
a { background-color: rgb(230,161,80); }
div.DivClassName
{
background-color: #E6A150;
}
.BgClassName
{
background-color: #E6A150;
}
</style>
border-color css
<style>
span { border-color: #E6A150; }
span { border-color: rgb(230,161,80); }
td.TdClassName
{
border-color: #E6A150;
}
.TagClassName
{
border-color: #E6A150;
}
</style>