Shades of Porsche #E79D55
Tints of Porsche #E79D55
RGB
CMYK
RGB Variations
Color information
#E79D55 (or 0xE79D55) is known color: Porsche. HEX triplet: E7, 9D and 55. RGB value is (231,157,85). Sum of RGB (Red+Green+Blue) = 231+157+85=473 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.84% from 473); Green value is 157 (61.72% from 255 or 33.19% from 473); Blue value is 85 (33.59% from 255 or 17.97% from 473); Max value from RGB is 231 - color contains mainly: red. Hex color #E79D55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79D55 is #1862AA. Grayscale: #ABABAB. Windows color (decimal): -1598123 or 5610983. OLE color: 5610983.
HSL color Cylindrical-coordinate representation of color #E79D55: hue angle of 29.59º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E79D55 is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 157 | 85 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.09 |
| HSL | 29.59º | 0.75% | 0.62% | - |
| HSV(B) | 29.59º | 0.63% | 0.91% | - |
| XYZ | 46.65 | 41.76 | 14.2 | - |
| YUV | 170.92 | 79.52 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 157 | 85 | 0 | 0.32 | 0.63 | 0.09 | 29.59 | 0.75 | 0.62 |
| Hex | E7 | 9D | 55 | 0 | 20 | 3F | 9 | 1E | 4B | 3E |
| Octal | 347 | 235 | 125 | 0 | 40 | 77 | 11 | 36 | 113 | 76 |
| Binary | 11100111 | 10011101 | 1010101 | 0 | 100000 | 111111 | 1001 | 11110 | 1001011 | 111110 |
Color Harmonies of #E79D55
Complementary color
Monochromatic Colors of #E79D55
Black with #E79D55
Text Example
Text Example
White with #E79D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79D55; }
p { color: rgb(231,157,85); }
H1.HeaderClassName
{
color: #E79D55;
}
.AnyTagClassName
{
color: #E79D55;
}
</style>
background-color css
<style>
a { background-color: #E79D55; }
a { background-color: rgb(231,157,85); }
div.DivClassName
{
background-color: #E79D55;
}
.BgClassName
{
background-color: #E79D55;
}
</style>
border-color css
<style>
span { border-color: #E79D55; }
span { border-color: rgb(231,157,85); }
td.TdClassName
{
border-color: #E79D55;
}
.TagClassName
{
border-color: #E79D55;
}
</style>