Shades of Porsche #E5A75F
Tints of Porsche #E5A75F
RGB
CMYK
RGB Variations
Color information
#E5A75F (or 0xE5A75F) is known color: Porsche. HEX triplet: E5, A7 and 5F. RGB value is (229,167,95). Sum of RGB (Red+Green+Blue) = 229+167+95=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 167 (65.62% from 255 or 34.01% from 491); Blue value is 95 (37.5% from 255 or 19.35% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A75F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A75F is #1A58A0. Grayscale: #B1B1B1. Windows color (decimal): -1726625 or 6268901. OLE color: 6268901.
HSL color Cylindrical-coordinate representation of color #E5A75F: hue angle of 32.24º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E5A75F is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 167 | 95 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.10 |
| HSL | 32.24º | 0.72% | 0.64% | - |
| HSV(B) | 32.24º | 0.59% | 0.9% | - |
| XYZ | 48.2 | 45.12 | 17 | - |
| YUV | 177.33 | 81.54 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 167 | 95 | 0 | 0.27 | 0.59 | 0.10 | 32.24 | 0.72 | 0.64 |
| Hex | E5 | A7 | 5F | 0 | 1B | 3B | A | 20 | 48 | 40 |
| Octal | 345 | 247 | 137 | 0 | 33 | 73 | 12 | 40 | 110 | 100 |
| Binary | 11100101 | 10100111 | 1011111 | 0 | 11011 | 111011 | 1010 | 100000 | 1001000 | 1000000 |
Color Harmonies of #E5A75F
Complementary color
Monochromatic Colors of #E5A75F
Black with #E5A75F
Text Example
Text Example
White with #E5A75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A75F; }
p { color: rgb(229,167,95); }
H1.HeaderClassName
{
color: #E5A75F;
}
.AnyTagClassName
{
color: #E5A75F;
}
</style>
background-color css
<style>
a { background-color: #E5A75F; }
a { background-color: rgb(229,167,95); }
div.DivClassName
{
background-color: #E5A75F;
}
.BgClassName
{
background-color: #E5A75F;
}
</style>
border-color css
<style>
span { border-color: #E5A75F; }
span { border-color: rgb(229,167,95); }
td.TdClassName
{
border-color: #E5A75F;
}
.TagClassName
{
border-color: #E5A75F;
}
</style>