Shades of Porsche #E0A666
Tints of Porsche #E0A666
RGB
CMYK
RGB Variations
Color information
#E0A666 (or 0xE0A666) is known color: Porsche. HEX triplet: E0, A6 and 66. RGB value is (224,166,102). Sum of RGB (Red+Green+Blue) = 224+166+102=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 166 (65.23% from 255 or 33.74% from 492); Blue value is 102 (40.23% from 255 or 20.73% from 492); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A666 is #1F5999. Grayscale: #B0B0B0. Windows color (decimal): -2054554 or 6727392. OLE color: 6727392.
HSL color Cylindrical-coordinate representation of color #E0A666: hue angle of 31.48º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E0A666 is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 166 | 102 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.12 |
| HSL | 31.48º | 0.66% | 0.64% | - |
| HSV(B) | 31.48º | 0.54% | 0.88% | - |
| XYZ | 46.77 | 44.08 | 18.61 | - |
| YUV | 176.05 | 86.22 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 166 | 102 | 0 | 0.26 | 0.54 | 0.12 | 31.48 | 0.66 | 0.64 |
| Hex | E0 | A6 | 66 | 0 | 1A | 36 | C | 1F | 42 | 40 |
| Octal | 340 | 246 | 146 | 0 | 32 | 66 | 14 | 37 | 102 | 100 |
| Binary | 11100000 | 10100110 | 1100110 | 0 | 11010 | 110110 | 1100 | 11111 | 1000010 | 1000000 |
Color Harmonies of #E0A666
Complementary color
Monochromatic Colors of #E0A666
Black with #E0A666
Text Example
Text Example
White with #E0A666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A666; }
p { color: rgb(224,166,102); }
H1.HeaderClassName
{
color: #E0A666;
}
.AnyTagClassName
{
color: #E0A666;
}
</style>
background-color css
<style>
a { background-color: #E0A666; }
a { background-color: rgb(224,166,102); }
div.DivClassName
{
background-color: #E0A666;
}
.BgClassName
{
background-color: #E0A666;
}
</style>
border-color css
<style>
span { border-color: #E0A666; }
span { border-color: rgb(224,166,102); }
td.TdClassName
{
border-color: #E0A666;
}
.TagClassName
{
border-color: #E0A666;
}
</style>