Shades of Porsche #E29850
Tints of Porsche #E29850
RGB
CMYK
RGB Variations
Color information
#E29850 (or 0xE29850) is known color: Porsche. HEX triplet: E2, 98 and 50. RGB value is (226,152,80). Sum of RGB (Red+Green+Blue) = 226+152+80=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 152 (59.77% from 255 or 33.19% from 458); Blue value is 80 (31.64% from 255 or 17.47% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E29850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29850 is #1D67AF. Grayscale: #A6A6A6. Windows color (decimal): -1927088 or 5282018. OLE color: 5282018.
HSL color Cylindrical-coordinate representation of color #E29850: hue angle of 29.59º 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 #E29850 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 152 | 80 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.11 |
| HSL | 29.59º | 0.72% | 0.6% | - |
| HSV(B) | 29.59º | 0.65% | 0.89% | - |
| XYZ | 44.04 | 39.2 | 12.84 | - |
| YUV | 165.92 | 79.52 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 152 | 80 | 0 | 0.33 | 0.65 | 0.11 | 29.59 | 0.72 | 0.6 |
| Hex | E2 | 98 | 50 | 0 | 21 | 41 | B | 1E | 48 | 3C |
| Octal | 342 | 230 | 120 | 0 | 41 | 101 | 13 | 36 | 110 | 74 |
| Binary | 11100010 | 10011000 | 1010000 | 0 | 100001 | 1000001 | 1011 | 11110 | 1001000 | 111100 |
Color Harmonies of #E29850
Complementary color
Monochromatic Colors of #E29850
Black with #E29850
Text Example
Text Example
White with #E29850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29850; }
p { color: rgb(226,152,80); }
H1.HeaderClassName
{
color: #E29850;
}
.AnyTagClassName
{
color: #E29850;
}
</style>
background-color css
<style>
a { background-color: #E29850; }
a { background-color: rgb(226,152,80); }
div.DivClassName
{
background-color: #E29850;
}
.BgClassName
{
background-color: #E29850;
}
</style>
border-color css
<style>
span { border-color: #E29850; }
span { border-color: rgb(226,152,80); }
td.TdClassName
{
border-color: #E29850;
}
.TagClassName
{
border-color: #E29850;
}
</style>