Shades of Porsche #E7975D
Tints of Porsche #E7975D
RGB
CMYK
RGB Variations
Color information
#E7975D (or 0xE7975D) is known color: Porsche. HEX triplet: E7, 97 and 5D. RGB value is (231,151,93). Sum of RGB (Red+Green+Blue) = 231+151+93=475 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.63% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 93 (36.72% from 255 or 19.58% from 475); Max value from RGB is 231 - color contains mainly: red. Hex color #E7975D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7975D is #1868A2. Grayscale: #A8A8A8. Windows color (decimal): -1599651 or 6133735. OLE color: 6133735.
HSL color Cylindrical-coordinate representation of color #E7975D: hue angle of 25.22º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E7975D is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 151 | 93 | - |
| CMYK | 0 | 0.35 | 0.60 | 0.09 |
| HSL | 25.22º | 0.74% | 0.64% | - |
| HSV(B) | 25.22º | 0.6% | 0.91% | - |
| XYZ | 46 | 39.91 | 15.64 | - |
| YUV | 168.31 | 85.5 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 151 | 93 | 0 | 0.35 | 0.60 | 0.09 | 25.22 | 0.74 | 0.64 |
| Hex | E7 | 97 | 5D | 0 | 23 | 3C | 9 | 19 | 4A | 40 |
| Octal | 347 | 227 | 135 | 0 | 43 | 74 | 11 | 31 | 112 | 100 |
| Binary | 11100111 | 10010111 | 1011101 | 0 | 100011 | 111100 | 1001 | 11001 | 1001010 | 1000000 |
Color Harmonies of #E7975D
Complementary color
Monochromatic Colors of #E7975D
Black with #E7975D
Text Example
Text Example
White with #E7975D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7975D; }
p { color: rgb(231,151,93); }
H1.HeaderClassName
{
color: #E7975D;
}
.AnyTagClassName
{
color: #E7975D;
}
</style>
background-color css
<style>
a { background-color: #E7975D; }
a { background-color: rgb(231,151,93); }
div.DivClassName
{
background-color: #E7975D;
}
.BgClassName
{
background-color: #E7975D;
}
</style>
border-color css
<style>
span { border-color: #E7975D; }
span { border-color: rgb(231,151,93); }
td.TdClassName
{
border-color: #E7975D;
}
.TagClassName
{
border-color: #E7975D;
}
</style>