Shades of Porsche #E1955C
Tints of Porsche #E1955C
RGB
CMYK
RGB Variations
Color information
#E1955C (or 0xE1955C) is known color: Porsche. HEX triplet: E1, 95 and 5C. RGB value is (225,149,92). Sum of RGB (Red+Green+Blue) = 225+149+92=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 92 (36.33% from 255 or 19.74% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E1955C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1955C is #1E6AA3. Grayscale: #A5A5A5. Windows color (decimal): -1993380 or 6067681. OLE color: 6067681.
HSL color Cylindrical-coordinate representation of color #E1955C: hue angle of 25.71º 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 #E1955C is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 149 | 92 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.12 |
| HSL | 25.71º | 0.69% | 0.62% | - |
| HSV(B) | 25.71º | 0.59% | 0.88% | - |
| XYZ | 43.73 | 38.28 | 15.21 | - |
| YUV | 165.23 | 86.68 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 149 | 92 | 0 | 0.34 | 0.59 | 0.12 | 25.71 | 0.69 | 0.62 |
| Hex | E1 | 95 | 5C | 0 | 22 | 3B | C | 1A | 45 | 3E |
| Octal | 341 | 225 | 134 | 0 | 42 | 73 | 14 | 32 | 105 | 76 |
| Binary | 11100001 | 10010101 | 1011100 | 0 | 100010 | 111011 | 1100 | 11010 | 1000101 | 111110 |
Color Harmonies of #E1955C
Complementary color
Monochromatic Colors of #E1955C
Black with #E1955C
Text Example
Text Example
White with #E1955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1955C; }
p { color: rgb(225,149,92); }
H1.HeaderClassName
{
color: #E1955C;
}
.AnyTagClassName
{
color: #E1955C;
}
</style>
background-color css
<style>
a { background-color: #E1955C; }
a { background-color: rgb(225,149,92); }
div.DivClassName
{
background-color: #E1955C;
}
.BgClassName
{
background-color: #E1955C;
}
</style>
border-color css
<style>
span { border-color: #E1955C; }
span { border-color: rgb(225,149,92); }
td.TdClassName
{
border-color: #E1955C;
}
.TagClassName
{
border-color: #E1955C;
}
</style>