Shades of Porsche #E5A06D
Tints of Porsche #E5A06D
RGB
CMYK
RGB Variations
Color information
#E5A06D (or 0xE5A06D) is known color: Porsche. HEX triplet: E5, A0 and 6D. RGB value is (229,160,109). Sum of RGB (Red+Green+Blue) = 229+160+109=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 160 (62.89% from 255 or 32.13% from 498); Blue value is 109 (42.97% from 255 or 21.89% from 498); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A06D is #1A5F92. Grayscale: #AFAFAF. Windows color (decimal): -1728403 or 7184613. OLE color: 7184613.
HSL color Cylindrical-coordinate representation of color #E5A06D: hue angle of 25.5º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5A06D is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 160 | 109 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.10 |
| HSL | 25.5º | 0.7% | 0.66% | - |
| HSV(B) | 25.5º | 0.52% | 0.9% | - |
| XYZ | 47.64 | 42.9 | 20.24 | - |
| YUV | 174.82 | 90.86 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 160 | 109 | 0 | 0.30 | 0.52 | 0.10 | 25.5 | 0.7 | 0.66 |
| Hex | E5 | A0 | 6D | 0 | 1E | 34 | A | 1A | 46 | 42 |
| Octal | 345 | 240 | 155 | 0 | 36 | 64 | 12 | 32 | 106 | 102 |
| Binary | 11100101 | 10100000 | 1101101 | 0 | 11110 | 110100 | 1010 | 11010 | 1000110 | 1000010 |
Color Harmonies of #E5A06D
Complementary color
Monochromatic Colors of #E5A06D
Black with #E5A06D
Text Example
Text Example
White with #E5A06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A06D; }
p { color: rgb(229,160,109); }
H1.HeaderClassName
{
color: #E5A06D;
}
.AnyTagClassName
{
color: #E5A06D;
}
</style>
background-color css
<style>
a { background-color: #E5A06D; }
a { background-color: rgb(229,160,109); }
div.DivClassName
{
background-color: #E5A06D;
}
.BgClassName
{
background-color: #E5A06D;
}
</style>
border-color css
<style>
span { border-color: #E5A06D; }
span { border-color: rgb(229,160,109); }
td.TdClassName
{
border-color: #E5A06D;
}
.TagClassName
{
border-color: #E5A06D;
}
</style>