Shades of Porsche #E0A665
Tints of Porsche #E0A665
RGB
CMYK
RGB Variations
Color information
#E0A665 (or 0xE0A665) is known color: Porsche. HEX triplet: E0, A6 and 65. RGB value is (224,166,101). Sum of RGB (Red+Green+Blue) = 224+166+101=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 101 (39.84% from 255 or 20.57% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A665 is #1F599A. Grayscale: #B0B0B0. Windows color (decimal): -2054555 or 6661856. OLE color: 6661856.
HSL color Cylindrical-coordinate representation of color #E0A665: hue angle of 31.71º degrees, saturation: 0.66, 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 #E0A665 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 166 | 101 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.12 |
| HSL | 31.71º | 0.66% | 0.64% | - |
| HSV(B) | 31.71º | 0.55% | 0.88% | - |
| XYZ | 46.73 | 44.06 | 18.35 | - |
| YUV | 175.93 | 85.72 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 166 | 101 | 0 | 0.26 | 0.55 | 0.12 | 31.71 | 0.66 | 0.64 |
| Hex | E0 | A6 | 65 | 0 | 1A | 37 | C | 20 | 42 | 40 |
| Octal | 340 | 246 | 145 | 0 | 32 | 67 | 14 | 40 | 102 | 100 |
| Binary | 11100000 | 10100110 | 1100101 | 0 | 11010 | 110111 | 1100 | 100000 | 1000010 | 1000000 |
Color Harmonies of #E0A665
Complementary color
Monochromatic Colors of #E0A665
Black with #E0A665
Text Example
Text Example
White with #E0A665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A665; }
p { color: rgb(224,166,101); }
H1.HeaderClassName
{
color: #E0A665;
}
.AnyTagClassName
{
color: #E0A665;
}
</style>
background-color css
<style>
a { background-color: #E0A665; }
a { background-color: rgb(224,166,101); }
div.DivClassName
{
background-color: #E0A665;
}
.BgClassName
{
background-color: #E0A665;
}
</style>
border-color css
<style>
span { border-color: #E0A665; }
span { border-color: rgb(224,166,101); }
td.TdClassName
{
border-color: #E0A665;
}
.TagClassName
{
border-color: #E0A665;
}
</style>