Shades of Porsche #E19D64
Tints of Porsche #E19D64
RGB
CMYK
RGB Variations
Color information
#E19D64 (or 0xE19D64) is known color: Porsche. HEX triplet: E1, 9D and 64. RGB value is (225,157,100). Sum of RGB (Red+Green+Blue) = 225+157+100=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 157 (61.72% from 255 or 32.57% from 482); Blue value is 100 (39.45% from 255 or 20.75% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E19D64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19D64 is #1E629B. Grayscale: #ABABAB. Windows color (decimal): -1991324 or 6594017. OLE color: 6594017.
HSL color Cylindrical-coordinate representation of color #E19D64: hue angle of 27.36º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E19D64 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 157 | 100 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.12 |
| HSL | 27.36º | 0.68% | 0.64% | - |
| HSV(B) | 27.36º | 0.56% | 0.88% | - |
| XYZ | 45.41 | 41.04 | 17.59 | - |
| YUV | 170.83 | 88.03 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 157 | 100 | 0 | 0.30 | 0.56 | 0.12 | 27.36 | 0.68 | 0.64 |
| Hex | E1 | 9D | 64 | 0 | 1E | 38 | C | 1B | 44 | 40 |
| Octal | 341 | 235 | 144 | 0 | 36 | 70 | 14 | 33 | 104 | 100 |
| Binary | 11100001 | 10011101 | 1100100 | 0 | 11110 | 111000 | 1100 | 11011 | 1000100 | 1000000 |
Color Harmonies of #E19D64
Complementary color
Monochromatic Colors of #E19D64
Black with #E19D64
Text Example
Text Example
White with #E19D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19D64; }
p { color: rgb(225,157,100); }
H1.HeaderClassName
{
color: #E19D64;
}
.AnyTagClassName
{
color: #E19D64;
}
</style>
background-color css
<style>
a { background-color: #E19D64; }
a { background-color: rgb(225,157,100); }
div.DivClassName
{
background-color: #E19D64;
}
.BgClassName
{
background-color: #E19D64;
}
</style>
border-color css
<style>
span { border-color: #E19D64; }
span { border-color: rgb(225,157,100); }
td.TdClassName
{
border-color: #E19D64;
}
.TagClassName
{
border-color: #E19D64;
}
</style>