Shades of Porsche #E0A352
Tints of Porsche #E0A352
RGB
CMYK
RGB Variations
Color information
#E0A352 (or 0xE0A352) is known color: Porsche. HEX triplet: E0, A3 and 52. RGB value is (224,163,82). Sum of RGB (Red+Green+Blue) = 224+163+82=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 82 (32.42% from 255 or 17.48% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A352 is #1F5CAD. Grayscale: #ACACAC. Windows color (decimal): -2055342 or 5415904. OLE color: 5415904.
HSL color Cylindrical-coordinate representation of color #E0A352: hue angle of 34.23º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E0A352 is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 163 | 82 | - |
| CMYK | 0 | 0.27 | 0.63 | 0.12 |
| HSL | 34.23º | 0.7% | 0.6% | - |
| HSV(B) | 34.23º | 0.63% | 0.88% | - |
| XYZ | 45.36 | 42.65 | 13.82 | - |
| YUV | 172.01 | 77.21 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 163 | 82 | 0 | 0.27 | 0.63 | 0.12 | 34.23 | 0.7 | 0.6 |
| Hex | E0 | A3 | 52 | 0 | 1B | 3F | C | 22 | 46 | 3C |
| Octal | 340 | 243 | 122 | 0 | 33 | 77 | 14 | 42 | 106 | 74 |
| Binary | 11100000 | 10100011 | 1010010 | 0 | 11011 | 111111 | 1100 | 100010 | 1000110 | 111100 |
Color Harmonies of #E0A352
Complementary color
Monochromatic Colors of #E0A352
Black with #E0A352
Text Example
Text Example
White with #E0A352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A352; }
p { color: rgb(224,163,82); }
H1.HeaderClassName
{
color: #E0A352;
}
.AnyTagClassName
{
color: #E0A352;
}
</style>
background-color css
<style>
a { background-color: #E0A352; }
a { background-color: rgb(224,163,82); }
div.DivClassName
{
background-color: #E0A352;
}
.BgClassName
{
background-color: #E0A352;
}
</style>
border-color css
<style>
span { border-color: #E0A352; }
span { border-color: rgb(224,163,82); }
td.TdClassName
{
border-color: #E0A352;
}
.TagClassName
{
border-color: #E0A352;
}
</style>