Shades of Porsche #E2965D
Tints of Porsche #E2965D
RGB
CMYK
RGB Variations
Color information
#E2965D (or 0xE2965D) is known color: Porsche. HEX triplet: E2, 96 and 5D. RGB value is (226,150,93). Sum of RGB (Red+Green+Blue) = 226+150+93=469 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.19% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 93 (36.72% from 255 or 19.83% from 469); Max value from RGB is 226 - color contains mainly: red. Hex color #E2965D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2965D is #1D69A2. Grayscale: #A6A6A6. Windows color (decimal): -1927587 or 6133474. OLE color: 6133474.
HSL color Cylindrical-coordinate representation of color #E2965D: hue angle of 25.71º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E2965D is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 150 | 93 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.11 |
| HSL | 25.71º | 0.7% | 0.63% | - |
| HSV(B) | 25.71º | 0.59% | 0.89% | - |
| XYZ | 44.25 | 38.77 | 15.51 | - |
| YUV | 166.23 | 86.68 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 150 | 93 | 0 | 0.34 | 0.59 | 0.11 | 25.71 | 0.7 | 0.63 |
| Hex | E2 | 96 | 5D | 0 | 22 | 3B | B | 1A | 46 | 3F |
| Octal | 342 | 226 | 135 | 0 | 42 | 73 | 13 | 32 | 106 | 77 |
| Binary | 11100010 | 10010110 | 1011101 | 0 | 100010 | 111011 | 1011 | 11010 | 1000110 | 111111 |
Color Harmonies of #E2965D
Complementary color
Monochromatic Colors of #E2965D
Black with #E2965D
Text Example
Text Example
White with #E2965D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2965D; }
p { color: rgb(226,150,93); }
H1.HeaderClassName
{
color: #E2965D;
}
.AnyTagClassName
{
color: #E2965D;
}
</style>
background-color css
<style>
a { background-color: #E2965D; }
a { background-color: rgb(226,150,93); }
div.DivClassName
{
background-color: #E2965D;
}
.BgClassName
{
background-color: #E2965D;
}
</style>
border-color css
<style>
span { border-color: #E2965D; }
span { border-color: rgb(226,150,93); }
td.TdClassName
{
border-color: #E2965D;
}
.TagClassName
{
border-color: #E2965D;
}
</style>