Shades of Porsche #E99D55
Tints of Porsche #E99D55
RGB
CMYK
RGB Variations
Color information
#E99D55 (or 0xE99D55) is known color: Porsche. HEX triplet: E9, 9D and 55. RGB value is (233,157,85). Sum of RGB (Red+Green+Blue) = 233+157+85=475 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.05% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 85 (33.59% from 255 or 17.89% from 475); Max value from RGB is 233 - color contains mainly: red. Hex color #E99D55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99D55 is #1662AA. Grayscale: #ABABAB. Windows color (decimal): -1467051 or 5610985. OLE color: 5610985.
HSL color Cylindrical-coordinate representation of color #E99D55: hue angle of 29.19º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E99D55 is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 157 | 85 | - |
| CMYK | 0 | 0.33 | 0.64 | 0.09 |
| HSL | 29.19º | 0.77% | 0.62% | - |
| HSV(B) | 29.19º | 0.64% | 0.91% | - |
| XYZ | 47.3 | 42.09 | 14.23 | - |
| YUV | 171.52 | 79.18 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 157 | 85 | 0 | 0.33 | 0.64 | 0.09 | 29.19 | 0.77 | 0.62 |
| Hex | E9 | 9D | 55 | 0 | 21 | 40 | 9 | 1D | 4D | 3E |
| Octal | 351 | 235 | 125 | 0 | 41 | 100 | 11 | 35 | 115 | 76 |
| Binary | 11101001 | 10011101 | 1010101 | 0 | 100001 | 1000000 | 1001 | 11101 | 1001101 | 111110 |
Color Harmonies of #E99D55
Complementary color
Monochromatic Colors of #E99D55
Black with #E99D55
Text Example
Text Example
White with #E99D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99D55; }
p { color: rgb(233,157,85); }
H1.HeaderClassName
{
color: #E99D55;
}
.AnyTagClassName
{
color: #E99D55;
}
</style>
background-color css
<style>
a { background-color: #E99D55; }
a { background-color: rgb(233,157,85); }
div.DivClassName
{
background-color: #E99D55;
}
.BgClassName
{
background-color: #E99D55;
}
</style>
border-color css
<style>
span { border-color: #E99D55; }
span { border-color: rgb(233,157,85); }
td.TdClassName
{
border-color: #E99D55;
}
.TagClassName
{
border-color: #E99D55;
}
</style>