Shades of Porsche #E7A85C
Tints of Porsche #E7A85C
RGB
CMYK
RGB Variations
Color information
#E7A85C (or 0xE7A85C) is known color: Porsche. HEX triplet: E7, A8 and 5C. RGB value is (231,168,92). Sum of RGB (Red+Green+Blue) = 231+168+92=491 (65% of max value = 765). Red value is 231 (90.62% from 255 or 47.05% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 92 (36.33% from 255 or 18.74% from 491); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A85C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7A85C is #1857A3. Grayscale: #B2B2B2. Windows color (decimal): -1595300 or 6072551. OLE color: 6072551.
HSL color Cylindrical-coordinate representation of color #E7A85C: hue angle of 32.81º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E7A85C is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 168 | 92 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.09 |
| HSL | 32.81º | 0.74% | 0.63% | - |
| HSV(B) | 32.81º | 0.6% | 0.91% | - |
| XYZ | 48.89 | 45.77 | 16.38 | - |
| YUV | 178.17 | 79.37 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 168 | 92 | 0 | 0.27 | 0.60 | 0.09 | 32.81 | 0.74 | 0.63 |
| Hex | E7 | A8 | 5C | 0 | 1B | 3C | 9 | 21 | 4A | 3F |
| Octal | 347 | 250 | 134 | 0 | 33 | 74 | 11 | 41 | 112 | 77 |
| Binary | 11100111 | 10101000 | 1011100 | 0 | 11011 | 111100 | 1001 | 100001 | 1001010 | 111111 |
Color Harmonies of #E7A85C
Complementary color
Monochromatic Colors of #E7A85C
Black with #E7A85C
Text Example
Text Example
White with #E7A85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A85C; }
p { color: rgb(231,168,92); }
H1.HeaderClassName
{
color: #E7A85C;
}
.AnyTagClassName
{
color: #E7A85C;
}
</style>
background-color css
<style>
a { background-color: #E7A85C; }
a { background-color: rgb(231,168,92); }
div.DivClassName
{
background-color: #E7A85C;
}
.BgClassName
{
background-color: #E7A85C;
}
</style>
border-color css
<style>
span { border-color: #E7A85C; }
span { border-color: rgb(231,168,92); }
td.TdClassName
{
border-color: #E7A85C;
}
.TagClassName
{
border-color: #E7A85C;
}
</style>