Shades of Porsche #E0A465
Tints of Porsche #E0A465
RGB
CMYK
RGB Variations
Color information
#E0A465 (or 0xE0A465) is known color: Porsche. HEX triplet: E0, A4 and 65. RGB value is (224,164,101). Sum of RGB (Red+Green+Blue) = 224+164+101=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 164 (64.45% from 255 or 33.54% from 489); Blue value is 101 (39.84% from 255 or 20.65% from 489); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A465 is #1F5B9A. Grayscale: #AFAFAF. Windows color (decimal): -2055067 or 6661344. OLE color: 6661344.
HSL color Cylindrical-coordinate representation of color #E0A465: hue angle of 30.73º 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 #E0A465 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 164 | 101 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.12 |
| HSL | 30.73º | 0.66% | 0.64% | - |
| HSV(B) | 30.73º | 0.55% | 0.88% | - |
| XYZ | 46.36 | 43.34 | 18.23 | - |
| YUV | 174.76 | 86.38 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 164 | 101 | 0 | 0.27 | 0.55 | 0.12 | 30.73 | 0.66 | 0.64 |
| Hex | E0 | A4 | 65 | 0 | 1B | 37 | C | 1F | 42 | 40 |
| Octal | 340 | 244 | 145 | 0 | 33 | 67 | 14 | 37 | 102 | 100 |
| Binary | 11100000 | 10100100 | 1100101 | 0 | 11011 | 110111 | 1100 | 11111 | 1000010 | 1000000 |
Color Harmonies of #E0A465
Complementary color
Monochromatic Colors of #E0A465
Black with #E0A465
Text Example
Text Example
White with #E0A465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A465; }
p { color: rgb(224,164,101); }
H1.HeaderClassName
{
color: #E0A465;
}
.AnyTagClassName
{
color: #E0A465;
}
</style>
background-color css
<style>
a { background-color: #E0A465; }
a { background-color: rgb(224,164,101); }
div.DivClassName
{
background-color: #E0A465;
}
.BgClassName
{
background-color: #E0A465;
}
</style>
border-color css
<style>
span { border-color: #E0A465; }
span { border-color: rgb(224,164,101); }
td.TdClassName
{
border-color: #E0A465;
}
.TagClassName
{
border-color: #E0A465;
}
</style>