Shades of Porsche #E7A65F
Tints of Porsche #E7A65F
RGB
CMYK
RGB Variations
Color information
#E7A65F (or 0xE7A65F) is known color: Porsche. HEX triplet: E7, A6 and 5F. RGB value is (231,166,95). Sum of RGB (Red+Green+Blue) = 231+166+95=492 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.95% from 492); Green value is 166 (65.23% from 255 or 33.74% from 492); Blue value is 95 (37.5% from 255 or 19.31% from 492); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A65F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7A65F is #1859A0. Grayscale: #B1B1B1. Windows color (decimal): -1595809 or 6268647. OLE color: 6268647.
HSL color Cylindrical-coordinate representation of color #E7A65F: hue angle of 31.32º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E7A65F is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 166 | 95 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.09 |
| HSL | 31.32º | 0.74% | 0.64% | - |
| HSV(B) | 31.32º | 0.59% | 0.91% | - |
| XYZ | 48.66 | 45.09 | 16.96 | - |
| YUV | 177.34 | 81.53 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 166 | 95 | 0 | 0.28 | 0.59 | 0.09 | 31.32 | 0.74 | 0.64 |
| Hex | E7 | A6 | 5F | 0 | 1C | 3B | 9 | 1F | 4A | 40 |
| Octal | 347 | 246 | 137 | 0 | 34 | 73 | 11 | 37 | 112 | 100 |
| Binary | 11100111 | 10100110 | 1011111 | 0 | 11100 | 111011 | 1001 | 11111 | 1001010 | 1000000 |
Color Harmonies of #E7A65F
Complementary color
Monochromatic Colors of #E7A65F
Black with #E7A65F
Text Example
Text Example
White with #E7A65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A65F; }
p { color: rgb(231,166,95); }
H1.HeaderClassName
{
color: #E7A65F;
}
.AnyTagClassName
{
color: #E7A65F;
}
</style>
background-color css
<style>
a { background-color: #E7A65F; }
a { background-color: rgb(231,166,95); }
div.DivClassName
{
background-color: #E7A65F;
}
.BgClassName
{
background-color: #E7A65F;
}
</style>
border-color css
<style>
span { border-color: #E7A65F; }
span { border-color: rgb(231,166,95); }
td.TdClassName
{
border-color: #E7A65F;
}
.TagClassName
{
border-color: #E7A65F;
}
</style>