Shades of Porsche #E0A668
Tints of Porsche #E0A668
RGB
CMYK
RGB Variations
Color information
#E0A668 (or 0xE0A668) is known color: Porsche. HEX triplet: E0, A6 and 68. RGB value is (224,166,104). Sum of RGB (Red+Green+Blue) = 224+166+104=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 166 (65.23% from 255 or 33.60% from 494); Blue value is 104 (41.02% from 255 or 21.05% from 494); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A668 is #1F5997. Grayscale: #B0B0B0. Windows color (decimal): -2054552 or 6858464. OLE color: 6858464.
HSL color Cylindrical-coordinate representation of color #E0A668: hue angle of 31º 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 #E0A668 is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 166 | 104 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.12 |
| HSL | 31º | 0.66% | 0.64% | - |
| HSV(B) | 31º | 0.54% | 0.88% | - |
| XYZ | 46.88 | 44.12 | 19.14 | - |
| YUV | 176.27 | 87.22 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 166 | 104 | 0 | 0.26 | 0.54 | 0.12 | 31 | 0.66 | 0.64 |
| Hex | E0 | A6 | 68 | 0 | 1A | 36 | C | 1F | 42 | 40 |
| Octal | 340 | 246 | 150 | 0 | 32 | 66 | 14 | 37 | 102 | 100 |
| Binary | 11100000 | 10100110 | 1101000 | 0 | 11010 | 110110 | 1100 | 11111 | 1000010 | 1000000 |
Color Harmonies of #E0A668
Complementary color
Monochromatic Colors of #E0A668
Black with #E0A668
Text Example
Text Example
White with #E0A668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A668; }
p { color: rgb(224,166,104); }
H1.HeaderClassName
{
color: #E0A668;
}
.AnyTagClassName
{
color: #E0A668;
}
</style>
background-color css
<style>
a { background-color: #E0A668; }
a { background-color: rgb(224,166,104); }
div.DivClassName
{
background-color: #E0A668;
}
.BgClassName
{
background-color: #E0A668;
}
</style>
border-color css
<style>
span { border-color: #E0A668; }
span { border-color: rgb(224,166,104); }
td.TdClassName
{
border-color: #E0A668;
}
.TagClassName
{
border-color: #E0A668;
}
</style>