Shades of Porsche #E2A352
Tints of Porsche #E2A352
RGB
CMYK
RGB Variations
Color information
#E2A352 (or 0xE2A352) is known color: Porsche. HEX triplet: E2, A3 and 52. RGB value is (226,163,82). Sum of RGB (Red+Green+Blue) = 226+163+82=471 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.98% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 82 (32.42% from 255 or 17.41% from 471); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A352 is #1D5CAD. Grayscale: #ACACAC. Windows color (decimal): -1924270 or 5415906. OLE color: 5415906.
HSL color Cylindrical-coordinate representation of color #E2A352: hue angle of 33.75º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E2A352 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 163 | 82 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.11 |
| HSL | 33.75º | 0.71% | 0.6% | - |
| HSV(B) | 33.75º | 0.64% | 0.89% | - |
| XYZ | 45.98 | 42.97 | 13.85 | - |
| YUV | 172.6 | 76.87 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 163 | 82 | 0 | 0.28 | 0.64 | 0.11 | 33.75 | 0.71 | 0.6 |
| Hex | E2 | A3 | 52 | 0 | 1C | 40 | B | 22 | 47 | 3C |
| Octal | 342 | 243 | 122 | 0 | 34 | 100 | 13 | 42 | 107 | 74 |
| Binary | 11100010 | 10100011 | 1010010 | 0 | 11100 | 1000000 | 1011 | 100010 | 1000111 | 111100 |
Color Harmonies of #E2A352
Complementary color
Monochromatic Colors of #E2A352
Black with #E2A352
Text Example
Text Example
White with #E2A352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A352; }
p { color: rgb(226,163,82); }
H1.HeaderClassName
{
color: #E2A352;
}
.AnyTagClassName
{
color: #E2A352;
}
</style>
background-color css
<style>
a { background-color: #E2A352; }
a { background-color: rgb(226,163,82); }
div.DivClassName
{
background-color: #E2A352;
}
.BgClassName
{
background-color: #E2A352;
}
</style>
border-color css
<style>
span { border-color: #E2A352; }
span { border-color: rgb(226,163,82); }
td.TdClassName
{
border-color: #E2A352;
}
.TagClassName
{
border-color: #E2A352;
}
</style>