Shades of Porsche #E2A262
Tints of Porsche #E2A262
RGB
CMYK
RGB Variations
Color information
#E2A262 (or 0xE2A262) is known color: Porsche. HEX triplet: E2, A2 and 62. RGB value is (226,162,98). Sum of RGB (Red+Green+Blue) = 226+162+98=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 162 (63.67% from 255 or 33.33% from 486); Blue value is 98 (38.67% from 255 or 20.16% from 486); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A262 is #1D5D9D. Grayscale: #AEAEAE. Windows color (decimal): -1924510 or 6464226. OLE color: 6464226.
HSL color Cylindrical-coordinate representation of color #E2A262: hue angle of 30º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E2A262 is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 162 | 98 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.11 |
| HSL | 30º | 0.69% | 0.64% | - |
| HSV(B) | 30º | 0.57% | 0.89% | - |
| XYZ | 46.49 | 42.89 | 17.38 | - |
| YUV | 173.84 | 85.2 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 162 | 98 | 0 | 0.28 | 0.57 | 0.11 | 30 | 0.69 | 0.64 |
| Hex | E2 | A2 | 62 | 0 | 1C | 39 | B | 1E | 45 | 40 |
| Octal | 342 | 242 | 142 | 0 | 34 | 71 | 13 | 36 | 105 | 100 |
| Binary | 11100010 | 10100010 | 1100010 | 0 | 11100 | 111001 | 1011 | 11110 | 1000101 | 1000000 |
Color Harmonies of #E2A262
Complementary color
Monochromatic Colors of #E2A262
Black with #E2A262
Text Example
Text Example
White with #E2A262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A262; }
p { color: rgb(226,162,98); }
H1.HeaderClassName
{
color: #E2A262;
}
.AnyTagClassName
{
color: #E2A262;
}
</style>
background-color css
<style>
a { background-color: #E2A262; }
a { background-color: rgb(226,162,98); }
div.DivClassName
{
background-color: #E2A262;
}
.BgClassName
{
background-color: #E2A262;
}
</style>
border-color css
<style>
span { border-color: #E2A262; }
span { border-color: rgb(226,162,98); }
td.TdClassName
{
border-color: #E2A262;
}
.TagClassName
{
border-color: #E2A262;
}
</style>