Shades of Porsche #E0A862
Tints of Porsche #E0A862
RGB
CMYK
RGB Variations
Color information
#E0A862 (or 0xE0A862) is known color: Porsche. HEX triplet: E0, A8 and 62. RGB value is (224,168,98). Sum of RGB (Red+Green+Blue) = 224+168+98=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 98 (38.67% from 255 or 20% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A862 is #1F579D. Grayscale: #B1B1B1. Windows color (decimal): -2054046 or 6465760. OLE color: 6465760.
HSL color Cylindrical-coordinate representation of color #E0A862: hue angle of 33.33º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E0A862 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 168 | 98 | - |
| CMYK | 0 | 0.25 | 0.56 | 0.12 |
| HSL | 33.33º | 0.67% | 0.63% | - |
| HSV(B) | 33.33º | 0.56% | 0.88% | - |
| XYZ | 46.95 | 44.73 | 17.72 | - |
| YUV | 176.76 | 83.55 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 168 | 98 | 0 | 0.25 | 0.56 | 0.12 | 33.33 | 0.67 | 0.63 |
| Hex | E0 | A8 | 62 | 0 | 19 | 38 | C | 21 | 43 | 3F |
| Octal | 340 | 250 | 142 | 0 | 31 | 70 | 14 | 41 | 103 | 77 |
| Binary | 11100000 | 10101000 | 1100010 | 0 | 11001 | 111000 | 1100 | 100001 | 1000011 | 111111 |
Color Harmonies of #E0A862
Complementary color
Monochromatic Colors of #E0A862
Black with #E0A862
Text Example
Text Example
White with #E0A862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A862; }
p { color: rgb(224,168,98); }
H1.HeaderClassName
{
color: #E0A862;
}
.AnyTagClassName
{
color: #E0A862;
}
</style>
background-color css
<style>
a { background-color: #E0A862; }
a { background-color: rgb(224,168,98); }
div.DivClassName
{
background-color: #E0A862;
}
.BgClassName
{
background-color: #E0A862;
}
</style>
border-color css
<style>
span { border-color: #E0A862; }
span { border-color: rgb(224,168,98); }
td.TdClassName
{
border-color: #E0A862;
}
.TagClassName
{
border-color: #E0A862;
}
</style>