Shades of Porsche #E5A364
Tints of Porsche #E5A364
RGB
CMYK
RGB Variations
Color information
#E5A364 (or 0xE5A364) is known color: Porsche. HEX triplet: E5, A3 and 64. RGB value is (229,163,100). Sum of RGB (Red+Green+Blue) = 229+163+100=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 100 (39.45% from 255 or 20.33% from 492); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A364 is #1A5C9B. Grayscale: #AFAFAF. Windows color (decimal): -1727644 or 6595557. OLE color: 6595557.
HSL color Cylindrical-coordinate representation of color #E5A364: hue angle of 29.3º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E5A364 is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 163 | 100 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.10 |
| HSL | 29.3º | 0.71% | 0.65% | - |
| HSV(B) | 29.3º | 0.56% | 0.9% | - |
| XYZ | 47.71 | 43.77 | 17.99 | - |
| YUV | 175.55 | 85.37 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 163 | 100 | 0 | 0.29 | 0.56 | 0.10 | 29.3 | 0.71 | 0.65 |
| Hex | E5 | A3 | 64 | 0 | 1D | 38 | A | 1D | 47 | 41 |
| Octal | 345 | 243 | 144 | 0 | 35 | 70 | 12 | 35 | 107 | 101 |
| Binary | 11100101 | 10100011 | 1100100 | 0 | 11101 | 111000 | 1010 | 11101 | 1000111 | 1000001 |
Color Harmonies of #E5A364
Complementary color
Monochromatic Colors of #E5A364
Black with #E5A364
Text Example
Text Example
White with #E5A364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A364; }
p { color: rgb(229,163,100); }
H1.HeaderClassName
{
color: #E5A364;
}
.AnyTagClassName
{
color: #E5A364;
}
</style>
background-color css
<style>
a { background-color: #E5A364; }
a { background-color: rgb(229,163,100); }
div.DivClassName
{
background-color: #E5A364;
}
.BgClassName
{
background-color: #E5A364;
}
</style>
border-color css
<style>
span { border-color: #E5A364; }
span { border-color: rgb(229,163,100); }
td.TdClassName
{
border-color: #E5A364;
}
.TagClassName
{
border-color: #E5A364;
}
</style>