Shades of Porsche #E1965C
Tints of Porsche #E1965C
RGB
CMYK
RGB Variations
Color information
#E1965C (or 0xE1965C) is known color: Porsche. HEX triplet: E1, 96 and 5C. RGB value is (225,150,92). Sum of RGB (Red+Green+Blue) = 225+150+92=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 92 (36.33% from 255 or 19.70% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E1965C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1965C is #1E69A3. Grayscale: #A6A6A6. Windows color (decimal): -1993124 or 6067937. OLE color: 6067937.
HSL color Cylindrical-coordinate representation of color #E1965C: hue angle of 26.17º 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 #E1965C is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 150 | 92 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.12 |
| HSL | 26.17º | 0.69% | 0.62% | - |
| HSV(B) | 26.17º | 0.59% | 0.88% | - |
| XYZ | 43.89 | 38.59 | 15.26 | - |
| YUV | 165.81 | 86.35 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 150 | 92 | 0 | 0.33 | 0.59 | 0.12 | 26.17 | 0.69 | 0.62 |
| Hex | E1 | 96 | 5C | 0 | 21 | 3B | C | 1A | 45 | 3E |
| Octal | 341 | 226 | 134 | 0 | 41 | 73 | 14 | 32 | 105 | 76 |
| Binary | 11100001 | 10010110 | 1011100 | 0 | 100001 | 111011 | 1100 | 11010 | 1000101 | 111110 |
Color Harmonies of #E1965C
Complementary color
Monochromatic Colors of #E1965C
Black with #E1965C
Text Example
Text Example
White with #E1965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1965C; }
p { color: rgb(225,150,92); }
H1.HeaderClassName
{
color: #E1965C;
}
.AnyTagClassName
{
color: #E1965C;
}
</style>
background-color css
<style>
a { background-color: #E1965C; }
a { background-color: rgb(225,150,92); }
div.DivClassName
{
background-color: #E1965C;
}
.BgClassName
{
background-color: #E1965C;
}
</style>
border-color css
<style>
span { border-color: #E1965C; }
span { border-color: rgb(225,150,92); }
td.TdClassName
{
border-color: #E1965C;
}
.TagClassName
{
border-color: #E1965C;
}
</style>