Shades of Porsche #E9985E
Tints of Porsche #E9985E
RGB
CMYK
RGB Variations
Color information
#E9985E (or 0xE9985E) is known color: Porsche. HEX triplet: E9, 98 and 5E. RGB value is (233,152,94). Sum of RGB (Red+Green+Blue) = 233+152+94=479 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.64% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 94 (37.11% from 255 or 19.62% from 479); Max value from RGB is 233 - color contains mainly: red. Hex color #E9985E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9985E is #1667A1. Grayscale: #A9A9A9. Windows color (decimal): -1468322 or 6199529. OLE color: 6199529.
HSL color Cylindrical-coordinate representation of color #E9985E: hue angle of 25.04º 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 #E9985E is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 152 | 94 | - |
| CMYK | 0 | 0.35 | 0.60 | 0.09 |
| HSL | 25.04º | 0.76% | 0.64% | - |
| HSV(B) | 25.04º | 0.6% | 0.91% | - |
| XYZ | 46.85 | 40.59 | 15.95 | - |
| YUV | 169.61 | 85.34 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 152 | 94 | 0 | 0.35 | 0.60 | 0.09 | 25.04 | 0.76 | 0.64 |
| Hex | E9 | 98 | 5E | 0 | 23 | 3C | 9 | 19 | 4C | 40 |
| Octal | 351 | 230 | 136 | 0 | 43 | 74 | 11 | 31 | 114 | 100 |
| Binary | 11101001 | 10011000 | 1011110 | 0 | 100011 | 111100 | 1001 | 11001 | 1001100 | 1000000 |
Color Harmonies of #E9985E
Complementary color
Monochromatic Colors of #E9985E
Black with #E9985E
Text Example
Text Example
White with #E9985E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9985E; }
p { color: rgb(233,152,94); }
H1.HeaderClassName
{
color: #E9985E;
}
.AnyTagClassName
{
color: #E9985E;
}
</style>
background-color css
<style>
a { background-color: #E9985E; }
a { background-color: rgb(233,152,94); }
div.DivClassName
{
background-color: #E9985E;
}
.BgClassName
{
background-color: #E9985E;
}
</style>
border-color css
<style>
span { border-color: #E9985E; }
span { border-color: rgb(233,152,94); }
td.TdClassName
{
border-color: #E9985E;
}
.TagClassName
{
border-color: #E9985E;
}
</style>