Shades of Porsche #E19D5D
Tints of Porsche #E19D5D
RGB
CMYK
RGB Variations
Color information
#E19D5D (or 0xE19D5D) is known color: Porsche. HEX triplet: E1, 9D and 5D. RGB value is (225,157,93). Sum of RGB (Red+Green+Blue) = 225+157+93=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 93 (36.72% from 255 or 19.58% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E19D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19D5D is #1E62A2. Grayscale: #AAAAAA. Windows color (decimal): -1991331 or 6135265. OLE color: 6135265.
HSL color Cylindrical-coordinate representation of color #E19D5D: hue angle of 29.09º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E19D5D is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 157 | 93 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.12 |
| HSL | 29.09º | 0.69% | 0.62% | - |
| HSV(B) | 29.09º | 0.59% | 0.88% | - |
| XYZ | 45.08 | 40.91 | 15.88 | - |
| YUV | 170.04 | 84.53 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 157 | 93 | 0 | 0.30 | 0.59 | 0.12 | 29.09 | 0.69 | 0.62 |
| Hex | E1 | 9D | 5D | 0 | 1E | 3B | C | 1D | 45 | 3E |
| Octal | 341 | 235 | 135 | 0 | 36 | 73 | 14 | 35 | 105 | 76 |
| Binary | 11100001 | 10011101 | 1011101 | 0 | 11110 | 111011 | 1100 | 11101 | 1000101 | 111110 |
Color Harmonies of #E19D5D
Complementary color
Monochromatic Colors of #E19D5D
Black with #E19D5D
Text Example
Text Example
White with #E19D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19D5D; }
p { color: rgb(225,157,93); }
H1.HeaderClassName
{
color: #E19D5D;
}
.AnyTagClassName
{
color: #E19D5D;
}
</style>
background-color css
<style>
a { background-color: #E19D5D; }
a { background-color: rgb(225,157,93); }
div.DivClassName
{
background-color: #E19D5D;
}
.BgClassName
{
background-color: #E19D5D;
}
</style>
border-color css
<style>
span { border-color: #E19D5D; }
span { border-color: rgb(225,157,93); }
td.TdClassName
{
border-color: #E19D5D;
}
.TagClassName
{
border-color: #E19D5D;
}
</style>