Shades of Porsche #E29650
Tints of Porsche #E29650
RGB
CMYK
RGB Variations
Color information
#E29650 (or 0xE29650) is known color: Porsche. HEX triplet: E2, 96 and 50. RGB value is (226,150,80). Sum of RGB (Red+Green+Blue) = 226+150+80=456 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.56% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 226 - color contains mainly: red. Hex color #E29650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29650 is #1D69AF. Grayscale: #A5A5A5. Windows color (decimal): -1927600 or 5281506. OLE color: 5281506.
HSL color Cylindrical-coordinate representation of color #E29650: hue angle of 28.77º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E29650 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 150 | 80 | - |
| CMYK | 0 | 0.34 | 0.65 | 0.11 |
| HSL | 28.77º | 0.72% | 0.6% | - |
| HSV(B) | 28.77º | 0.65% | 0.89% | - |
| XYZ | 43.72 | 38.56 | 12.73 | - |
| YUV | 164.74 | 80.18 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 150 | 80 | 0 | 0.34 | 0.65 | 0.11 | 28.77 | 0.72 | 0.6 |
| Hex | E2 | 96 | 50 | 0 | 22 | 41 | B | 1D | 48 | 3C |
| Octal | 342 | 226 | 120 | 0 | 42 | 101 | 13 | 35 | 110 | 74 |
| Binary | 11100010 | 10010110 | 1010000 | 0 | 100010 | 1000001 | 1011 | 11101 | 1001000 | 111100 |
Color Harmonies of #E29650
Complementary color
Monochromatic Colors of #E29650
Black with #E29650
Text Example
Text Example
White with #E29650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29650; }
p { color: rgb(226,150,80); }
H1.HeaderClassName
{
color: #E29650;
}
.AnyTagClassName
{
color: #E29650;
}
</style>
background-color css
<style>
a { background-color: #E29650; }
a { background-color: rgb(226,150,80); }
div.DivClassName
{
background-color: #E29650;
}
.BgClassName
{
background-color: #E29650;
}
</style>
border-color css
<style>
span { border-color: #E29650; }
span { border-color: rgb(226,150,80); }
td.TdClassName
{
border-color: #E29650;
}
.TagClassName
{
border-color: #E29650;
}
</style>