Shades of Porsche #E0A468
Tints of Porsche #E0A468
RGB
CMYK
RGB Variations
Color information
#E0A468 (or 0xE0A468) is known color: Porsche. HEX triplet: E0, A4 and 68. RGB value is (224,164,104). Sum of RGB (Red+Green+Blue) = 224+164+104=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 164 (64.45% from 255 or 33.33% from 492); Blue value is 104 (41.02% from 255 or 21.14% from 492); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A468 is #1F5B97. Grayscale: #AFAFAF. Windows color (decimal): -2055064 or 6857952. OLE color: 6857952.
HSL color Cylindrical-coordinate representation of color #E0A468: hue angle of 30º 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 #E0A468 is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 164 | 104 | - |
| CMYK | 0 | 0.27 | 0.54 | 0.12 |
| HSL | 30º | 0.66% | 0.64% | - |
| HSV(B) | 30º | 0.54% | 0.88% | - |
| XYZ | 46.51 | 43.4 | 19.02 | - |
| YUV | 175.1 | 87.88 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 164 | 104 | 0 | 0.27 | 0.54 | 0.12 | 30 | 0.66 | 0.64 |
| Hex | E0 | A4 | 68 | 0 | 1B | 36 | C | 1E | 42 | 40 |
| Octal | 340 | 244 | 150 | 0 | 33 | 66 | 14 | 36 | 102 | 100 |
| Binary | 11100000 | 10100100 | 1101000 | 0 | 11011 | 110110 | 1100 | 11110 | 1000010 | 1000000 |
Color Harmonies of #E0A468
Complementary color
Monochromatic Colors of #E0A468
Black with #E0A468
Text Example
Text Example
White with #E0A468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A468; }
p { color: rgb(224,164,104); }
H1.HeaderClassName
{
color: #E0A468;
}
.AnyTagClassName
{
color: #E0A468;
}
</style>
background-color css
<style>
a { background-color: #E0A468; }
a { background-color: rgb(224,164,104); }
div.DivClassName
{
background-color: #E0A468;
}
.BgClassName
{
background-color: #E0A468;
}
</style>
border-color css
<style>
span { border-color: #E0A468; }
span { border-color: rgb(224,164,104); }
td.TdClassName
{
border-color: #E0A468;
}
.TagClassName
{
border-color: #E0A468;
}
</style>