Shades of Porsche #E0985D
Tints of Porsche #E0985D
RGB
CMYK
RGB Variations
Color information
#E0985D (or 0xE0985D) is known color: Porsche. HEX triplet: E0, 98 and 5D. RGB value is (224,152,93). Sum of RGB (Red+Green+Blue) = 224+152+93=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 93 (36.72% from 255 or 19.83% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E0985D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0985D is #1F67A2. Grayscale: #A7A7A7. Windows color (decimal): -2058147 or 6133984. OLE color: 6133984.
HSL color Cylindrical-coordinate representation of color #E0985D: hue angle of 27.02º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E0985D is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 152 | 93 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.12 |
| HSL | 27.02º | 0.68% | 0.62% | - |
| HSV(B) | 27.02º | 0.58% | 0.88% | - |
| XYZ | 43.94 | 39.09 | 15.59 | - |
| YUV | 166.8 | 86.35 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 152 | 93 | 0 | 0.32 | 0.58 | 0.12 | 27.02 | 0.68 | 0.62 |
| Hex | E0 | 98 | 5D | 0 | 20 | 3A | C | 1B | 44 | 3E |
| Octal | 340 | 230 | 135 | 0 | 40 | 72 | 14 | 33 | 104 | 76 |
| Binary | 11100000 | 10011000 | 1011101 | 0 | 100000 | 111010 | 1100 | 11011 | 1000100 | 111110 |
Color Harmonies of #E0985D
Complementary color
Monochromatic Colors of #E0985D
Black with #E0985D
Text Example
Text Example
White with #E0985D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0985D; }
p { color: rgb(224,152,93); }
H1.HeaderClassName
{
color: #E0985D;
}
.AnyTagClassName
{
color: #E0985D;
}
</style>
background-color css
<style>
a { background-color: #E0985D; }
a { background-color: rgb(224,152,93); }
div.DivClassName
{
background-color: #E0985D;
}
.BgClassName
{
background-color: #E0985D;
}
</style>
border-color css
<style>
span { border-color: #E0985D; }
span { border-color: rgb(224,152,93); }
td.TdClassName
{
border-color: #E0985D;
}
.TagClassName
{
border-color: #E0985D;
}
</style>