Shades of Porsche #E2A058
Tints of Porsche #E2A058
RGB
CMYK
RGB Variations
Color information
#E2A058 (or 0xE2A058) is known color: Porsche. HEX triplet: E2, A0 and 58. RGB value is (226,160,88). Sum of RGB (Red+Green+Blue) = 226+160+88=474 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.68% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 88 (34.77% from 255 or 18.57% from 474); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A058 is #1D5FA7. Grayscale: #ABABAB. Windows color (decimal): -1925032 or 5808354. OLE color: 5808354.
HSL color Cylindrical-coordinate representation of color #E2A058: hue angle of 31.3º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E2A058 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 160 | 88 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.11 |
| HSL | 31.3º | 0.7% | 0.62% | - |
| HSV(B) | 31.3º | 0.61% | 0.89% | - |
| XYZ | 45.7 | 42.01 | 14.93 | - |
| YUV | 171.53 | 80.87 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 160 | 88 | 0 | 0.29 | 0.61 | 0.11 | 31.3 | 0.7 | 0.62 |
| Hex | E2 | A0 | 58 | 0 | 1D | 3D | B | 1F | 46 | 3E |
| Octal | 342 | 240 | 130 | 0 | 35 | 75 | 13 | 37 | 106 | 76 |
| Binary | 11100010 | 10100000 | 1011000 | 0 | 11101 | 111101 | 1011 | 11111 | 1000110 | 111110 |
Color Harmonies of #E2A058
Complementary color
Monochromatic Colors of #E2A058
Black with #E2A058
Text Example
Text Example
White with #E2A058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A058; }
p { color: rgb(226,160,88); }
H1.HeaderClassName
{
color: #E2A058;
}
.AnyTagClassName
{
color: #E2A058;
}
</style>
background-color css
<style>
a { background-color: #E2A058; }
a { background-color: rgb(226,160,88); }
div.DivClassName
{
background-color: #E2A058;
}
.BgClassName
{
background-color: #E2A058;
}
</style>
border-color css
<style>
span { border-color: #E2A058; }
span { border-color: rgb(226,160,88); }
td.TdClassName
{
border-color: #E2A058;
}
.TagClassName
{
border-color: #E2A058;
}
</style>