Shades of Porsche #E7A250
Tints of Porsche #E7A250
RGB
CMYK
RGB Variations
Color information
#E7A250 (or 0xE7A250) is known color: Porsche. HEX triplet: E7, A2 and 50. RGB value is (231,162,80). Sum of RGB (Red+Green+Blue) = 231+162+80=473 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.84% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 80 (31.64% from 255 or 16.91% from 473); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A250 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7A250 is #185DAF. Grayscale: #ADADAD. Windows color (decimal): -1596848 or 5284583. OLE color: 5284583.
HSL color Cylindrical-coordinate representation of color #E7A250: hue angle of 32.58º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E7A250 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 162 | 80 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.09 |
| HSL | 32.58º | 0.76% | 0.61% | - |
| HSV(B) | 32.58º | 0.65% | 0.91% | - |
| XYZ | 47.32 | 43.41 | 13.47 | - |
| YUV | 173.28 | 75.36 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 162 | 80 | 0 | 0.30 | 0.65 | 0.09 | 32.58 | 0.76 | 0.61 |
| Hex | E7 | A2 | 50 | 0 | 1E | 41 | 9 | 21 | 4C | 3D |
| Octal | 347 | 242 | 120 | 0 | 36 | 101 | 11 | 41 | 114 | 75 |
| Binary | 11100111 | 10100010 | 1010000 | 0 | 11110 | 1000001 | 1001 | 100001 | 1001100 | 111101 |
Color Harmonies of #E7A250
Complementary color
Monochromatic Colors of #E7A250
Black with #E7A250
Text Example
Text Example
White with #E7A250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A250; }
p { color: rgb(231,162,80); }
H1.HeaderClassName
{
color: #E7A250;
}
.AnyTagClassName
{
color: #E7A250;
}
</style>
background-color css
<style>
a { background-color: #E7A250; }
a { background-color: rgb(231,162,80); }
div.DivClassName
{
background-color: #E7A250;
}
.BgClassName
{
background-color: #E7A250;
}
</style>
border-color css
<style>
span { border-color: #E7A250; }
span { border-color: rgb(231,162,80); }
td.TdClassName
{
border-color: #E7A250;
}
.TagClassName
{
border-color: #E7A250;
}
</style>