Shades of Porsche #E3A55F
Tints of Porsche #E3A55F
RGB
CMYK
RGB Variations
Color information
#E3A55F (or 0xE3A55F) is known color: Porsche. HEX triplet: E3, A5 and 5F. RGB value is (227,165,95). Sum of RGB (Red+Green+Blue) = 227+165+95=487 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.61% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 95 (37.5% from 255 or 19.51% from 487); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A55F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3A55F is #1C5AA0. Grayscale: #AFAFAF. Windows color (decimal): -1858209 or 6268387. OLE color: 6268387.
HSL color Cylindrical-coordinate representation of color #E3A55F: hue angle of 31.82º degrees, saturation: 0.7, 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 #E3A55F is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 165 | 95 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.11 |
| HSL | 31.82º | 0.7% | 0.63% | - |
| HSV(B) | 31.82º | 0.58% | 0.89% | - |
| XYZ | 47.2 | 44.07 | 16.84 | - |
| YUV | 175.56 | 82.54 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 165 | 95 | 0 | 0.27 | 0.58 | 0.11 | 31.82 | 0.7 | 0.63 |
| Hex | E3 | A5 | 5F | 0 | 1B | 3A | B | 20 | 46 | 3F |
| Octal | 343 | 245 | 137 | 0 | 33 | 72 | 13 | 40 | 106 | 77 |
| Binary | 11100011 | 10100101 | 1011111 | 0 | 11011 | 111010 | 1011 | 100000 | 1000110 | 111111 |
Color Harmonies of #E3A55F
Complementary color
Monochromatic Colors of #E3A55F
Black with #E3A55F
Text Example
Text Example
White with #E3A55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A55F; }
p { color: rgb(227,165,95); }
H1.HeaderClassName
{
color: #E3A55F;
}
.AnyTagClassName
{
color: #E3A55F;
}
</style>
background-color css
<style>
a { background-color: #E3A55F; }
a { background-color: rgb(227,165,95); }
div.DivClassName
{
background-color: #E3A55F;
}
.BgClassName
{
background-color: #E3A55F;
}
</style>
border-color css
<style>
span { border-color: #E3A55F; }
span { border-color: rgb(227,165,95); }
td.TdClassName
{
border-color: #E3A55F;
}
.TagClassName
{
border-color: #E3A55F;
}
</style>