Shades of Porsche #E19D55
Tints of Porsche #E19D55
RGB
CMYK
RGB Variations
Color information
#E19D55 (or 0xE19D55) is known color: Porsche. HEX triplet: E1, 9D and 55. RGB value is (225,157,85). Sum of RGB (Red+Green+Blue) = 225+157+85=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 85 (33.59% from 255 or 18.20% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E19D55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19D55 is #1E62AA. Grayscale: #A9A9A9. Windows color (decimal): -1991339 or 5610977. OLE color: 5610977.
HSL color Cylindrical-coordinate representation of color #E19D55: hue angle of 30.86º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E19D55 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 157 | 85 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.12 |
| HSL | 30.86º | 0.7% | 0.61% | - |
| HSV(B) | 30.86º | 0.62% | 0.88% | - |
| XYZ | 44.75 | 40.78 | 14.11 | - |
| YUV | 169.12 | 80.53 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 157 | 85 | 0 | 0.30 | 0.62 | 0.12 | 30.86 | 0.7 | 0.61 |
| Hex | E1 | 9D | 55 | 0 | 1E | 3E | C | 1F | 46 | 3D |
| Octal | 341 | 235 | 125 | 0 | 36 | 76 | 14 | 37 | 106 | 75 |
| Binary | 11100001 | 10011101 | 1010101 | 0 | 11110 | 111110 | 1100 | 11111 | 1000110 | 111101 |
Color Harmonies of #E19D55
Complementary color
Monochromatic Colors of #E19D55
Black with #E19D55
Text Example
Text Example
White with #E19D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19D55; }
p { color: rgb(225,157,85); }
H1.HeaderClassName
{
color: #E19D55;
}
.AnyTagClassName
{
color: #E19D55;
}
</style>
background-color css
<style>
a { background-color: #E19D55; }
a { background-color: rgb(225,157,85); }
div.DivClassName
{
background-color: #E19D55;
}
.BgClassName
{
background-color: #E19D55;
}
</style>
border-color css
<style>
span { border-color: #E19D55; }
span { border-color: rgb(225,157,85); }
td.TdClassName
{
border-color: #E19D55;
}
.TagClassName
{
border-color: #E19D55;
}
</style>