Shades of Porsche #E2A05F
Tints of Porsche #E2A05F
RGB
CMYK
RGB Variations
Color information
#E2A05F (or 0xE2A05F) is known color: Porsche. HEX triplet: E2, A0 and 5F. RGB value is (226,160,95). Sum of RGB (Red+Green+Blue) = 226+160+95=481 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.99% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 95 (37.5% from 255 or 19.75% from 481); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A05F is #1D5FA0. Grayscale: #ACACAC. Windows color (decimal): -1925025 or 6267106. OLE color: 6267106.
HSL color Cylindrical-coordinate representation of color #E2A05F: hue angle of 29.77º 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 #E2A05F is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 160 | 95 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.11 |
| HSL | 29.77º | 0.69% | 0.63% | - |
| HSV(B) | 29.77º | 0.58% | 0.89% | - |
| XYZ | 46 | 42.14 | 16.54 | - |
| YUV | 172.32 | 84.37 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 160 | 95 | 0 | 0.29 | 0.58 | 0.11 | 29.77 | 0.69 | 0.63 |
| Hex | E2 | A0 | 5F | 0 | 1D | 3A | B | 1E | 45 | 3F |
| Octal | 342 | 240 | 137 | 0 | 35 | 72 | 13 | 36 | 105 | 77 |
| Binary | 11100010 | 10100000 | 1011111 | 0 | 11101 | 111010 | 1011 | 11110 | 1000101 | 111111 |
Color Harmonies of #E2A05F
Complementary color
Monochromatic Colors of #E2A05F
Black with #E2A05F
Text Example
Text Example
White with #E2A05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A05F; }
p { color: rgb(226,160,95); }
H1.HeaderClassName
{
color: #E2A05F;
}
.AnyTagClassName
{
color: #E2A05F;
}
</style>
background-color css
<style>
a { background-color: #E2A05F; }
a { background-color: rgb(226,160,95); }
div.DivClassName
{
background-color: #E2A05F;
}
.BgClassName
{
background-color: #E2A05F;
}
</style>
border-color css
<style>
span { border-color: #E2A05F; }
span { border-color: rgb(226,160,95); }
td.TdClassName
{
border-color: #E2A05F;
}
.TagClassName
{
border-color: #E2A05F;
}
</style>