Shades of Porsche #E2A46A
Tints of Porsche #E2A46A
RGB
CMYK
RGB Variations
Color information
#E2A46A (or 0xE2A46A) is known color: Porsche. HEX triplet: E2, A4 and 6A. RGB value is (226,164,106). Sum of RGB (Red+Green+Blue) = 226+164+106=496 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.56% from 496); Green value is 164 (64.45% from 255 or 33.06% from 496); Blue value is 106 (41.80% from 255 or 21.37% from 496); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A46A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A46A is #1D5B95. Grayscale: #B0B0B0. Windows color (decimal): -1923990 or 6989026. OLE color: 6989026.
HSL color Cylindrical-coordinate representation of color #E2A46A: hue angle of 29º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E2A46A is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 164 | 106 | - |
| CMYK | 0 | 0.27 | 0.53 | 0.11 |
| HSL | 29º | 0.67% | 0.65% | - |
| HSV(B) | 29º | 0.53% | 0.89% | - |
| XYZ | 47.24 | 43.76 | 19.59 | - |
| YUV | 175.93 | 88.54 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 164 | 106 | 0 | 0.27 | 0.53 | 0.11 | 29 | 0.67 | 0.65 |
| Hex | E2 | A4 | 6A | 0 | 1B | 35 | B | 1D | 43 | 41 |
| Octal | 342 | 244 | 152 | 0 | 33 | 65 | 13 | 35 | 103 | 101 |
| Binary | 11100010 | 10100100 | 1101010 | 0 | 11011 | 110101 | 1011 | 11101 | 1000011 | 1000001 |
Color Harmonies of #E2A46A
Complementary color
Monochromatic Colors of #E2A46A
Black with #E2A46A
Text Example
Text Example
White with #E2A46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A46A; }
p { color: rgb(226,164,106); }
H1.HeaderClassName
{
color: #E2A46A;
}
.AnyTagClassName
{
color: #E2A46A;
}
</style>
background-color css
<style>
a { background-color: #E2A46A; }
a { background-color: rgb(226,164,106); }
div.DivClassName
{
background-color: #E2A46A;
}
.BgClassName
{
background-color: #E2A46A;
}
</style>
border-color css
<style>
span { border-color: #E2A46A; }
span { border-color: rgb(226,164,106); }
td.TdClassName
{
border-color: #E2A46A;
}
.TagClassName
{
border-color: #E2A46A;
}
</style>