Shades of Porsche #E2A55F
Tints of Porsche #E2A55F
RGB
CMYK
RGB Variations
Color information
#E2A55F (or 0xE2A55F) is known color: Porsche. HEX triplet: E2, A5 and 5F. RGB value is (226,165,95). Sum of RGB (Red+Green+Blue) = 226+165+95=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 95 (37.5% from 255 or 19.55% from 486); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A55F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A55F is #1D5AA0. Grayscale: #AFAFAF. Windows color (decimal): -1923745 or 6268386. OLE color: 6268386.
HSL color Cylindrical-coordinate representation of color #E2A55F: hue angle of 32.06º 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 #E2A55F is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 165 | 95 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.11 |
| HSL | 32.06º | 0.69% | 0.63% | - |
| HSV(B) | 32.06º | 0.58% | 0.89% | - |
| XYZ | 46.88 | 43.91 | 16.83 | - |
| YUV | 175.26 | 82.71 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 165 | 95 | 0 | 0.27 | 0.58 | 0.11 | 32.06 | 0.69 | 0.63 |
| Hex | E2 | A5 | 5F | 0 | 1B | 3A | B | 20 | 45 | 3F |
| Octal | 342 | 245 | 137 | 0 | 33 | 72 | 13 | 40 | 105 | 77 |
| Binary | 11100010 | 10100101 | 1011111 | 0 | 11011 | 111010 | 1011 | 100000 | 1000101 | 111111 |
Color Harmonies of #E2A55F
Complementary color
Monochromatic Colors of #E2A55F
Black with #E2A55F
Text Example
Text Example
White with #E2A55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A55F; }
p { color: rgb(226,165,95); }
H1.HeaderClassName
{
color: #E2A55F;
}
.AnyTagClassName
{
color: #E2A55F;
}
</style>
background-color css
<style>
a { background-color: #E2A55F; }
a { background-color: rgb(226,165,95); }
div.DivClassName
{
background-color: #E2A55F;
}
.BgClassName
{
background-color: #E2A55F;
}
</style>
border-color css
<style>
span { border-color: #E2A55F; }
span { border-color: rgb(226,165,95); }
td.TdClassName
{
border-color: #E2A55F;
}
.TagClassName
{
border-color: #E2A55F;
}
</style>