Shades of Porsche #E7A75A
Tints of Porsche #E7A75A
RGB
CMYK
RGB Variations
Color information
#E7A75A (or 0xE7A75A) is known color: Porsche. HEX triplet: E7, A7 and 5A. RGB value is (231,167,90). Sum of RGB (Red+Green+Blue) = 231+167+90=488 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.34% from 488); Green value is 167 (65.62% from 255 or 34.22% from 488); Blue value is 90 (35.55% from 255 or 18.44% from 488); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A75A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7A75A is #1858A5. Grayscale: #B1B1B1. Windows color (decimal): -1595558 or 5941223. OLE color: 5941223.
HSL color Cylindrical-coordinate representation of color #E7A75A: hue angle of 32.77º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E7A75A is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 167 | 90 | - |
| CMYK | 0 | 0.28 | 0.61 | 0.09 |
| HSL | 32.77º | 0.75% | 0.63% | - |
| HSV(B) | 32.77º | 0.61% | 0.91% | - |
| XYZ | 48.62 | 45.36 | 15.87 | - |
| YUV | 177.36 | 78.7 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 167 | 90 | 0 | 0.28 | 0.61 | 0.09 | 32.77 | 0.75 | 0.63 |
| Hex | E7 | A7 | 5A | 0 | 1C | 3D | 9 | 21 | 4B | 3F |
| Octal | 347 | 247 | 132 | 0 | 34 | 75 | 11 | 41 | 113 | 77 |
| Binary | 11100111 | 10100111 | 1011010 | 0 | 11100 | 111101 | 1001 | 100001 | 1001011 | 111111 |
Color Harmonies of #E7A75A
Complementary color
Monochromatic Colors of #E7A75A
Black with #E7A75A
Text Example
Text Example
White with #E7A75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A75A; }
p { color: rgb(231,167,90); }
H1.HeaderClassName
{
color: #E7A75A;
}
.AnyTagClassName
{
color: #E7A75A;
}
</style>
background-color css
<style>
a { background-color: #E7A75A; }
a { background-color: rgb(231,167,90); }
div.DivClassName
{
background-color: #E7A75A;
}
.BgClassName
{
background-color: #E7A75A;
}
</style>
border-color css
<style>
span { border-color: #E7A75A; }
span { border-color: rgb(231,167,90); }
td.TdClassName
{
border-color: #E7A75A;
}
.TagClassName
{
border-color: #E7A75A;
}
</style>