Shades of Porsche #E7985E
Tints of Porsche #E7985E
RGB
CMYK
RGB Variations
Color information
#E7985E (or 0xE7985E) is known color: Porsche. HEX triplet: E7, 98 and 5E. RGB value is (231,152,94). Sum of RGB (Red+Green+Blue) = 231+152+94=477 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.43% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 94 (37.11% from 255 or 19.71% from 477); Max value from RGB is 231 - color contains mainly: red. Hex color #E7985E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7985E is #1867A1. Grayscale: #A9A9A9. Windows color (decimal): -1599394 or 6199527. OLE color: 6199527.
HSL color Cylindrical-coordinate representation of color #E7985E: hue angle of 25.4º 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 #E7985E is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 152 | 94 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.09 |
| HSL | 25.4º | 0.74% | 0.64% | - |
| HSV(B) | 25.4º | 0.59% | 0.91% | - |
| XYZ | 46.2 | 40.25 | 15.92 | - |
| YUV | 169.01 | 85.67 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 152 | 94 | 0 | 0.34 | 0.59 | 0.09 | 25.4 | 0.74 | 0.64 |
| Hex | E7 | 98 | 5E | 0 | 22 | 3B | 9 | 19 | 4A | 40 |
| Octal | 347 | 230 | 136 | 0 | 42 | 73 | 11 | 31 | 112 | 100 |
| Binary | 11100111 | 10011000 | 1011110 | 0 | 100010 | 111011 | 1001 | 11001 | 1001010 | 1000000 |
Color Harmonies of #E7985E
Complementary color
Monochromatic Colors of #E7985E
Black with #E7985E
Text Example
Text Example
White with #E7985E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7985E; }
p { color: rgb(231,152,94); }
H1.HeaderClassName
{
color: #E7985E;
}
.AnyTagClassName
{
color: #E7985E;
}
</style>
background-color css
<style>
a { background-color: #E7985E; }
a { background-color: rgb(231,152,94); }
div.DivClassName
{
background-color: #E7985E;
}
.BgClassName
{
background-color: #E7985E;
}
</style>
border-color css
<style>
span { border-color: #E7985E; }
span { border-color: rgb(231,152,94); }
td.TdClassName
{
border-color: #E7985E;
}
.TagClassName
{
border-color: #E7985E;
}
</style>