Shades of Porsche #E7A45A
Tints of Porsche #E7A45A
RGB
CMYK
RGB Variations
Color information
#E7A45A (or 0xE7A45A) is known color: Porsche. HEX triplet: E7, A4 and 5A. RGB value is (231,164,90). Sum of RGB (Red+Green+Blue) = 231+164+90=485 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.63% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 90 (35.55% from 255 or 18.56% from 485); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A45A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7A45A is #185BA5. Grayscale: #AFAFAF. Windows color (decimal): -1596326 or 5940455. OLE color: 5940455.
HSL color Cylindrical-coordinate representation of color #E7A45A: hue angle of 31.49º 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 #E7A45A is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 164 | 90 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.09 |
| HSL | 31.49º | 0.75% | 0.63% | - |
| HSV(B) | 31.49º | 0.61% | 0.91% | - |
| XYZ | 48.08 | 44.28 | 15.69 | - |
| YUV | 175.6 | 79.7 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 164 | 90 | 0 | 0.29 | 0.61 | 0.09 | 31.49 | 0.75 | 0.63 |
| Hex | E7 | A4 | 5A | 0 | 1D | 3D | 9 | 1F | 4B | 3F |
| Octal | 347 | 244 | 132 | 0 | 35 | 75 | 11 | 37 | 113 | 77 |
| Binary | 11100111 | 10100100 | 1011010 | 0 | 11101 | 111101 | 1001 | 11111 | 1001011 | 111111 |
Color Harmonies of #E7A45A
Complementary color
Monochromatic Colors of #E7A45A
Black with #E7A45A
Text Example
Text Example
White with #E7A45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A45A; }
p { color: rgb(231,164,90); }
H1.HeaderClassName
{
color: #E7A45A;
}
.AnyTagClassName
{
color: #E7A45A;
}
</style>
background-color css
<style>
a { background-color: #E7A45A; }
a { background-color: rgb(231,164,90); }
div.DivClassName
{
background-color: #E7A45A;
}
.BgClassName
{
background-color: #E7A45A;
}
</style>
border-color css
<style>
span { border-color: #E7A45A; }
span { border-color: rgb(231,164,90); }
td.TdClassName
{
border-color: #E7A45A;
}
.TagClassName
{
border-color: #E7A45A;
}
</style>