Shades of Porsche #E2A460
Tints of Porsche #E2A460
RGB
CMYK
RGB Variations
Color information
#E2A460 (or 0xE2A460) is known color: Porsche. HEX triplet: E2, A4 and 60. RGB value is (226,164,96). Sum of RGB (Red+Green+Blue) = 226+164+96=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 164 (64.45% from 255 or 33.74% from 486); Blue value is 96 (37.89% from 255 or 19.75% from 486); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A460 is #1D5B9F. Grayscale: #AFAFAF. Windows color (decimal): -1924000 or 6333666. OLE color: 6333666.
HSL color Cylindrical-coordinate representation of color #E2A460: hue angle of 31.38º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E2A460 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 164 | 96 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.11 |
| HSL | 31.38º | 0.69% | 0.63% | - |
| HSV(B) | 31.38º | 0.58% | 0.89% | - |
| XYZ | 46.75 | 43.56 | 17.01 | - |
| YUV | 174.79 | 83.54 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 164 | 96 | 0 | 0.27 | 0.58 | 0.11 | 31.38 | 0.69 | 0.63 |
| Hex | E2 | A4 | 60 | 0 | 1B | 3A | B | 1F | 45 | 3F |
| Octal | 342 | 244 | 140 | 0 | 33 | 72 | 13 | 37 | 105 | 77 |
| Binary | 11100010 | 10100100 | 1100000 | 0 | 11011 | 111010 | 1011 | 11111 | 1000101 | 111111 |
Color Harmonies of #E2A460
Complementary color
Monochromatic Colors of #E2A460
Black with #E2A460
Text Example
Text Example
White with #E2A460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A460; }
p { color: rgb(226,164,96); }
H1.HeaderClassName
{
color: #E2A460;
}
.AnyTagClassName
{
color: #E2A460;
}
</style>
background-color css
<style>
a { background-color: #E2A460; }
a { background-color: rgb(226,164,96); }
div.DivClassName
{
background-color: #E2A460;
}
.BgClassName
{
background-color: #E2A460;
}
</style>
border-color css
<style>
span { border-color: #E2A460; }
span { border-color: rgb(226,164,96); }
td.TdClassName
{
border-color: #E2A460;
}
.TagClassName
{
border-color: #E2A460;
}
</style>