Shades of Porsche #E29C52
Tints of Porsche #E29C52
RGB
CMYK
RGB Variations
Color information
#E29C52 (or 0xE29C52) is known color: Porsche. HEX triplet: E2, 9C and 52. RGB value is (226,156,82). Sum of RGB (Red+Green+Blue) = 226+156+82=464 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.71% from 464); Green value is 156 (61.33% from 255 or 33.62% from 464); Blue value is 82 (32.42% from 255 or 17.67% from 464); Max value from RGB is 226 - color contains mainly: red. Hex color #E29C52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29C52 is #1D63AD. Grayscale: #A8A8A8. Windows color (decimal): -1926062 or 5414114. OLE color: 5414114.
HSL color Cylindrical-coordinate representation of color #E29C52: hue angle of 30.83º 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 #E29C52 is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 156 | 82 | - |
| CMYK | 0 | 0.31 | 0.64 | 0.11 |
| HSL | 30.83º | 0.71% | 0.6% | - |
| HSV(B) | 30.83º | 0.64% | 0.89% | - |
| XYZ | 44.78 | 40.55 | 13.45 | - |
| YUV | 168.49 | 79.19 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 156 | 82 | 0 | 0.31 | 0.64 | 0.11 | 30.83 | 0.71 | 0.6 |
| Hex | E2 | 9C | 52 | 0 | 1F | 40 | B | 1F | 47 | 3C |
| Octal | 342 | 234 | 122 | 0 | 37 | 100 | 13 | 37 | 107 | 74 |
| Binary | 11100010 | 10011100 | 1010010 | 0 | 11111 | 1000000 | 1011 | 11111 | 1000111 | 111100 |
Color Harmonies of #E29C52
Complementary color
Monochromatic Colors of #E29C52
Black with #E29C52
Text Example
Text Example
White with #E29C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29C52; }
p { color: rgb(226,156,82); }
H1.HeaderClassName
{
color: #E29C52;
}
.AnyTagClassName
{
color: #E29C52;
}
</style>
background-color css
<style>
a { background-color: #E29C52; }
a { background-color: rgb(226,156,82); }
div.DivClassName
{
background-color: #E29C52;
}
.BgClassName
{
background-color: #E29C52;
}
</style>
border-color css
<style>
span { border-color: #E29C52; }
span { border-color: rgb(226,156,82); }
td.TdClassName
{
border-color: #E29C52;
}
.TagClassName
{
border-color: #E29C52;
}
</style>