Shades of Porsche #E9965B
Tints of Porsche #E9965B
RGB
CMYK
RGB Variations
Color information
#E9965B (or 0xE9965B) is known color: Porsche. HEX triplet: E9, 96 and 5B. RGB value is (233,150,91). Sum of RGB (Red+Green+Blue) = 233+150+91=474 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.16% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 91 (35.94% from 255 or 19.20% from 474); Max value from RGB is 233 - color contains mainly: red. Hex color #E9965B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9965B is #1669A4. Grayscale: #A8A8A8. Windows color (decimal): -1468837 or 6002409. OLE color: 6002409.
HSL color Cylindrical-coordinate representation of color #E9965B: hue angle of 24.93º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E9965B is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 150 | 91 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.09 |
| HSL | 24.93º | 0.76% | 0.64% | - |
| HSV(B) | 24.93º | 0.61% | 0.91% | - |
| XYZ | 46.4 | 39.89 | 15.15 | - |
| YUV | 168.09 | 84.5 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 150 | 91 | 0 | 0.36 | 0.61 | 0.09 | 24.93 | 0.76 | 0.64 |
| Hex | E9 | 96 | 5B | 0 | 24 | 3D | 9 | 19 | 4C | 40 |
| Octal | 351 | 226 | 133 | 0 | 44 | 75 | 11 | 31 | 114 | 100 |
| Binary | 11101001 | 10010110 | 1011011 | 0 | 100100 | 111101 | 1001 | 11001 | 1001100 | 1000000 |
Color Harmonies of #E9965B
Complementary color
Monochromatic Colors of #E9965B
Black with #E9965B
Text Example
Text Example
White with #E9965B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9965B; }
p { color: rgb(233,150,91); }
H1.HeaderClassName
{
color: #E9965B;
}
.AnyTagClassName
{
color: #E9965B;
}
</style>
background-color css
<style>
a { background-color: #E9965B; }
a { background-color: rgb(233,150,91); }
div.DivClassName
{
background-color: #E9965B;
}
.BgClassName
{
background-color: #E9965B;
}
</style>
border-color css
<style>
span { border-color: #E9965B; }
span { border-color: rgb(233,150,91); }
td.TdClassName
{
border-color: #E9965B;
}
.TagClassName
{
border-color: #E9965B;
}
</style>