Shades of Porsche #E5985D
Tints of Porsche #E5985D
RGB
CMYK
RGB Variations
Color information
#E5985D (or 0xE5985D) is known color: Porsche. HEX triplet: E5, 98 and 5D. RGB value is (229,152,93). Sum of RGB (Red+Green+Blue) = 229+152+93=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 93 (36.72% from 255 or 19.62% from 474); Max value from RGB is 229 - color contains mainly: red. Hex color #E5985D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5985D is #1A67A2. Grayscale: #A8A8A8. Windows color (decimal): -1730467 or 6133989. OLE color: 6133989.
HSL color Cylindrical-coordinate representation of color #E5985D: hue angle of 26.03º 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 #E5985D is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 152 | 93 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.10 |
| HSL | 26.03º | 0.72% | 0.63% | - |
| HSV(B) | 26.03º | 0.59% | 0.9% | - |
| XYZ | 45.52 | 39.9 | 15.66 | - |
| YUV | 168.3 | 85.51 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 152 | 93 | 0 | 0.34 | 0.59 | 0.10 | 26.03 | 0.72 | 0.63 |
| Hex | E5 | 98 | 5D | 0 | 22 | 3B | A | 1A | 48 | 3F |
| Octal | 345 | 230 | 135 | 0 | 42 | 73 | 12 | 32 | 110 | 77 |
| Binary | 11100101 | 10011000 | 1011101 | 0 | 100010 | 111011 | 1010 | 11010 | 1001000 | 111111 |
Color Harmonies of #E5985D
Complementary color
Monochromatic Colors of #E5985D
Black with #E5985D
Text Example
Text Example
White with #E5985D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5985D; }
p { color: rgb(229,152,93); }
H1.HeaderClassName
{
color: #E5985D;
}
.AnyTagClassName
{
color: #E5985D;
}
</style>
background-color css
<style>
a { background-color: #E5985D; }
a { background-color: rgb(229,152,93); }
div.DivClassName
{
background-color: #E5985D;
}
.BgClassName
{
background-color: #E5985D;
}
</style>
border-color css
<style>
span { border-color: #E5985D; }
span { border-color: rgb(229,152,93); }
td.TdClassName
{
border-color: #E5985D;
}
.TagClassName
{
border-color: #E5985D;
}
</style>