Shades of Porsche #E0A26E
Tints of Porsche #E0A26E
RGB
CMYK
RGB Variations
Color information
#E0A26E (or 0xE0A26E) is known color: Porsche. HEX triplet: E0, A2 and 6E. RGB value is (224,162,110). Sum of RGB (Red+Green+Blue) = 224+162+110=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 162 (63.67% from 255 or 32.66% from 496); Blue value is 110 (43.36% from 255 or 22.18% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A26E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A26E is #1F5D91. Grayscale: #AEAEAE. Windows color (decimal): -2055570 or 7250656. OLE color: 7250656.
HSL color Cylindrical-coordinate representation of color #E0A26E: hue angle of 27.37º 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 #E0A26E is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 162 | 110 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.12 |
| HSL | 27.37º | 0.65% | 0.65% | - |
| HSV(B) | 27.37º | 0.51% | 0.88% | - |
| XYZ | 46.48 | 42.81 | 20.57 | - |
| YUV | 174.61 | 91.54 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 162 | 110 | 0 | 0.28 | 0.51 | 0.12 | 27.37 | 0.65 | 0.65 |
| Hex | E0 | A2 | 6E | 0 | 1C | 33 | C | 1B | 41 | 41 |
| Octal | 340 | 242 | 156 | 0 | 34 | 63 | 14 | 33 | 101 | 101 |
| Binary | 11100000 | 10100010 | 1101110 | 0 | 11100 | 110011 | 1100 | 11011 | 1000001 | 1000001 |
Color Harmonies of #E0A26E
Complementary color
Monochromatic Colors of #E0A26E
Black with #E0A26E
Text Example
Text Example
White with #E0A26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A26E; }
p { color: rgb(224,162,110); }
H1.HeaderClassName
{
color: #E0A26E;
}
.AnyTagClassName
{
color: #E0A26E;
}
</style>
background-color css
<style>
a { background-color: #E0A26E; }
a { background-color: rgb(224,162,110); }
div.DivClassName
{
background-color: #E0A26E;
}
.BgClassName
{
background-color: #E0A26E;
}
</style>
border-color css
<style>
span { border-color: #E0A26E; }
span { border-color: rgb(224,162,110); }
td.TdClassName
{
border-color: #E0A26E;
}
.TagClassName
{
border-color: #E0A26E;
}
</style>