Shades of Porsche #E9985B
Tints of Porsche #E9985B
RGB
CMYK
RGB Variations
Color information
#E9985B (or 0xE9985B) is known color: Porsche. HEX triplet: E9, 98 and 5B. RGB value is (233,152,91). Sum of RGB (Red+Green+Blue) = 233+152+91=476 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.95% from 476); Green value is 152 (59.77% from 255 or 31.93% from 476); Blue value is 91 (35.94% from 255 or 19.12% from 476); Max value from RGB is 233 - color contains mainly: red. Hex color #E9985B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9985B is #1667A4. Grayscale: #A9A9A9. Windows color (decimal): -1468325 or 6002921. OLE color: 6002921.
HSL color Cylindrical-coordinate representation of color #E9985B: hue angle of 25.77º 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 #E9985B is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 152 | 91 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.09 |
| HSL | 25.77º | 0.76% | 0.64% | - |
| HSV(B) | 25.77º | 0.61% | 0.91% | - |
| XYZ | 46.72 | 40.54 | 15.26 | - |
| YUV | 169.27 | 83.84 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 152 | 91 | 0 | 0.35 | 0.61 | 0.09 | 25.77 | 0.76 | 0.64 |
| Hex | E9 | 98 | 5B | 0 | 23 | 3D | 9 | 1A | 4C | 40 |
| Octal | 351 | 230 | 133 | 0 | 43 | 75 | 11 | 32 | 114 | 100 |
| Binary | 11101001 | 10011000 | 1011011 | 0 | 100011 | 111101 | 1001 | 11010 | 1001100 | 1000000 |
Color Harmonies of #E9985B
Complementary color
Monochromatic Colors of #E9985B
Black with #E9985B
Text Example
Text Example
White with #E9985B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9985B; }
p { color: rgb(233,152,91); }
H1.HeaderClassName
{
color: #E9985B;
}
.AnyTagClassName
{
color: #E9985B;
}
</style>
background-color css
<style>
a { background-color: #E9985B; }
a { background-color: rgb(233,152,91); }
div.DivClassName
{
background-color: #E9985B;
}
.BgClassName
{
background-color: #E9985B;
}
</style>
border-color css
<style>
span { border-color: #E9985B; }
span { border-color: rgb(233,152,91); }
td.TdClassName
{
border-color: #E9985B;
}
.TagClassName
{
border-color: #E9985B;
}
</style>