Shades of Porsche #E5A15E
Tints of Porsche #E5A15E
RGB
CMYK
RGB Variations
Color information
#E5A15E (or 0xE5A15E) is known color: Porsche. HEX triplet: E5, A1 and 5E. RGB value is (229,161,94). Sum of RGB (Red+Green+Blue) = 229+161+94=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 94 (37.11% from 255 or 19.42% from 484); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A15E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A15E is #1A5EA1. Grayscale: #AEAEAE. Windows color (decimal): -1728162 or 6201829. OLE color: 6201829.
HSL color Cylindrical-coordinate representation of color #E5A15E: hue angle of 29.78º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E5A15E is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 161 | 94 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.10 |
| HSL | 29.78º | 0.72% | 0.63% | - |
| HSV(B) | 29.78º | 0.59% | 0.9% | - |
| XYZ | 47.08 | 42.96 | 16.4 | - |
| YUV | 173.69 | 83.03 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 161 | 94 | 0 | 0.30 | 0.59 | 0.10 | 29.78 | 0.72 | 0.63 |
| Hex | E5 | A1 | 5E | 0 | 1E | 3B | A | 1E | 48 | 3F |
| Octal | 345 | 241 | 136 | 0 | 36 | 73 | 12 | 36 | 110 | 77 |
| Binary | 11100101 | 10100001 | 1011110 | 0 | 11110 | 111011 | 1010 | 11110 | 1001000 | 111111 |
Color Harmonies of #E5A15E
Complementary color
Monochromatic Colors of #E5A15E
Black with #E5A15E
Text Example
Text Example
White with #E5A15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A15E; }
p { color: rgb(229,161,94); }
H1.HeaderClassName
{
color: #E5A15E;
}
.AnyTagClassName
{
color: #E5A15E;
}
</style>
background-color css
<style>
a { background-color: #E5A15E; }
a { background-color: rgb(229,161,94); }
div.DivClassName
{
background-color: #E5A15E;
}
.BgClassName
{
background-color: #E5A15E;
}
</style>
border-color css
<style>
span { border-color: #E5A15E; }
span { border-color: rgb(229,161,94); }
td.TdClassName
{
border-color: #E5A15E;
}
.TagClassName
{
border-color: #E5A15E;
}
</style>