Shades of Porsche #E7A95E
Tints of Porsche #E7A95E
RGB
CMYK
RGB Variations
Color information
#E7A95E (or 0xE7A95E) is known color: Porsche. HEX triplet: E7, A9 and 5E. RGB value is (231,169,94). Sum of RGB (Red+Green+Blue) = 231+169+94=494 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.76% from 494); Green value is 169 (66.41% from 255 or 34.21% from 494); Blue value is 94 (37.11% from 255 or 19.03% from 494); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A95E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7A95E is #1856A1. Grayscale: #B3B3B3. Windows color (decimal): -1595042 or 6203879. OLE color: 6203879.
HSL color Cylindrical-coordinate representation of color #E7A95E: hue angle of 32.85º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E7A95E is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 169 | 94 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.09 |
| HSL | 32.85º | 0.74% | 0.64% | - |
| HSV(B) | 32.85º | 0.59% | 0.91% | - |
| XYZ | 49.16 | 46.17 | 16.91 | - |
| YUV | 178.99 | 80.04 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 169 | 94 | 0 | 0.27 | 0.59 | 0.09 | 32.85 | 0.74 | 0.64 |
| Hex | E7 | A9 | 5E | 0 | 1B | 3B | 9 | 21 | 4A | 40 |
| Octal | 347 | 251 | 136 | 0 | 33 | 73 | 11 | 41 | 112 | 100 |
| Binary | 11100111 | 10101001 | 1011110 | 0 | 11011 | 111011 | 1001 | 100001 | 1001010 | 1000000 |
Color Harmonies of #E7A95E
Complementary color
Monochromatic Colors of #E7A95E
Black with #E7A95E
Text Example
Text Example
White with #E7A95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A95E; }
p { color: rgb(231,169,94); }
H1.HeaderClassName
{
color: #E7A95E;
}
.AnyTagClassName
{
color: #E7A95E;
}
</style>
background-color css
<style>
a { background-color: #E7A95E; }
a { background-color: rgb(231,169,94); }
div.DivClassName
{
background-color: #E7A95E;
}
.BgClassName
{
background-color: #E7A95E;
}
</style>
border-color css
<style>
span { border-color: #E7A95E; }
span { border-color: rgb(231,169,94); }
td.TdClassName
{
border-color: #E7A95E;
}
.TagClassName
{
border-color: #E7A95E;
}
</style>