Shades of Porsche #E0A15C
Tints of Porsche #E0A15C
RGB
CMYK
RGB Variations
Color information
#E0A15C (or 0xE0A15C) is known color: Porsche. HEX triplet: E0, A1 and 5C. RGB value is (224,161,92). Sum of RGB (Red+Green+Blue) = 224+161+92=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 92 (36.33% from 255 or 19.29% from 477); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A15C is #1F5EA3. Grayscale: #ACACAC. Windows color (decimal): -2055844 or 6070752. OLE color: 6070752.
HSL color Cylindrical-coordinate representation of color #E0A15C: hue angle of 31.36º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E0A15C is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 161 | 92 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.12 |
| HSL | 31.36º | 0.68% | 0.62% | - |
| HSV(B) | 31.36º | 0.59% | 0.88% | - |
| XYZ | 45.42 | 42.11 | 15.86 | - |
| YUV | 171.97 | 82.87 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 161 | 92 | 0 | 0.28 | 0.59 | 0.12 | 31.36 | 0.68 | 0.62 |
| Hex | E0 | A1 | 5C | 0 | 1C | 3B | C | 1F | 44 | 3E |
| Octal | 340 | 241 | 134 | 0 | 34 | 73 | 14 | 37 | 104 | 76 |
| Binary | 11100000 | 10100001 | 1011100 | 0 | 11100 | 111011 | 1100 | 11111 | 1000100 | 111110 |
Color Harmonies of #E0A15C
Complementary color
Monochromatic Colors of #E0A15C
Black with #E0A15C
Text Example
Text Example
White with #E0A15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A15C; }
p { color: rgb(224,161,92); }
H1.HeaderClassName
{
color: #E0A15C;
}
.AnyTagClassName
{
color: #E0A15C;
}
</style>
background-color css
<style>
a { background-color: #E0A15C; }
a { background-color: rgb(224,161,92); }
div.DivClassName
{
background-color: #E0A15C;
}
.BgClassName
{
background-color: #E0A15C;
}
</style>
border-color css
<style>
span { border-color: #E0A15C; }
span { border-color: rgb(224,161,92); }
td.TdClassName
{
border-color: #E0A15C;
}
.TagClassName
{
border-color: #E0A15C;
}
</style>