Shades of Porsche #E9995E
Tints of Porsche #E9995E
RGB
CMYK
RGB Variations
Color information
#E9995E (or 0xE9995E) is known color: Porsche. HEX triplet: E9, 99 and 5E. RGB value is (233,153,94). Sum of RGB (Red+Green+Blue) = 233+153+94=480 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.54% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 94 (37.11% from 255 or 19.58% from 480); Max value from RGB is 233 - color contains mainly: red. Hex color #E9995E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9995E is #1666A1. Grayscale: #AAAAAA. Windows color (decimal): -1468066 or 6199785. OLE color: 6199785.
HSL color Cylindrical-coordinate representation of color #E9995E: hue angle of 25.47º 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 #E9995E is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 153 | 94 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.09 |
| HSL | 25.47º | 0.76% | 0.64% | - |
| HSV(B) | 25.47º | 0.6% | 0.91% | - |
| XYZ | 47.02 | 40.91 | 16.01 | - |
| YUV | 170.19 | 85 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 153 | 94 | 0 | 0.34 | 0.60 | 0.09 | 25.47 | 0.76 | 0.64 |
| Hex | E9 | 99 | 5E | 0 | 22 | 3C | 9 | 19 | 4C | 40 |
| Octal | 351 | 231 | 136 | 0 | 42 | 74 | 11 | 31 | 114 | 100 |
| Binary | 11101001 | 10011001 | 1011110 | 0 | 100010 | 111100 | 1001 | 11001 | 1001100 | 1000000 |
Color Harmonies of #E9995E
Complementary color
Monochromatic Colors of #E9995E
Black with #E9995E
Text Example
Text Example
White with #E9995E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9995E; }
p { color: rgb(233,153,94); }
H1.HeaderClassName
{
color: #E9995E;
}
.AnyTagClassName
{
color: #E9995E;
}
</style>
background-color css
<style>
a { background-color: #E9995E; }
a { background-color: rgb(233,153,94); }
div.DivClassName
{
background-color: #E9995E;
}
.BgClassName
{
background-color: #E9995E;
}
</style>
border-color css
<style>
span { border-color: #E9995E; }
span { border-color: rgb(233,153,94); }
td.TdClassName
{
border-color: #E9995E;
}
.TagClassName
{
border-color: #E9995E;
}
</style>