Shades of Porsche #E1995C
Tints of Porsche #E1995C
RGB
CMYK
RGB Variations
Color information
#E1995C (or 0xE1995C) is known color: Porsche. HEX triplet: E1, 99 and 5C. RGB value is (225,153,92). Sum of RGB (Red+Green+Blue) = 225+153+92=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 92 (36.33% from 255 or 19.57% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E1995C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1995C is #1E66A3. Grayscale: #A7A7A7. Windows color (decimal): -1992356 or 6068705. OLE color: 6068705.
HSL color Cylindrical-coordinate representation of color #E1995C: hue angle of 27.52º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E1995C is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 153 | 92 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.12 |
| HSL | 27.52º | 0.69% | 0.62% | - |
| HSV(B) | 27.52º | 0.59% | 0.88% | - |
| XYZ | 44.37 | 39.56 | 15.42 | - |
| YUV | 167.57 | 85.35 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 153 | 92 | 0 | 0.32 | 0.59 | 0.12 | 27.52 | 0.69 | 0.62 |
| Hex | E1 | 99 | 5C | 0 | 20 | 3B | C | 1C | 45 | 3E |
| Octal | 341 | 231 | 134 | 0 | 40 | 73 | 14 | 34 | 105 | 76 |
| Binary | 11100001 | 10011001 | 1011100 | 0 | 100000 | 111011 | 1100 | 11100 | 1000101 | 111110 |
Color Harmonies of #E1995C
Complementary color
Monochromatic Colors of #E1995C
Black with #E1995C
Text Example
Text Example
White with #E1995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1995C; }
p { color: rgb(225,153,92); }
H1.HeaderClassName
{
color: #E1995C;
}
.AnyTagClassName
{
color: #E1995C;
}
</style>
background-color css
<style>
a { background-color: #E1995C; }
a { background-color: rgb(225,153,92); }
div.DivClassName
{
background-color: #E1995C;
}
.BgClassName
{
background-color: #E1995C;
}
</style>
border-color css
<style>
span { border-color: #E1995C; }
span { border-color: rgb(225,153,92); }
td.TdClassName
{
border-color: #E1995C;
}
.TagClassName
{
border-color: #E1995C;
}
</style>