Shades of Porsche #E3A05A
Tints of Porsche #E3A05A
RGB
CMYK
RGB Variations
Color information
#E3A05A (or 0xE3A05A) is known color: Porsche. HEX triplet: E3, A0 and 5A. RGB value is (227,160,90). Sum of RGB (Red+Green+Blue) = 227+160+90=477 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.59% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 90 (35.55% from 255 or 18.87% from 477); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3A05A is #1C5FA5. Grayscale: #ACACAC. Windows color (decimal): -1859494 or 5939427. OLE color: 5939427.
HSL color Cylindrical-coordinate representation of color #E3A05A: hue angle of 30.66º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E3A05A is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 160 | 90 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.11 |
| HSL | 30.66º | 0.71% | 0.62% | - |
| HSV(B) | 30.66º | 0.6% | 0.89% | - |
| XYZ | 46.09 | 42.21 | 15.39 | - |
| YUV | 172.05 | 81.7 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 160 | 90 | 0 | 0.30 | 0.60 | 0.11 | 30.66 | 0.71 | 0.62 |
| Hex | E3 | A0 | 5A | 0 | 1E | 3C | B | 1F | 47 | 3E |
| Octal | 343 | 240 | 132 | 0 | 36 | 74 | 13 | 37 | 107 | 76 |
| Binary | 11100011 | 10100000 | 1011010 | 0 | 11110 | 111100 | 1011 | 11111 | 1000111 | 111110 |
Color Harmonies of #E3A05A
Complementary color
Monochromatic Colors of #E3A05A
Black with #E3A05A
Text Example
Text Example
White with #E3A05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A05A; }
p { color: rgb(227,160,90); }
H1.HeaderClassName
{
color: #E3A05A;
}
.AnyTagClassName
{
color: #E3A05A;
}
</style>
background-color css
<style>
a { background-color: #E3A05A; }
a { background-color: rgb(227,160,90); }
div.DivClassName
{
background-color: #E3A05A;
}
.BgClassName
{
background-color: #E3A05A;
}
</style>
border-color css
<style>
span { border-color: #E3A05A; }
span { border-color: rgb(227,160,90); }
td.TdClassName
{
border-color: #E3A05A;
}
.TagClassName
{
border-color: #E3A05A;
}
</style>