Shades of Porsche #E89955
Tints of Porsche #E89955
RGB
CMYK
RGB Variations
Color information
#E89955 (or 0xE89955) is known color: Porsche. HEX triplet: E8, 99 and 55. RGB value is (232,153,85). Sum of RGB (Red+Green+Blue) = 232+153+85=470 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.36% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 85 (33.59% from 255 or 18.09% from 470); Max value from RGB is 232 - color contains mainly: red. Hex color #E89955 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89955 is #1766AA. Grayscale: #A9A9A9. Windows color (decimal): -1533611 or 5609960. OLE color: 5609960.
HSL color Cylindrical-coordinate representation of color #E89955: hue angle of 27.76º 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 #E89955 is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 153 | 85 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.09 |
| HSL | 27.76º | 0.76% | 0.62% | - |
| HSV(B) | 27.76º | 0.63% | 0.91% | - |
| XYZ | 46.31 | 40.59 | 13.99 | - |
| YUV | 168.87 | 80.67 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 153 | 85 | 0 | 0.34 | 0.63 | 0.09 | 27.76 | 0.76 | 0.62 |
| Hex | E8 | 99 | 55 | 0 | 22 | 3F | 9 | 1C | 4C | 3E |
| Octal | 350 | 231 | 125 | 0 | 42 | 77 | 11 | 34 | 114 | 76 |
| Binary | 11101000 | 10011001 | 1010101 | 0 | 100010 | 111111 | 1001 | 11100 | 1001100 | 111110 |
Color Harmonies of #E89955
Complementary color
Monochromatic Colors of #E89955
Black with #E89955
Text Example
Text Example
White with #E89955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89955; }
p { color: rgb(232,153,85); }
H1.HeaderClassName
{
color: #E89955;
}
.AnyTagClassName
{
color: #E89955;
}
</style>
background-color css
<style>
a { background-color: #E89955; }
a { background-color: rgb(232,153,85); }
div.DivClassName
{
background-color: #E89955;
}
.BgClassName
{
background-color: #E89955;
}
</style>
border-color css
<style>
span { border-color: #E89955; }
span { border-color: rgb(232,153,85); }
td.TdClassName
{
border-color: #E89955;
}
.TagClassName
{
border-color: #E89955;
}
</style>