Shades of Porsche #E0A256
Tints of Porsche #E0A256
RGB
CMYK
RGB Variations
Color information
#E0A256 (or 0xE0A256) is known color: Porsche. HEX triplet: E0, A2 and 56. RGB value is (224,162,86). Sum of RGB (Red+Green+Blue) = 224+162+86=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 86 (33.98% from 255 or 18.22% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A256 is #1F5DA9. Grayscale: #ACACAC. Windows color (decimal): -2055594 or 5677792. OLE color: 5677792.
HSL color Cylindrical-coordinate representation of color #E0A256: hue angle of 33.04º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E0A256 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 162 | 86 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.12 |
| HSL | 33.04º | 0.69% | 0.61% | - |
| HSV(B) | 33.04º | 0.62% | 0.88% | - |
| XYZ | 45.34 | 42.36 | 14.59 | - |
| YUV | 171.87 | 79.54 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 162 | 86 | 0 | 0.28 | 0.62 | 0.12 | 33.04 | 0.69 | 0.61 |
| Hex | E0 | A2 | 56 | 0 | 1C | 3E | C | 21 | 45 | 3D |
| Octal | 340 | 242 | 126 | 0 | 34 | 76 | 14 | 41 | 105 | 75 |
| Binary | 11100000 | 10100010 | 1010110 | 0 | 11100 | 111110 | 1100 | 100001 | 1000101 | 111101 |
Color Harmonies of #E0A256
Complementary color
Monochromatic Colors of #E0A256
Black with #E0A256
Text Example
Text Example
White with #E0A256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A256; }
p { color: rgb(224,162,86); }
H1.HeaderClassName
{
color: #E0A256;
}
.AnyTagClassName
{
color: #E0A256;
}
</style>
background-color css
<style>
a { background-color: #E0A256; }
a { background-color: rgb(224,162,86); }
div.DivClassName
{
background-color: #E0A256;
}
.BgClassName
{
background-color: #E0A256;
}
</style>
border-color css
<style>
span { border-color: #E0A256; }
span { border-color: rgb(224,162,86); }
td.TdClassName
{
border-color: #E0A256;
}
.TagClassName
{
border-color: #E0A256;
}
</style>