Shades of Porsche #E0A864
Tints of Porsche #E0A864
RGB
CMYK
RGB Variations
Color information
#E0A864 (or 0xE0A864) is known color: Porsche. HEX triplet: E0, A8 and 64. RGB value is (224,168,100). Sum of RGB (Red+Green+Blue) = 224+168+100=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 100 (39.45% from 255 or 20.33% from 492); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A864 is #1F579B. Grayscale: #B1B1B1. Windows color (decimal): -2054044 or 6596832. OLE color: 6596832.
HSL color Cylindrical-coordinate representation of color #E0A864: hue angle of 32.9º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E0A864 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 168 | 100 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.12 |
| HSL | 32.9º | 0.67% | 0.64% | - |
| HSV(B) | 32.9º | 0.55% | 0.88% | - |
| XYZ | 47.04 | 44.77 | 18.22 | - |
| YUV | 176.99 | 84.55 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 168 | 100 | 0 | 0.25 | 0.55 | 0.12 | 32.9 | 0.67 | 0.64 |
| Hex | E0 | A8 | 64 | 0 | 19 | 37 | C | 21 | 43 | 40 |
| Octal | 340 | 250 | 144 | 0 | 31 | 67 | 14 | 41 | 103 | 100 |
| Binary | 11100000 | 10101000 | 1100100 | 0 | 11001 | 110111 | 1100 | 100001 | 1000011 | 1000000 |
Color Harmonies of #E0A864
Complementary color
Monochromatic Colors of #E0A864
Black with #E0A864
Text Example
Text Example
White with #E0A864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A864; }
p { color: rgb(224,168,100); }
H1.HeaderClassName
{
color: #E0A864;
}
.AnyTagClassName
{
color: #E0A864;
}
</style>
background-color css
<style>
a { background-color: #E0A864; }
a { background-color: rgb(224,168,100); }
div.DivClassName
{
background-color: #E0A864;
}
.BgClassName
{
background-color: #E0A864;
}
</style>
border-color css
<style>
span { border-color: #E0A864; }
span { border-color: rgb(224,168,100); }
td.TdClassName
{
border-color: #E0A864;
}
.TagClassName
{
border-color: #E0A864;
}
</style>