Shades of Porsche #E0A15A
Tints of Porsche #E0A15A
RGB
CMYK
RGB Variations
Color information
#E0A15A (or 0xE0A15A) is known color: Porsche. HEX triplet: E0, A1 and 5A. RGB value is (224,161,90). Sum of RGB (Red+Green+Blue) = 224+161+90=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 90 (35.55% from 255 or 18.95% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A15A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A15A is #1F5EA5. Grayscale: #ACACAC. Windows color (decimal): -2055846 or 5939680. OLE color: 5939680.
HSL color Cylindrical-coordinate representation of color #E0A15A: hue angle of 31.79º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E0A15A is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 161 | 90 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.12 |
| HSL | 31.79º | 0.68% | 0.62% | - |
| HSV(B) | 31.79º | 0.6% | 0.88% | - |
| XYZ | 45.33 | 42.08 | 15.41 | - |
| YUV | 171.74 | 81.87 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 161 | 90 | 0 | 0.28 | 0.60 | 0.12 | 31.79 | 0.68 | 0.62 |
| Hex | E0 | A1 | 5A | 0 | 1C | 3C | C | 20 | 44 | 3E |
| Octal | 340 | 241 | 132 | 0 | 34 | 74 | 14 | 40 | 104 | 76 |
| Binary | 11100000 | 10100001 | 1011010 | 0 | 11100 | 111100 | 1100 | 100000 | 1000100 | 111110 |
Color Harmonies of #E0A15A
Complementary color
Monochromatic Colors of #E0A15A
Black with #E0A15A
Text Example
Text Example
White with #E0A15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A15A; }
p { color: rgb(224,161,90); }
H1.HeaderClassName
{
color: #E0A15A;
}
.AnyTagClassName
{
color: #E0A15A;
}
</style>
background-color css
<style>
a { background-color: #E0A15A; }
a { background-color: rgb(224,161,90); }
div.DivClassName
{
background-color: #E0A15A;
}
.BgClassName
{
background-color: #E0A15A;
}
</style>
border-color css
<style>
span { border-color: #E0A15A; }
span { border-color: rgb(224,161,90); }
td.TdClassName
{
border-color: #E0A15A;
}
.TagClassName
{
border-color: #E0A15A;
}
</style>