Shades of Porsche #E19650
Tints of Porsche #E19650
RGB
CMYK
RGB Variations
Color information
#E19650 (or 0xE19650) is known color: Porsche. HEX triplet: E1, 96 and 50. RGB value is (225,150,80). Sum of RGB (Red+Green+Blue) = 225+150+80=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 80 (31.64% from 255 or 17.58% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E19650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19650 is #1E69AF. Grayscale: #A4A4A4. Windows color (decimal): -1993136 or 5281505. OLE color: 5281505.
HSL color Cylindrical-coordinate representation of color #E19650: hue angle of 28.97º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E19650 is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 150 | 80 | - |
| CMYK | 0 | 0.33 | 0.64 | 0.12 |
| HSL | 28.97º | 0.71% | 0.6% | - |
| HSV(B) | 28.97º | 0.64% | 0.88% | - |
| XYZ | 43.41 | 38.4 | 12.71 | - |
| YUV | 164.45 | 80.35 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 150 | 80 | 0 | 0.33 | 0.64 | 0.12 | 28.97 | 0.71 | 0.6 |
| Hex | E1 | 96 | 50 | 0 | 21 | 40 | C | 1D | 47 | 3C |
| Octal | 341 | 226 | 120 | 0 | 41 | 100 | 14 | 35 | 107 | 74 |
| Binary | 11100001 | 10010110 | 1010000 | 0 | 100001 | 1000000 | 1100 | 11101 | 1000111 | 111100 |
Color Harmonies of #E19650
Complementary color
Monochromatic Colors of #E19650
Black with #E19650
Text Example
Text Example
White with #E19650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19650; }
p { color: rgb(225,150,80); }
H1.HeaderClassName
{
color: #E19650;
}
.AnyTagClassName
{
color: #E19650;
}
</style>
background-color css
<style>
a { background-color: #E19650; }
a { background-color: rgb(225,150,80); }
div.DivClassName
{
background-color: #E19650;
}
.BgClassName
{
background-color: #E19650;
}
</style>
border-color css
<style>
span { border-color: #E19650; }
span { border-color: rgb(225,150,80); }
td.TdClassName
{
border-color: #E19650;
}
.TagClassName
{
border-color: #E19650;
}
</style>