Shades of Porsche #E1955E
Tints of Porsche #E1955E
RGB
CMYK
RGB Variations
Color information
#E1955E (or 0xE1955E) is known color: Porsche. HEX triplet: E1, 95 and 5E. RGB value is (225,149,94). Sum of RGB (Red+Green+Blue) = 225+149+94=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 94 (37.11% from 255 or 20.09% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E1955E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1955E is #1E6AA1. Grayscale: #A5A5A5. Windows color (decimal): -1993378 or 6198753. OLE color: 6198753.
HSL color Cylindrical-coordinate representation of color #E1955E: hue angle of 25.19º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E1955E is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 149 | 94 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.12 |
| HSL | 25.19º | 0.69% | 0.63% | - |
| HSV(B) | 25.19º | 0.58% | 0.88% | - |
| XYZ | 43.82 | 38.31 | 15.67 | - |
| YUV | 165.45 | 87.68 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 149 | 94 | 0 | 0.34 | 0.58 | 0.12 | 25.19 | 0.69 | 0.63 |
| Hex | E1 | 95 | 5E | 0 | 22 | 3A | C | 19 | 45 | 3F |
| Octal | 341 | 225 | 136 | 0 | 42 | 72 | 14 | 31 | 105 | 77 |
| Binary | 11100001 | 10010101 | 1011110 | 0 | 100010 | 111010 | 1100 | 11001 | 1000101 | 111111 |
Color Harmonies of #E1955E
Complementary color
Monochromatic Colors of #E1955E
Black with #E1955E
Text Example
Text Example
White with #E1955E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1955E; }
p { color: rgb(225,149,94); }
H1.HeaderClassName
{
color: #E1955E;
}
.AnyTagClassName
{
color: #E1955E;
}
</style>
background-color css
<style>
a { background-color: #E1955E; }
a { background-color: rgb(225,149,94); }
div.DivClassName
{
background-color: #E1955E;
}
.BgClassName
{
background-color: #E1955E;
}
</style>
border-color css
<style>
span { border-color: #E1955E; }
span { border-color: rgb(225,149,94); }
td.TdClassName
{
border-color: #E1955E;
}
.TagClassName
{
border-color: #E1955E;
}
</style>