Shades of Porsche #E49360
Tints of Porsche #E49360
RGB
CMYK
RGB Variations
Color information
#E49360 (or 0xE49360) is known color: Porsche. HEX triplet: E4, 93 and 60. RGB value is (228,147,96). Sum of RGB (Red+Green+Blue) = 228+147+96=471 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.41% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 96 (37.89% from 255 or 20.38% from 471); Max value from RGB is 228 - color contains mainly: red. Hex color #E49360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49360 is #1B6C9F. Grayscale: #A5A5A5. Windows color (decimal): -1797280 or 6329316. OLE color: 6329316.
HSL color Cylindrical-coordinate representation of color #E49360: hue angle of 23.18º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E49360 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 147 | 96 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.11 |
| HSL | 23.18º | 0.71% | 0.64% | - |
| HSV(B) | 23.18º | 0.58% | 0.89% | - |
| XYZ | 44.54 | 38.21 | 16.09 | - |
| YUV | 165.41 | 88.84 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 147 | 96 | 0 | 0.36 | 0.58 | 0.11 | 23.18 | 0.71 | 0.64 |
| Hex | E4 | 93 | 60 | 0 | 24 | 3A | B | 17 | 47 | 40 |
| Octal | 344 | 223 | 140 | 0 | 44 | 72 | 13 | 27 | 107 | 100 |
| Binary | 11100100 | 10010011 | 1100000 | 0 | 100100 | 111010 | 1011 | 10111 | 1000111 | 1000000 |
Color Harmonies of #E49360
Complementary color
Monochromatic Colors of #E49360
Black with #E49360
Text Example
Text Example
White with #E49360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49360; }
p { color: rgb(228,147,96); }
H1.HeaderClassName
{
color: #E49360;
}
.AnyTagClassName
{
color: #E49360;
}
</style>
background-color css
<style>
a { background-color: #E49360; }
a { background-color: rgb(228,147,96); }
div.DivClassName
{
background-color: #E49360;
}
.BgClassName
{
background-color: #E49360;
}
</style>
border-color css
<style>
span { border-color: #E49360; }
span { border-color: rgb(228,147,96); }
td.TdClassName
{
border-color: #E49360;
}
.TagClassName
{
border-color: #E49360;
}
</style>