Shades of Porsche #E0A067
Tints of Porsche #E0A067
RGB
CMYK
RGB Variations
Color information
#E0A067 (or 0xE0A067) is known color: Porsche. HEX triplet: E0, A0 and 67. RGB value is (224,160,103). Sum of RGB (Red+Green+Blue) = 224+160+103=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 103 (40.62% from 255 or 21.15% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A067 is #1F5F98. Grayscale: #ACACAC. Windows color (decimal): -2056089 or 6791392. OLE color: 6791392.
HSL color Cylindrical-coordinate representation of color #E0A067: hue angle of 28.26º 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 #E0A067 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 160 | 103 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.12 |
| HSL | 28.26º | 0.66% | 0.64% | - |
| HSV(B) | 28.26º | 0.54% | 0.88% | - |
| XYZ | 45.76 | 41.97 | 18.52 | - |
| YUV | 172.64 | 88.7 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 160 | 103 | 0 | 0.29 | 0.54 | 0.12 | 28.26 | 0.66 | 0.64 |
| Hex | E0 | A0 | 67 | 0 | 1D | 36 | C | 1C | 42 | 40 |
| Octal | 340 | 240 | 147 | 0 | 35 | 66 | 14 | 34 | 102 | 100 |
| Binary | 11100000 | 10100000 | 1100111 | 0 | 11101 | 110110 | 1100 | 11100 | 1000010 | 1000000 |
Color Harmonies of #E0A067
Complementary color
Monochromatic Colors of #E0A067
Black with #E0A067
Text Example
Text Example
White with #E0A067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A067; }
p { color: rgb(224,160,103); }
H1.HeaderClassName
{
color: #E0A067;
}
.AnyTagClassName
{
color: #E0A067;
}
</style>
background-color css
<style>
a { background-color: #E0A067; }
a { background-color: rgb(224,160,103); }
div.DivClassName
{
background-color: #E0A067;
}
.BgClassName
{
background-color: #E0A067;
}
</style>
border-color css
<style>
span { border-color: #E0A067; }
span { border-color: rgb(224,160,103); }
td.TdClassName
{
border-color: #E0A067;
}
.TagClassName
{
border-color: #E0A067;
}
</style>