Shades of Porsche #E5A466
Tints of Porsche #E5A466
RGB
CMYK
RGB Variations
Color information
#E5A466 (or 0xE5A466) is known color: Porsche. HEX triplet: E5, A4 and 66. RGB value is (229,164,102). Sum of RGB (Red+Green+Blue) = 229+164+102=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 164 (64.45% from 255 or 33.13% from 495); Blue value is 102 (40.23% from 255 or 20.61% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A466 is #1A5B99. Grayscale: #B0B0B0. Windows color (decimal): -1727386 or 6726885. OLE color: 6726885.
HSL color Cylindrical-coordinate representation of color #E5A466: hue angle of 29.29º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E5A466 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 164 | 102 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.10 |
| HSL | 29.29º | 0.71% | 0.65% | - |
| HSV(B) | 29.29º | 0.55% | 0.9% | - |
| XYZ | 47.99 | 44.17 | 18.57 | - |
| YUV | 176.37 | 86.03 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 164 | 102 | 0 | 0.28 | 0.55 | 0.10 | 29.29 | 0.71 | 0.65 |
| Hex | E5 | A4 | 66 | 0 | 1C | 37 | A | 1D | 47 | 41 |
| Octal | 345 | 244 | 146 | 0 | 34 | 67 | 12 | 35 | 107 | 101 |
| Binary | 11100101 | 10100100 | 1100110 | 0 | 11100 | 110111 | 1010 | 11101 | 1000111 | 1000001 |
Color Harmonies of #E5A466
Complementary color
Monochromatic Colors of #E5A466
Black with #E5A466
Text Example
Text Example
White with #E5A466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A466; }
p { color: rgb(229,164,102); }
H1.HeaderClassName
{
color: #E5A466;
}
.AnyTagClassName
{
color: #E5A466;
}
</style>
background-color css
<style>
a { background-color: #E5A466; }
a { background-color: rgb(229,164,102); }
div.DivClassName
{
background-color: #E5A466;
}
.BgClassName
{
background-color: #E5A466;
}
</style>
border-color css
<style>
span { border-color: #E5A466; }
span { border-color: rgb(229,164,102); }
td.TdClassName
{
border-color: #E5A466;
}
.TagClassName
{
border-color: #E5A466;
}
</style>