Shades of Porsche #E5A365
Tints of Porsche #E5A365
RGB
CMYK
RGB Variations
Color information
#E5A365 (or 0xE5A365) is known color: Porsche. HEX triplet: E5, A3 and 65. RGB value is (229,163,101). Sum of RGB (Red+Green+Blue) = 229+163+101=493 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.45% from 493); Green value is 163 (64.06% from 255 or 33.06% from 493); Blue value is 101 (39.84% from 255 or 20.49% from 493); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A365 is #1A5C9A. Grayscale: #AFAFAF. Windows color (decimal): -1727643 or 6661093. OLE color: 6661093.
HSL color Cylindrical-coordinate representation of color #E5A365: hue angle of 29.06º 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 #E5A365 is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 163 | 101 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.10 |
| HSL | 29.06º | 0.71% | 0.65% | - |
| HSV(B) | 29.06º | 0.56% | 0.9% | - |
| XYZ | 47.76 | 43.79 | 18.25 | - |
| YUV | 175.67 | 85.87 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 163 | 101 | 0 | 0.29 | 0.56 | 0.10 | 29.06 | 0.71 | 0.65 |
| Hex | E5 | A3 | 65 | 0 | 1D | 38 | A | 1D | 47 | 41 |
| Octal | 345 | 243 | 145 | 0 | 35 | 70 | 12 | 35 | 107 | 101 |
| Binary | 11100101 | 10100011 | 1100101 | 0 | 11101 | 111000 | 1010 | 11101 | 1000111 | 1000001 |
Color Harmonies of #E5A365
Complementary color
Monochromatic Colors of #E5A365
Black with #E5A365
Text Example
Text Example
White with #E5A365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A365; }
p { color: rgb(229,163,101); }
H1.HeaderClassName
{
color: #E5A365;
}
.AnyTagClassName
{
color: #E5A365;
}
</style>
background-color css
<style>
a { background-color: #E5A365; }
a { background-color: rgb(229,163,101); }
div.DivClassName
{
background-color: #E5A365;
}
.BgClassName
{
background-color: #E5A365;
}
</style>
border-color css
<style>
span { border-color: #E5A365; }
span { border-color: rgb(229,163,101); }
td.TdClassName
{
border-color: #E5A365;
}
.TagClassName
{
border-color: #E5A365;
}
</style>