Shades of Porsche #E1A466
Tints of Porsche #E1A466
RGB
CMYK
RGB Variations
Color information
#E1A466 (or 0xE1A466) is known color: Porsche. HEX triplet: E1, A4 and 66. RGB value is (225,164,102). Sum of RGB (Red+Green+Blue) = 225+164+102=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 164 (64.45% from 255 or 33.40% from 491); Blue value is 102 (40.23% from 255 or 20.77% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A466 is #1E5B99. Grayscale: #AFAFAF. Windows color (decimal): -1989530 or 6726881. OLE color: 6726881.
HSL color Cylindrical-coordinate representation of color #E1A466: hue angle of 30.24º degrees, saturation: 0.67, 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 #E1A466 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 164 | 102 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.12 |
| HSL | 30.24º | 0.67% | 0.64% | - |
| HSV(B) | 30.24º | 0.55% | 0.88% | - |
| XYZ | 46.73 | 43.52 | 18.51 | - |
| YUV | 175.17 | 86.71 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 164 | 102 | 0 | 0.27 | 0.55 | 0.12 | 30.24 | 0.67 | 0.64 |
| Hex | E1 | A4 | 66 | 0 | 1B | 37 | C | 1E | 43 | 40 |
| Octal | 341 | 244 | 146 | 0 | 33 | 67 | 14 | 36 | 103 | 100 |
| Binary | 11100001 | 10100100 | 1100110 | 0 | 11011 | 110111 | 1100 | 11110 | 1000011 | 1000000 |
Color Harmonies of #E1A466
Complementary color
Monochromatic Colors of #E1A466
Black with #E1A466
Text Example
Text Example
White with #E1A466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A466; }
p { color: rgb(225,164,102); }
H1.HeaderClassName
{
color: #E1A466;
}
.AnyTagClassName
{
color: #E1A466;
}
</style>
background-color css
<style>
a { background-color: #E1A466; }
a { background-color: rgb(225,164,102); }
div.DivClassName
{
background-color: #E1A466;
}
.BgClassName
{
background-color: #E1A466;
}
</style>
border-color css
<style>
span { border-color: #E1A466; }
span { border-color: rgb(225,164,102); }
td.TdClassName
{
border-color: #E1A466;
}
.TagClassName
{
border-color: #E1A466;
}
</style>