Shades of Porsche #E9975D
Tints of Porsche #E9975D
RGB
CMYK
RGB Variations
Color information
#E9975D (or 0xE9975D) is known color: Porsche. HEX triplet: E9, 97 and 5D. RGB value is (233,151,93). Sum of RGB (Red+Green+Blue) = 233+151+93=477 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.85% from 477); Green value is 151 (59.38% from 255 or 31.66% from 477); Blue value is 93 (36.72% from 255 or 19.50% from 477); Max value from RGB is 233 - color contains mainly: red. Hex color #E9975D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9975D is #1668A2. Grayscale: #A9A9A9. Windows color (decimal): -1468579 or 6133737. OLE color: 6133737.
HSL color Cylindrical-coordinate representation of color #E9975D: hue angle of 24.86º degrees, saturation: 0.76, 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 #E9975D is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 151 | 93 | - |
| CMYK | 0 | 0.35 | 0.60 | 0.09 |
| HSL | 24.86º | 0.76% | 0.64% | - |
| HSV(B) | 24.86º | 0.6% | 0.91% | - |
| XYZ | 46.65 | 40.25 | 15.67 | - |
| YUV | 168.91 | 85.17 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 151 | 93 | 0 | 0.35 | 0.60 | 0.09 | 24.86 | 0.76 | 0.64 |
| Hex | E9 | 97 | 5D | 0 | 23 | 3C | 9 | 19 | 4C | 40 |
| Octal | 351 | 227 | 135 | 0 | 43 | 74 | 11 | 31 | 114 | 100 |
| Binary | 11101001 | 10010111 | 1011101 | 0 | 100011 | 111100 | 1001 | 11001 | 1001100 | 1000000 |
Color Harmonies of #E9975D
Complementary color
Monochromatic Colors of #E9975D
Black with #E9975D
Text Example
Text Example
White with #E9975D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9975D; }
p { color: rgb(233,151,93); }
H1.HeaderClassName
{
color: #E9975D;
}
.AnyTagClassName
{
color: #E9975D;
}
</style>
background-color css
<style>
a { background-color: #E9975D; }
a { background-color: rgb(233,151,93); }
div.DivClassName
{
background-color: #E9975D;
}
.BgClassName
{
background-color: #E9975D;
}
</style>
border-color css
<style>
span { border-color: #E9975D; }
span { border-color: rgb(233,151,93); }
td.TdClassName
{
border-color: #E9975D;
}
.TagClassName
{
border-color: #E9975D;
}
</style>