Shades of Porsche #E79E5D
Tints of Porsche #E79E5D
RGB
CMYK
RGB Variations
Color information
#E79E5D (or 0xE79E5D) is known color: Porsche. HEX triplet: E7, 9E and 5D. RGB value is (231,158,93). Sum of RGB (Red+Green+Blue) = 231+158+93=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 231 - color contains mainly: red. Hex color #E79E5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79E5D is #1861A2. Grayscale: #ACACAC. Windows color (decimal): -1597859 or 6135527. OLE color: 6135527.
HSL color Cylindrical-coordinate representation of color #E79E5D: hue angle of 28.26º 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 #E79E5D is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 158 | 93 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.09 |
| HSL | 28.26º | 0.74% | 0.64% | - |
| HSV(B) | 28.26º | 0.6% | 0.91% | - |
| XYZ | 47.16 | 42.23 | 16.02 | - |
| YUV | 172.42 | 83.18 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 158 | 93 | 0 | 0.32 | 0.60 | 0.09 | 28.26 | 0.74 | 0.64 |
| Hex | E7 | 9E | 5D | 0 | 20 | 3C | 9 | 1C | 4A | 40 |
| Octal | 347 | 236 | 135 | 0 | 40 | 74 | 11 | 34 | 112 | 100 |
| Binary | 11100111 | 10011110 | 1011101 | 0 | 100000 | 111100 | 1001 | 11100 | 1001010 | 1000000 |
Color Harmonies of #E79E5D
Complementary color
Monochromatic Colors of #E79E5D
Black with #E79E5D
Text Example
Text Example
White with #E79E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79E5D; }
p { color: rgb(231,158,93); }
H1.HeaderClassName
{
color: #E79E5D;
}
.AnyTagClassName
{
color: #E79E5D;
}
</style>
background-color css
<style>
a { background-color: #E79E5D; }
a { background-color: rgb(231,158,93); }
div.DivClassName
{
background-color: #E79E5D;
}
.BgClassName
{
background-color: #E79E5D;
}
</style>
border-color css
<style>
span { border-color: #E79E5D; }
span { border-color: rgb(231,158,93); }
td.TdClassName
{
border-color: #E79E5D;
}
.TagClassName
{
border-color: #E79E5D;
}
</style>