Shades of Porsche #E0A355
Tints of Porsche #E0A355
RGB
CMYK
RGB Variations
Color information
#E0A355 (or 0xE0A355) is known color: Porsche. HEX triplet: E0, A3 and 55. RGB value is (224,163,85). Sum of RGB (Red+Green+Blue) = 224+163+85=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 85 (33.59% from 255 or 18.01% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A355 is #1F5CAA. Grayscale: #ACACAC. Windows color (decimal): -2055339 or 5612512. OLE color: 5612512.
HSL color Cylindrical-coordinate representation of color #E0A355: hue angle of 33.67º 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 #E0A355 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 163 | 85 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.12 |
| HSL | 33.67º | 0.69% | 0.61% | - |
| HSV(B) | 33.67º | 0.62% | 0.88% | - |
| XYZ | 45.48 | 42.7 | 14.44 | - |
| YUV | 172.35 | 78.71 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 163 | 85 | 0 | 0.27 | 0.62 | 0.12 | 33.67 | 0.69 | 0.61 |
| Hex | E0 | A3 | 55 | 0 | 1B | 3E | C | 22 | 45 | 3D |
| Octal | 340 | 243 | 125 | 0 | 33 | 76 | 14 | 42 | 105 | 75 |
| Binary | 11100000 | 10100011 | 1010101 | 0 | 11011 | 111110 | 1100 | 100010 | 1000101 | 111101 |
Color Harmonies of #E0A355
Complementary color
Monochromatic Colors of #E0A355
Black with #E0A355
Text Example
Text Example
White with #E0A355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A355; }
p { color: rgb(224,163,85); }
H1.HeaderClassName
{
color: #E0A355;
}
.AnyTagClassName
{
color: #E0A355;
}
</style>
background-color css
<style>
a { background-color: #E0A355; }
a { background-color: rgb(224,163,85); }
div.DivClassName
{
background-color: #E0A355;
}
.BgClassName
{
background-color: #E0A355;
}
</style>
border-color css
<style>
span { border-color: #E0A355; }
span { border-color: rgb(224,163,85); }
td.TdClassName
{
border-color: #E0A355;
}
.TagClassName
{
border-color: #E0A355;
}
</style>