Shades of Porsche #E29560
Tints of Porsche #E29560
RGB
CMYK
RGB Variations
Color information
#E29560 (or 0xE29560) is known color: Porsche. HEX triplet: E2, 95 and 60. RGB value is (226,149,96). Sum of RGB (Red+Green+Blue) = 226+149+96=471 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.98% from 471); Green value is 149 (58.59% from 255 or 31.63% from 471); Blue value is 96 (37.89% from 255 or 20.38% from 471); Max value from RGB is 226 - color contains mainly: red. Hex color #E29560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29560 is #1D6A9F. Grayscale: #A6A6A6. Windows color (decimal): -1927840 or 6329826. OLE color: 6329826.
HSL color Cylindrical-coordinate representation of color #E29560: hue angle of 24.46º 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 #E29560 is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 149 | 96 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.11 |
| HSL | 24.46º | 0.69% | 0.63% | - |
| HSV(B) | 24.46º | 0.58% | 0.89% | - |
| XYZ | 44.22 | 38.51 | 16.17 | - |
| YUV | 165.98 | 88.51 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 96 | 0 | 0.34 | 0.58 | 0.11 | 24.46 | 0.69 | 0.63 |
| Hex | E2 | 95 | 60 | 0 | 22 | 3A | B | 18 | 45 | 3F |
| Octal | 342 | 225 | 140 | 0 | 42 | 72 | 13 | 30 | 105 | 77 |
| Binary | 11100010 | 10010101 | 1100000 | 0 | 100010 | 111010 | 1011 | 11000 | 1000101 | 111111 |
Color Harmonies of #E29560
Complementary color
Monochromatic Colors of #E29560
Black with #E29560
Text Example
Text Example
White with #E29560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29560; }
p { color: rgb(226,149,96); }
H1.HeaderClassName
{
color: #E29560;
}
.AnyTagClassName
{
color: #E29560;
}
</style>
background-color css
<style>
a { background-color: #E29560; }
a { background-color: rgb(226,149,96); }
div.DivClassName
{
background-color: #E29560;
}
.BgClassName
{
background-color: #E29560;
}
</style>
border-color css
<style>
span { border-color: #E29560; }
span { border-color: rgb(226,149,96); }
td.TdClassName
{
border-color: #E29560;
}
.TagClassName
{
border-color: #E29560;
}
</style>