Shades of Porsche #E1985A
Tints of Porsche #E1985A
RGB
CMYK
RGB Variations
Color information
#E1985A (or 0xE1985A) is known color: Porsche. HEX triplet: E1, 98 and 5A. RGB value is (225,152,90). Sum of RGB (Red+Green+Blue) = 225+152+90=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 90 (35.55% from 255 or 19.27% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E1985A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1985A is #1E67A5. Grayscale: #A7A7A7. Windows color (decimal): -1992614 or 5937377. OLE color: 5937377.
HSL color Cylindrical-coordinate representation of color #E1985A: hue angle of 27.56º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E1985A is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 152 | 90 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.12 |
| HSL | 27.56º | 0.69% | 0.62% | - |
| HSV(B) | 27.56º | 0.6% | 0.88% | - |
| XYZ | 44.13 | 39.2 | 14.91 | - |
| YUV | 166.76 | 84.68 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 152 | 90 | 0 | 0.32 | 0.60 | 0.12 | 27.56 | 0.69 | 0.62 |
| Hex | E1 | 98 | 5A | 0 | 20 | 3C | C | 1C | 45 | 3E |
| Octal | 341 | 230 | 132 | 0 | 40 | 74 | 14 | 34 | 105 | 76 |
| Binary | 11100001 | 10011000 | 1011010 | 0 | 100000 | 111100 | 1100 | 11100 | 1000101 | 111110 |
Color Harmonies of #E1985A
Complementary color
Monochromatic Colors of #E1985A
Black with #E1985A
Text Example
Text Example
White with #E1985A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1985A; }
p { color: rgb(225,152,90); }
H1.HeaderClassName
{
color: #E1985A;
}
.AnyTagClassName
{
color: #E1985A;
}
</style>
background-color css
<style>
a { background-color: #E1985A; }
a { background-color: rgb(225,152,90); }
div.DivClassName
{
background-color: #E1985A;
}
.BgClassName
{
background-color: #E1985A;
}
</style>
border-color css
<style>
span { border-color: #E1985A; }
span { border-color: rgb(225,152,90); }
td.TdClassName
{
border-color: #E1985A;
}
.TagClassName
{
border-color: #E1985A;
}
</style>