Shades of Porsche #E29F5E
Tints of Porsche #E29F5E
RGB
CMYK
RGB Variations
Color information
#E29F5E (or 0xE29F5E) is known color: Porsche. HEX triplet: E2, 9F and 5E. RGB value is (226,159,94). Sum of RGB (Red+Green+Blue) = 226+159+94=479 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.18% from 479); Green value is 159 (62.5% from 255 or 33.19% from 479); Blue value is 94 (37.11% from 255 or 19.62% from 479); Max value from RGB is 226 - color contains mainly: red. Hex color #E29F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29F5E is #1D60A1. Grayscale: #ABABAB. Windows color (decimal): -1925282 or 6201314. OLE color: 6201314.
HSL color Cylindrical-coordinate representation of color #E29F5E: hue angle of 29.55º 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 #E29F5E is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 159 | 94 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.11 |
| HSL | 29.55º | 0.69% | 0.63% | - |
| HSV(B) | 29.55º | 0.58% | 0.89% | - |
| XYZ | 45.78 | 41.77 | 16.24 | - |
| YUV | 171.62 | 84.2 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 159 | 94 | 0 | 0.30 | 0.58 | 0.11 | 29.55 | 0.69 | 0.63 |
| Hex | E2 | 9F | 5E | 0 | 1E | 3A | B | 1E | 45 | 3F |
| Octal | 342 | 237 | 136 | 0 | 36 | 72 | 13 | 36 | 105 | 77 |
| Binary | 11100010 | 10011111 | 1011110 | 0 | 11110 | 111010 | 1011 | 11110 | 1000101 | 111111 |
Color Harmonies of #E29F5E
Complementary color
Monochromatic Colors of #E29F5E
Black with #E29F5E
Text Example
Text Example
White with #E29F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29F5E; }
p { color: rgb(226,159,94); }
H1.HeaderClassName
{
color: #E29F5E;
}
.AnyTagClassName
{
color: #E29F5E;
}
</style>
background-color css
<style>
a { background-color: #E29F5E; }
a { background-color: rgb(226,159,94); }
div.DivClassName
{
background-color: #E29F5E;
}
.BgClassName
{
background-color: #E29F5E;
}
</style>
border-color css
<style>
span { border-color: #E29F5E; }
span { border-color: rgb(226,159,94); }
td.TdClassName
{
border-color: #E29F5E;
}
.TagClassName
{
border-color: #E29F5E;
}
</style>