Shades of Porsche #E1A75D
Tints of Porsche #E1A75D
RGB
CMYK
RGB Variations
Color information
#E1A75D (or 0xE1A75D) is known color: Porsche. HEX triplet: E1, A7 and 5D. RGB value is (225,167,93). Sum of RGB (Red+Green+Blue) = 225+167+93=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 167 (65.62% from 255 or 34.43% from 485); Blue value is 93 (36.72% from 255 or 19.18% from 485); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A75D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A75D is #1E58A2. Grayscale: #B0B0B0. Windows color (decimal): -1988771 or 6137825. OLE color: 6137825.
HSL color Cylindrical-coordinate representation of color #E1A75D: hue angle of 33.64º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E1A75D is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 167 | 93 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.12 |
| HSL | 33.64º | 0.69% | 0.62% | - |
| HSV(B) | 33.64º | 0.59% | 0.88% | - |
| XYZ | 46.85 | 44.44 | 16.46 | - |
| YUV | 175.91 | 81.22 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 167 | 93 | 0 | 0.26 | 0.59 | 0.12 | 33.64 | 0.69 | 0.62 |
| Hex | E1 | A7 | 5D | 0 | 1A | 3B | C | 22 | 45 | 3E |
| Octal | 341 | 247 | 135 | 0 | 32 | 73 | 14 | 42 | 105 | 76 |
| Binary | 11100001 | 10100111 | 1011101 | 0 | 11010 | 111011 | 1100 | 100010 | 1000101 | 111110 |
Color Harmonies of #E1A75D
Complementary color
Monochromatic Colors of #E1A75D
Black with #E1A75D
Text Example
Text Example
White with #E1A75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A75D; }
p { color: rgb(225,167,93); }
H1.HeaderClassName
{
color: #E1A75D;
}
.AnyTagClassName
{
color: #E1A75D;
}
</style>
background-color css
<style>
a { background-color: #E1A75D; }
a { background-color: rgb(225,167,93); }
div.DivClassName
{
background-color: #E1A75D;
}
.BgClassName
{
background-color: #E1A75D;
}
</style>
border-color css
<style>
span { border-color: #E1A75D; }
span { border-color: rgb(225,167,93); }
td.TdClassName
{
border-color: #E1A75D;
}
.TagClassName
{
border-color: #E1A75D;
}
</style>