Shades of Porsche #E0A26D
Tints of Porsche #E0A26D
RGB
CMYK
RGB Variations
Color information
#E0A26D (or 0xE0A26D) is known color: Porsche. HEX triplet: E0, A2 and 6D. RGB value is (224,162,109). Sum of RGB (Red+Green+Blue) = 224+162+109=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 162 (63.67% from 255 or 32.73% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A26D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A26D is #1F5D92. Grayscale: #AEAEAE. Windows color (decimal): -2055571 or 7185120. OLE color: 7185120.
HSL color Cylindrical-coordinate representation of color #E0A26D: hue angle of 27.65º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E0A26D is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 162 | 109 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.12 |
| HSL | 27.65º | 0.65% | 0.65% | - |
| HSV(B) | 27.65º | 0.51% | 0.88% | - |
| XYZ | 46.42 | 42.79 | 20.28 | - |
| YUV | 174.5 | 91.04 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 162 | 109 | 0 | 0.28 | 0.51 | 0.12 | 27.65 | 0.65 | 0.65 |
| Hex | E0 | A2 | 6D | 0 | 1C | 33 | C | 1C | 41 | 41 |
| Octal | 340 | 242 | 155 | 0 | 34 | 63 | 14 | 34 | 101 | 101 |
| Binary | 11100000 | 10100010 | 1101101 | 0 | 11100 | 110011 | 1100 | 11100 | 1000001 | 1000001 |
Color Harmonies of #E0A26D
Complementary color
Monochromatic Colors of #E0A26D
Black with #E0A26D
Text Example
Text Example
White with #E0A26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A26D; }
p { color: rgb(224,162,109); }
H1.HeaderClassName
{
color: #E0A26D;
}
.AnyTagClassName
{
color: #E0A26D;
}
</style>
background-color css
<style>
a { background-color: #E0A26D; }
a { background-color: rgb(224,162,109); }
div.DivClassName
{
background-color: #E0A26D;
}
.BgClassName
{
background-color: #E0A26D;
}
</style>
border-color css
<style>
span { border-color: #E0A26D; }
span { border-color: rgb(224,162,109); }
td.TdClassName
{
border-color: #E0A26D;
}
.TagClassName
{
border-color: #E0A26D;
}
</style>