Shades of Porsche #E79D5D
Tints of Porsche #E79D5D
RGB
CMYK
RGB Variations
Color information
#E79D5D (or 0xE79D5D) is known color: Porsche. HEX triplet: E7, 9D and 5D. RGB value is (231,157,93). Sum of RGB (Red+Green+Blue) = 231+157+93=481 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.02% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 93 (36.72% from 255 or 19.33% from 481); Max value from RGB is 231 - color contains mainly: red. Hex color #E79D5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79D5D is #1862A2. Grayscale: #ACACAC. Windows color (decimal): -1598115 or 6135271. OLE color: 6135271.
HSL color Cylindrical-coordinate representation of color #E79D5D: hue angle of 27.83º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E79D5D is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 157 | 93 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.09 |
| HSL | 27.83º | 0.74% | 0.64% | - |
| HSV(B) | 27.83º | 0.6% | 0.91% | - |
| XYZ | 46.99 | 41.89 | 15.97 | - |
| YUV | 171.83 | 83.52 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 157 | 93 | 0 | 0.32 | 0.60 | 0.09 | 27.83 | 0.74 | 0.64 |
| Hex | E7 | 9D | 5D | 0 | 20 | 3C | 9 | 1C | 4A | 40 |
| Octal | 347 | 235 | 135 | 0 | 40 | 74 | 11 | 34 | 112 | 100 |
| Binary | 11100111 | 10011101 | 1011101 | 0 | 100000 | 111100 | 1001 | 11100 | 1001010 | 1000000 |
Color Harmonies of #E79D5D
Complementary color
Monochromatic Colors of #E79D5D
Black with #E79D5D
Text Example
Text Example
White with #E79D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79D5D; }
p { color: rgb(231,157,93); }
H1.HeaderClassName
{
color: #E79D5D;
}
.AnyTagClassName
{
color: #E79D5D;
}
</style>
background-color css
<style>
a { background-color: #E79D5D; }
a { background-color: rgb(231,157,93); }
div.DivClassName
{
background-color: #E79D5D;
}
.BgClassName
{
background-color: #E79D5D;
}
</style>
border-color css
<style>
span { border-color: #E79D5D; }
span { border-color: rgb(231,157,93); }
td.TdClassName
{
border-color: #E79D5D;
}
.TagClassName
{
border-color: #E79D5D;
}
</style>