Shades of Porsche #E29E52
Tints of Porsche #E29E52
RGB
CMYK
RGB Variations
Color information
#E29E52 (or 0xE29E52) is known color: Porsche. HEX triplet: E2, 9E and 52. RGB value is (226,158,82). Sum of RGB (Red+Green+Blue) = 226+158+82=466 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.50% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 82 (32.42% from 255 or 17.60% from 466); Max value from RGB is 226 - color contains mainly: red. Hex color #E29E52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29E52 is #1D61AD. Grayscale: #AAAAAA. Windows color (decimal): -1925550 or 5414626. OLE color: 5414626.
HSL color Cylindrical-coordinate representation of color #E29E52: hue angle of 31.67º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E29E52 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 158 | 82 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.11 |
| HSL | 31.67º | 0.71% | 0.6% | - |
| HSV(B) | 31.67º | 0.64% | 0.89% | - |
| XYZ | 45.11 | 41.23 | 13.56 | - |
| YUV | 169.67 | 78.53 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 158 | 82 | 0 | 0.30 | 0.64 | 0.11 | 31.67 | 0.71 | 0.6 |
| Hex | E2 | 9E | 52 | 0 | 1E | 40 | B | 20 | 47 | 3C |
| Octal | 342 | 236 | 122 | 0 | 36 | 100 | 13 | 40 | 107 | 74 |
| Binary | 11100010 | 10011110 | 1010010 | 0 | 11110 | 1000000 | 1011 | 100000 | 1000111 | 111100 |
Color Harmonies of #E29E52
Complementary color
Monochromatic Colors of #E29E52
Black with #E29E52
Text Example
Text Example
White with #E29E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29E52; }
p { color: rgb(226,158,82); }
H1.HeaderClassName
{
color: #E29E52;
}
.AnyTagClassName
{
color: #E29E52;
}
</style>
background-color css
<style>
a { background-color: #E29E52; }
a { background-color: rgb(226,158,82); }
div.DivClassName
{
background-color: #E29E52;
}
.BgClassName
{
background-color: #E29E52;
}
</style>
border-color css
<style>
span { border-color: #E29E52; }
span { border-color: rgb(226,158,82); }
td.TdClassName
{
border-color: #E29E52;
}
.TagClassName
{
border-color: #E29E52;
}
</style>