Shades of Porsche #E89D55
Tints of Porsche #E89D55
RGB
CMYK
RGB Variations
Color information
#E89D55 (or 0xE89D55) is known color: Porsche. HEX triplet: E8, 9D and 55. RGB value is (232,157,85). Sum of RGB (Red+Green+Blue) = 232+157+85=474 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.95% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 85 (33.59% from 255 or 17.93% from 474); Max value from RGB is 232 - color contains mainly: red. Hex color #E89D55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89D55 is #1762AA. Grayscale: #ABABAB. Windows color (decimal): -1532587 or 5610984. OLE color: 5610984.
HSL color Cylindrical-coordinate representation of color #E89D55: hue angle of 29.39º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E89D55 is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 157 | 85 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.09 |
| HSL | 29.39º | 0.76% | 0.62% | - |
| HSV(B) | 29.39º | 0.63% | 0.91% | - |
| XYZ | 46.98 | 41.93 | 14.21 | - |
| YUV | 171.22 | 79.35 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 157 | 85 | 0 | 0.32 | 0.63 | 0.09 | 29.39 | 0.76 | 0.62 |
| Hex | E8 | 9D | 55 | 0 | 20 | 3F | 9 | 1D | 4C | 3E |
| Octal | 350 | 235 | 125 | 0 | 40 | 77 | 11 | 35 | 114 | 76 |
| Binary | 11101000 | 10011101 | 1010101 | 0 | 100000 | 111111 | 1001 | 11101 | 1001100 | 111110 |
Color Harmonies of #E89D55
Complementary color
Monochromatic Colors of #E89D55
Black with #E89D55
Text Example
Text Example
White with #E89D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89D55; }
p { color: rgb(232,157,85); }
H1.HeaderClassName
{
color: #E89D55;
}
.AnyTagClassName
{
color: #E89D55;
}
</style>
background-color css
<style>
a { background-color: #E89D55; }
a { background-color: rgb(232,157,85); }
div.DivClassName
{
background-color: #E89D55;
}
.BgClassName
{
background-color: #E89D55;
}
</style>
border-color css
<style>
span { border-color: #E89D55; }
span { border-color: rgb(232,157,85); }
td.TdClassName
{
border-color: #E89D55;
}
.TagClassName
{
border-color: #E89D55;
}
</style>