Shades of Porsche #E7A058
Tints of Porsche #E7A058
RGB
CMYK
RGB Variations
Color information
#E7A058 (or 0xE7A058) is known color: Porsche. HEX triplet: E7, A0 and 58. RGB value is (231,160,88). Sum of RGB (Red+Green+Blue) = 231+160+88=479 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.23% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 88 (34.77% from 255 or 18.37% from 479); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A058 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7A058 is #185FA7. Grayscale: #ADADAD. Windows color (decimal): -1597352 or 5808359. OLE color: 5808359.
HSL color Cylindrical-coordinate representation of color #E7A058: hue angle of 30.21º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E7A058 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 160 | 88 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.09 |
| HSL | 30.21º | 0.75% | 0.63% | - |
| HSV(B) | 30.21º | 0.62% | 0.91% | - |
| XYZ | 47.29 | 42.84 | 15.01 | - |
| YUV | 173.02 | 80.02 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 160 | 88 | 0 | 0.31 | 0.62 | 0.09 | 30.21 | 0.75 | 0.63 |
| Hex | E7 | A0 | 58 | 0 | 1F | 3E | 9 | 1E | 4B | 3F |
| Octal | 347 | 240 | 130 | 0 | 37 | 76 | 11 | 36 | 113 | 77 |
| Binary | 11100111 | 10100000 | 1011000 | 0 | 11111 | 111110 | 1001 | 11110 | 1001011 | 111111 |
Color Harmonies of #E7A058
Complementary color
Monochromatic Colors of #E7A058
Black with #E7A058
Text Example
Text Example
White with #E7A058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A058; }
p { color: rgb(231,160,88); }
H1.HeaderClassName
{
color: #E7A058;
}
.AnyTagClassName
{
color: #E7A058;
}
</style>
background-color css
<style>
a { background-color: #E7A058; }
a { background-color: rgb(231,160,88); }
div.DivClassName
{
background-color: #E7A058;
}
.BgClassName
{
background-color: #E7A058;
}
</style>
border-color css
<style>
span { border-color: #E7A058; }
span { border-color: rgb(231,160,88); }
td.TdClassName
{
border-color: #E7A058;
}
.TagClassName
{
border-color: #E7A058;
}
</style>