Shades of Porsche #E3A04F
Tints of Porsche #E3A04F
RGB
CMYK
RGB Variations
Color information
#E3A04F (or 0xE3A04F) is known color: Porsche. HEX triplet: E3, A0 and 4F. RGB value is (227,160,79). Sum of RGB (Red+Green+Blue) = 227+160+79=466 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.71% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 79 (31.25% from 255 or 16.95% from 466); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A04F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3A04F is #1C5FB0. Grayscale: #ABABAB. Windows color (decimal): -1859505 or 5218531. OLE color: 5218531.
HSL color Cylindrical-coordinate representation of color #E3A04F: hue angle of 32.84º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E3A04F is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 160 | 79 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.11 |
| HSL | 32.84º | 0.73% | 0.6% | - |
| HSV(B) | 32.84º | 0.65% | 0.89% | - |
| XYZ | 45.66 | 42.04 | 13.1 | - |
| YUV | 170.8 | 76.2 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 160 | 79 | 0 | 0.30 | 0.65 | 0.11 | 32.84 | 0.73 | 0.6 |
| Hex | E3 | A0 | 4F | 0 | 1E | 41 | B | 21 | 49 | 3C |
| Octal | 343 | 240 | 117 | 0 | 36 | 101 | 13 | 41 | 111 | 74 |
| Binary | 11100011 | 10100000 | 1001111 | 0 | 11110 | 1000001 | 1011 | 100001 | 1001001 | 111100 |
Color Harmonies of #E3A04F
Complementary color
Monochromatic Colors of #E3A04F
Black with #E3A04F
Text Example
Text Example
White with #E3A04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A04F; }
p { color: rgb(227,160,79); }
H1.HeaderClassName
{
color: #E3A04F;
}
.AnyTagClassName
{
color: #E3A04F;
}
</style>
background-color css
<style>
a { background-color: #E3A04F; }
a { background-color: rgb(227,160,79); }
div.DivClassName
{
background-color: #E3A04F;
}
.BgClassName
{
background-color: #E3A04F;
}
</style>
border-color css
<style>
span { border-color: #E3A04F; }
span { border-color: rgb(227,160,79); }
td.TdClassName
{
border-color: #E3A04F;
}
.TagClassName
{
border-color: #E3A04F;
}
</style>