Shades of Porsche #E39550
Tints of Porsche #E39550
RGB
CMYK
RGB Variations
Color information
#E39550 (or 0xE39550) is known color: Porsche. HEX triplet: E3, 95 and 50. RGB value is (227,149,80). Sum of RGB (Red+Green+Blue) = 227+149+80=456 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.78% from 456); Green value is 149 (58.59% from 255 or 32.68% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 227 - color contains mainly: red. Hex color #E39550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E39550 is #1C6AAF. Grayscale: #A4A4A4. Windows color (decimal): -1862320 or 5281251. OLE color: 5281251.
HSL color Cylindrical-coordinate representation of color #E39550: hue angle of 28.16º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E39550 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 149 | 80 | - |
| CMYK | 0 | 0.34 | 0.65 | 0.11 |
| HSL | 28.16º | 0.72% | 0.6% | - |
| HSV(B) | 28.16º | 0.65% | 0.89% | - |
| XYZ | 43.87 | 38.4 | 12.69 | - |
| YUV | 164.46 | 80.34 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 149 | 80 | 0 | 0.34 | 0.65 | 0.11 | 28.16 | 0.72 | 0.6 |
| Hex | E3 | 95 | 50 | 0 | 22 | 41 | B | 1C | 48 | 3C |
| Octal | 343 | 225 | 120 | 0 | 42 | 101 | 13 | 34 | 110 | 74 |
| Binary | 11100011 | 10010101 | 1010000 | 0 | 100010 | 1000001 | 1011 | 11100 | 1001000 | 111100 |
Color Harmonies of #E39550
Complementary color
Monochromatic Colors of #E39550
Black with #E39550
Text Example
Text Example
White with #E39550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39550; }
p { color: rgb(227,149,80); }
H1.HeaderClassName
{
color: #E39550;
}
.AnyTagClassName
{
color: #E39550;
}
</style>
background-color css
<style>
a { background-color: #E39550; }
a { background-color: rgb(227,149,80); }
div.DivClassName
{
background-color: #E39550;
}
.BgClassName
{
background-color: #E39550;
}
</style>
border-color css
<style>
span { border-color: #E39550; }
span { border-color: rgb(227,149,80); }
td.TdClassName
{
border-color: #E39550;
}
.TagClassName
{
border-color: #E39550;
}
</style>