Shades of Porsche #E0A464
Tints of Porsche #E0A464
RGB
CMYK
RGB Variations
Color information
#E0A464 (or 0xE0A464) is known color: Porsche. HEX triplet: E0, A4 and 64. RGB value is (224,164,100). Sum of RGB (Red+Green+Blue) = 224+164+100=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 164 (64.45% from 255 or 33.61% from 488); Blue value is 100 (39.45% from 255 or 20.49% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A464 is #1F5B9B. Grayscale: #AEAEAE. Windows color (decimal): -2055068 or 6595808. OLE color: 6595808.
HSL color Cylindrical-coordinate representation of color #E0A464: hue angle of 30.97º 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 #E0A464 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 164 | 100 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.12 |
| HSL | 30.97º | 0.67% | 0.64% | - |
| HSV(B) | 30.97º | 0.55% | 0.88% | - |
| XYZ | 46.32 | 43.32 | 17.98 | - |
| YUV | 174.64 | 85.88 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 164 | 100 | 0 | 0.27 | 0.55 | 0.12 | 30.97 | 0.67 | 0.64 |
| Hex | E0 | A4 | 64 | 0 | 1B | 37 | C | 1F | 43 | 40 |
| Octal | 340 | 244 | 144 | 0 | 33 | 67 | 14 | 37 | 103 | 100 |
| Binary | 11100000 | 10100100 | 1100100 | 0 | 11011 | 110111 | 1100 | 11111 | 1000011 | 1000000 |
Color Harmonies of #E0A464
Complementary color
Monochromatic Colors of #E0A464
Black with #E0A464
Text Example
Text Example
White with #E0A464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A464; }
p { color: rgb(224,164,100); }
H1.HeaderClassName
{
color: #E0A464;
}
.AnyTagClassName
{
color: #E0A464;
}
</style>
background-color css
<style>
a { background-color: #E0A464; }
a { background-color: rgb(224,164,100); }
div.DivClassName
{
background-color: #E0A464;
}
.BgClassName
{
background-color: #E0A464;
}
</style>
border-color css
<style>
span { border-color: #E0A464; }
span { border-color: rgb(224,164,100); }
td.TdClassName
{
border-color: #E0A464;
}
.TagClassName
{
border-color: #E0A464;
}
</style>