Shades of Porsche #E2945F
Tints of Porsche #E2945F
RGB
CMYK
RGB Variations
Color information
#E2945F (or 0xE2945F) is known color: Porsche. HEX triplet: E2, 94 and 5F. RGB value is (226,148,95). Sum of RGB (Red+Green+Blue) = 226+148+95=469 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.19% from 469); Green value is 148 (58.20% from 255 or 31.56% from 469); Blue value is 95 (37.5% from 255 or 20.26% from 469); Max value from RGB is 226 - color contains mainly: red. Hex color #E2945F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2945F is #1D6BA0. Grayscale: #A5A5A5. Windows color (decimal): -1928097 or 6264034. OLE color: 6264034.
HSL color Cylindrical-coordinate representation of color #E2945F: hue angle of 24.27º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E2945F is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 148 | 95 | - |
| CMYK | 0 | 0.35 | 0.58 | 0.11 |
| HSL | 24.27º | 0.69% | 0.63% | - |
| HSV(B) | 24.27º | 0.58% | 0.89% | - |
| XYZ | 44.02 | 38.17 | 15.87 | - |
| YUV | 165.28 | 88.34 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 148 | 95 | 0 | 0.35 | 0.58 | 0.11 | 24.27 | 0.69 | 0.63 |
| Hex | E2 | 94 | 5F | 0 | 23 | 3A | B | 18 | 45 | 3F |
| Octal | 342 | 224 | 137 | 0 | 43 | 72 | 13 | 30 | 105 | 77 |
| Binary | 11100010 | 10010100 | 1011111 | 0 | 100011 | 111010 | 1011 | 11000 | 1000101 | 111111 |
Color Harmonies of #E2945F
Complementary color
Monochromatic Colors of #E2945F
Black with #E2945F
Text Example
Text Example
White with #E2945F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2945F; }
p { color: rgb(226,148,95); }
H1.HeaderClassName
{
color: #E2945F;
}
.AnyTagClassName
{
color: #E2945F;
}
</style>
background-color css
<style>
a { background-color: #E2945F; }
a { background-color: rgb(226,148,95); }
div.DivClassName
{
background-color: #E2945F;
}
.BgClassName
{
background-color: #E2945F;
}
</style>
border-color css
<style>
span { border-color: #E2945F; }
span { border-color: rgb(226,148,95); }
td.TdClassName
{
border-color: #E2945F;
}
.TagClassName
{
border-color: #E2945F;
}
</style>