Shades of Porsche #E9985D
Tints of Porsche #E9985D
RGB
CMYK
RGB Variations
Color information
#E9985D (or 0xE9985D) is known color: Porsche. HEX triplet: E9, 98 and 5D. RGB value is (233,152,93). Sum of RGB (Red+Green+Blue) = 233+152+93=478 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.74% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 233 - color contains mainly: red. Hex color #E9985D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9985D is #1667A2. Grayscale: #A9A9A9. Windows color (decimal): -1468323 or 6133993. OLE color: 6133993.
HSL color Cylindrical-coordinate representation of color #E9985D: hue angle of 25.29º 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 #E9985D is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 152 | 93 | - |
| CMYK | 0 | 0.35 | 0.60 | 0.09 |
| HSL | 25.29º | 0.76% | 0.64% | - |
| HSV(B) | 25.29º | 0.6% | 0.91% | - |
| XYZ | 46.81 | 40.57 | 15.72 | - |
| YUV | 169.49 | 84.84 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 152 | 93 | 0 | 0.35 | 0.60 | 0.09 | 25.29 | 0.76 | 0.64 |
| Hex | E9 | 98 | 5D | 0 | 23 | 3C | 9 | 19 | 4C | 40 |
| Octal | 351 | 230 | 135 | 0 | 43 | 74 | 11 | 31 | 114 | 100 |
| Binary | 11101001 | 10011000 | 1011101 | 0 | 100011 | 111100 | 1001 | 11001 | 1001100 | 1000000 |
Color Harmonies of #E9985D
Complementary color
Monochromatic Colors of #E9985D
Black with #E9985D
Text Example
Text Example
White with #E9985D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9985D; }
p { color: rgb(233,152,93); }
H1.HeaderClassName
{
color: #E9985D;
}
.AnyTagClassName
{
color: #E9985D;
}
</style>
background-color css
<style>
a { background-color: #E9985D; }
a { background-color: rgb(233,152,93); }
div.DivClassName
{
background-color: #E9985D;
}
.BgClassName
{
background-color: #E9985D;
}
</style>
border-color css
<style>
span { border-color: #E9985D; }
span { border-color: rgb(233,152,93); }
td.TdClassName
{
border-color: #E9985D;
}
.TagClassName
{
border-color: #E9985D;
}
</style>