Shades of Porsche #E19752
Tints of Porsche #E19752
RGB
CMYK
RGB Variations
Color information
#E19752 (or 0xE19752) is known color: Porsche. HEX triplet: E1, 97 and 52. RGB value is (225,151,82). Sum of RGB (Red+Green+Blue) = 225+151+82=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 151 (59.38% from 255 or 32.97% from 458); Blue value is 82 (32.42% from 255 or 17.90% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E19752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19752 is #1E68AD. Grayscale: #A5A5A5. Windows color (decimal): -1992878 or 5412833. OLE color: 5412833.
HSL color Cylindrical-coordinate representation of color #E19752: hue angle of 28.95º degrees, saturation: 0.7, 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 #E19752 is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 151 | 82 | - |
| CMYK | 0 | 0.33 | 0.64 | 0.12 |
| HSL | 28.95º | 0.7% | 0.6% | - |
| HSV(B) | 28.95º | 0.64% | 0.88% | - |
| XYZ | 43.64 | 38.75 | 13.16 | - |
| YUV | 165.26 | 81.02 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 151 | 82 | 0 | 0.33 | 0.64 | 0.12 | 28.95 | 0.7 | 0.6 |
| Hex | E1 | 97 | 52 | 0 | 21 | 40 | C | 1D | 46 | 3C |
| Octal | 341 | 227 | 122 | 0 | 41 | 100 | 14 | 35 | 106 | 74 |
| Binary | 11100001 | 10010111 | 1010010 | 0 | 100001 | 1000000 | 1100 | 11101 | 1000110 | 111100 |
Color Harmonies of #E19752
Complementary color
Monochromatic Colors of #E19752
Black with #E19752
Text Example
Text Example
White with #E19752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19752; }
p { color: rgb(225,151,82); }
H1.HeaderClassName
{
color: #E19752;
}
.AnyTagClassName
{
color: #E19752;
}
</style>
background-color css
<style>
a { background-color: #E19752; }
a { background-color: rgb(225,151,82); }
div.DivClassName
{
background-color: #E19752;
}
.BgClassName
{
background-color: #E19752;
}
</style>
border-color css
<style>
span { border-color: #E19752; }
span { border-color: rgb(225,151,82); }
td.TdClassName
{
border-color: #E19752;
}
.TagClassName
{
border-color: #E19752;
}
</style>