Shades of Porsche #E9985A
Tints of Porsche #E9985A
RGB
CMYK
RGB Variations
Color information
#E9985A (or 0xE9985A) is known color: Porsche. HEX triplet: E9, 98 and 5A. RGB value is (233,152,90). Sum of RGB (Red+Green+Blue) = 233+152+90=475 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.05% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 90 (35.55% from 255 or 18.95% from 475); Max value from RGB is 233 - color contains mainly: red. Hex color #E9985A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9985A is #1667A5. Grayscale: #A9A9A9. Windows color (decimal): -1468326 or 5937385. OLE color: 5937385.
HSL color Cylindrical-coordinate representation of color #E9985A: hue angle of 26.01º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E9985A is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 152 | 90 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.09 |
| HSL | 26.01º | 0.76% | 0.63% | - |
| HSV(B) | 26.01º | 0.61% | 0.91% | - |
| XYZ | 46.68 | 40.52 | 15.03 | - |
| YUV | 169.15 | 83.34 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 152 | 90 | 0 | 0.35 | 0.61 | 0.09 | 26.01 | 0.76 | 0.63 |
| Hex | E9 | 98 | 5A | 0 | 23 | 3D | 9 | 1A | 4C | 3F |
| Octal | 351 | 230 | 132 | 0 | 43 | 75 | 11 | 32 | 114 | 77 |
| Binary | 11101001 | 10011000 | 1011010 | 0 | 100011 | 111101 | 1001 | 11010 | 1001100 | 111111 |
Color Harmonies of #E9985A
Complementary color
Monochromatic Colors of #E9985A
Black with #E9985A
Text Example
Text Example
White with #E9985A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9985A; }
p { color: rgb(233,152,90); }
H1.HeaderClassName
{
color: #E9985A;
}
.AnyTagClassName
{
color: #E9985A;
}
</style>
background-color css
<style>
a { background-color: #E9985A; }
a { background-color: rgb(233,152,90); }
div.DivClassName
{
background-color: #E9985A;
}
.BgClassName
{
background-color: #E9985A;
}
</style>
border-color css
<style>
span { border-color: #E9985A; }
span { border-color: rgb(233,152,90); }
td.TdClassName
{
border-color: #E9985A;
}
.TagClassName
{
border-color: #E9985A;
}
</style>