Shades of Porsche #E5A051
Tints of Porsche #E5A051
RGB
CMYK
RGB Variations
Color information
#E5A051 (or 0xE5A051) is known color: Porsche. HEX triplet: E5, A0 and 51. RGB value is (229,160,81). Sum of RGB (Red+Green+Blue) = 229+160+81=470 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.72% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 81 (32.03% from 255 or 17.23% from 470); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A051 is #1A5FAE. Grayscale: #ACACAC. Windows color (decimal): -1728431 or 5349605. OLE color: 5349605.
HSL color Cylindrical-coordinate representation of color #E5A051: hue angle of 32.03º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E5A051 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 160 | 81 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.10 |
| HSL | 32.03º | 0.74% | 0.61% | - |
| HSV(B) | 32.03º | 0.65% | 0.9% | - |
| XYZ | 46.37 | 42.39 | 13.52 | - |
| YUV | 171.63 | 76.86 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 160 | 81 | 0 | 0.30 | 0.65 | 0.10 | 32.03 | 0.74 | 0.61 |
| Hex | E5 | A0 | 51 | 0 | 1E | 41 | A | 20 | 4A | 3D |
| Octal | 345 | 240 | 121 | 0 | 36 | 101 | 12 | 40 | 112 | 75 |
| Binary | 11100101 | 10100000 | 1010001 | 0 | 11110 | 1000001 | 1010 | 100000 | 1001010 | 111101 |
Color Harmonies of #E5A051
Complementary color
Monochromatic Colors of #E5A051
Black with #E5A051
Text Example
Text Example
White with #E5A051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A051; }
p { color: rgb(229,160,81); }
H1.HeaderClassName
{
color: #E5A051;
}
.AnyTagClassName
{
color: #E5A051;
}
</style>
background-color css
<style>
a { background-color: #E5A051; }
a { background-color: rgb(229,160,81); }
div.DivClassName
{
background-color: #E5A051;
}
.BgClassName
{
background-color: #E5A051;
}
</style>
border-color css
<style>
span { border-color: #E5A051; }
span { border-color: rgb(229,160,81); }
td.TdClassName
{
border-color: #E5A051;
}
.TagClassName
{
border-color: #E5A051;
}
</style>