Shades of Porsche #E99955
Tints of Porsche #E99955
RGB
CMYK
RGB Variations
Color information
#E99955 (or 0xE99955) is known color: Porsche. HEX triplet: E9, 99 and 55. RGB value is (233,153,85). Sum of RGB (Red+Green+Blue) = 233+153+85=471 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.47% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 85 (33.59% from 255 or 18.05% from 471); Max value from RGB is 233 - color contains mainly: red. Hex color #E99955 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99955 is #1666AA. Grayscale: #A9A9A9. Windows color (decimal): -1468075 or 5609961. OLE color: 5609961.
HSL color Cylindrical-coordinate representation of color #E99955: hue angle of 27.57º 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 #E99955 is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 153 | 85 | - |
| CMYK | 0 | 0.34 | 0.64 | 0.09 |
| HSL | 27.57º | 0.77% | 0.62% | - |
| HSV(B) | 27.57º | 0.64% | 0.91% | - |
| XYZ | 46.64 | 40.76 | 14 | - |
| YUV | 169.17 | 80.5 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 153 | 85 | 0 | 0.34 | 0.64 | 0.09 | 27.57 | 0.77 | 0.62 |
| Hex | E9 | 99 | 55 | 0 | 22 | 40 | 9 | 1C | 4D | 3E |
| Octal | 351 | 231 | 125 | 0 | 42 | 100 | 11 | 34 | 115 | 76 |
| Binary | 11101001 | 10011001 | 1010101 | 0 | 100010 | 1000000 | 1001 | 11100 | 1001101 | 111110 |
Color Harmonies of #E99955
Complementary color
Monochromatic Colors of #E99955
Black with #E99955
Text Example
Text Example
White with #E99955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99955; }
p { color: rgb(233,153,85); }
H1.HeaderClassName
{
color: #E99955;
}
.AnyTagClassName
{
color: #E99955;
}
</style>
background-color css
<style>
a { background-color: #E99955; }
a { background-color: rgb(233,153,85); }
div.DivClassName
{
background-color: #E99955;
}
.BgClassName
{
background-color: #E99955;
}
</style>
border-color css
<style>
span { border-color: #E99955; }
span { border-color: rgb(233,153,85); }
td.TdClassName
{
border-color: #E99955;
}
.TagClassName
{
border-color: #E99955;
}
</style>