Shades of Porsche #E7A85B
Tints of Porsche #E7A85B
RGB
CMYK
RGB Variations
Color information
#E7A85B (or 0xE7A85B) is known color: Porsche. HEX triplet: E7, A8 and 5B. RGB value is (231,168,91). Sum of RGB (Red+Green+Blue) = 231+168+91=490 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.14% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 91 (35.94% from 255 or 18.57% from 490); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A85B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7A85B is #1857A4. Grayscale: #B2B2B2. Windows color (decimal): -1595301 or 6007015. OLE color: 6007015.
HSL color Cylindrical-coordinate representation of color #E7A85B: hue angle of 33º degrees, saturation: 0.74, 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 #E7A85B is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 168 | 91 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.09 |
| HSL | 33º | 0.74% | 0.63% | - |
| HSV(B) | 33º | 0.61% | 0.91% | - |
| XYZ | 48.85 | 45.75 | 16.15 | - |
| YUV | 178.06 | 78.87 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 168 | 91 | 0 | 0.27 | 0.61 | 0.09 | 33 | 0.74 | 0.63 |
| Hex | E7 | A8 | 5B | 0 | 1B | 3D | 9 | 21 | 4A | 3F |
| Octal | 347 | 250 | 133 | 0 | 33 | 75 | 11 | 41 | 112 | 77 |
| Binary | 11100111 | 10101000 | 1011011 | 0 | 11011 | 111101 | 1001 | 100001 | 1001010 | 111111 |
Color Harmonies of #E7A85B
Complementary color
Monochromatic Colors of #E7A85B
Black with #E7A85B
Text Example
Text Example
White with #E7A85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A85B; }
p { color: rgb(231,168,91); }
H1.HeaderClassName
{
color: #E7A85B;
}
.AnyTagClassName
{
color: #E7A85B;
}
</style>
background-color css
<style>
a { background-color: #E7A85B; }
a { background-color: rgb(231,168,91); }
div.DivClassName
{
background-color: #E7A85B;
}
.BgClassName
{
background-color: #E7A85B;
}
</style>
border-color css
<style>
span { border-color: #E7A85B; }
span { border-color: rgb(231,168,91); }
td.TdClassName
{
border-color: #E7A85B;
}
.TagClassName
{
border-color: #E7A85B;
}
</style>