Shades of Porsche #E59F52
Tints of Porsche #E59F52
RGB
CMYK
RGB Variations
Color information
#E59F52 (or 0xE59F52) is known color: Porsche. HEX triplet: E5, 9F and 52. RGB value is (229,159,82). Sum of RGB (Red+Green+Blue) = 229+159+82=470 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.72% from 470); Green value is 159 (62.5% from 255 or 33.83% from 470); Blue value is 82 (32.42% from 255 or 17.45% from 470); Max value from RGB is 229 - color contains mainly: red. Hex color #E59F52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59F52 is #1A60AD. Grayscale: #ABABAB. Windows color (decimal): -1728686 or 5414885. OLE color: 5414885.
HSL color Cylindrical-coordinate representation of color #E59F52: hue angle of 31.43º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E59F52 is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 159 | 82 | - |
| CMYK | 0 | 0.31 | 0.64 | 0.10 |
| HSL | 31.43º | 0.74% | 0.61% | - |
| HSV(B) | 31.43º | 0.64% | 0.9% | - |
| XYZ | 46.23 | 42.06 | 13.66 | - |
| YUV | 171.15 | 77.69 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 159 | 82 | 0 | 0.31 | 0.64 | 0.10 | 31.43 | 0.74 | 0.61 |
| Hex | E5 | 9F | 52 | 0 | 1F | 40 | A | 1F | 4A | 3D |
| Octal | 345 | 237 | 122 | 0 | 37 | 100 | 12 | 37 | 112 | 75 |
| Binary | 11100101 | 10011111 | 1010010 | 0 | 11111 | 1000000 | 1010 | 11111 | 1001010 | 111101 |
Color Harmonies of #E59F52
Complementary color
Monochromatic Colors of #E59F52
Black with #E59F52
Text Example
Text Example
White with #E59F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59F52; }
p { color: rgb(229,159,82); }
H1.HeaderClassName
{
color: #E59F52;
}
.AnyTagClassName
{
color: #E59F52;
}
</style>
background-color css
<style>
a { background-color: #E59F52; }
a { background-color: rgb(229,159,82); }
div.DivClassName
{
background-color: #E59F52;
}
.BgClassName
{
background-color: #E59F52;
}
</style>
border-color css
<style>
span { border-color: #E59F52; }
span { border-color: rgb(229,159,82); }
td.TdClassName
{
border-color: #E59F52;
}
.TagClassName
{
border-color: #E59F52;
}
</style>