Shades of Porsche #E99760
Tints of Porsche #E99760
RGB
CMYK
RGB Variations
Color information
#E99760 (or 0xE99760) is known color: Porsche. HEX triplet: E9, 97 and 60. RGB value is (233,151,96). Sum of RGB (Red+Green+Blue) = 233+151+96=480 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.54% from 480); Green value is 151 (59.38% from 255 or 31.46% from 480); Blue value is 96 (37.89% from 255 or 20% from 480); Max value from RGB is 233 - color contains mainly: red. Hex color #E99760 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99760 is #16689F. Grayscale: #A9A9A9. Windows color (decimal): -1468576 or 6330345. OLE color: 6330345.
HSL color Cylindrical-coordinate representation of color #E99760: hue angle of 24.09º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E99760 is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 151 | 96 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.09 |
| HSL | 24.09º | 0.76% | 0.65% | - |
| HSV(B) | 24.09º | 0.59% | 0.91% | - |
| XYZ | 46.78 | 40.3 | 16.38 | - |
| YUV | 169.25 | 86.67 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 151 | 96 | 0 | 0.35 | 0.59 | 0.09 | 24.09 | 0.76 | 0.65 |
| Hex | E9 | 97 | 60 | 0 | 23 | 3B | 9 | 18 | 4C | 41 |
| Octal | 351 | 227 | 140 | 0 | 43 | 73 | 11 | 30 | 114 | 101 |
| Binary | 11101001 | 10010111 | 1100000 | 0 | 100011 | 111011 | 1001 | 11000 | 1001100 | 1000001 |
Color Harmonies of #E99760
Complementary color
Monochromatic Colors of #E99760
Black with #E99760
Text Example
Text Example
White with #E99760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99760; }
p { color: rgb(233,151,96); }
H1.HeaderClassName
{
color: #E99760;
}
.AnyTagClassName
{
color: #E99760;
}
</style>
background-color css
<style>
a { background-color: #E99760; }
a { background-color: rgb(233,151,96); }
div.DivClassName
{
background-color: #E99760;
}
.BgClassName
{
background-color: #E99760;
}
</style>
border-color css
<style>
span { border-color: #E99760; }
span { border-color: rgb(233,151,96); }
td.TdClassName
{
border-color: #E99760;
}
.TagClassName
{
border-color: #E99760;
}
</style>