Shades of Porsche #E6A45C
Tints of Porsche #E6A45C
RGB
CMYK
RGB Variations
Color information
#E6A45C (or 0xE6A45C) is known color: Porsche. HEX triplet: E6, A4 and 5C. RGB value is (230,164,92). Sum of RGB (Red+Green+Blue) = 230+164+92=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 164 (64.45% from 255 or 33.74% from 486); Blue value is 92 (36.33% from 255 or 18.93% from 486); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A45C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A45C is #195BA3. Grayscale: #AFAFAF. Windows color (decimal): -1661860 or 6071526. OLE color: 6071526.
HSL color Cylindrical-coordinate representation of color #E6A45C: hue angle of 31.3º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E6A45C is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 164 | 92 | - |
| CMYK | 0 | 0.29 | 0.60 | 0.10 |
| HSL | 31.3º | 0.73% | 0.63% | - |
| HSV(B) | 31.3º | 0.6% | 0.9% | - |
| XYZ | 47.84 | 44.15 | 16.12 | - |
| YUV | 175.53 | 80.87 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 164 | 92 | 0 | 0.29 | 0.60 | 0.10 | 31.3 | 0.73 | 0.63 |
| Hex | E6 | A4 | 5C | 0 | 1D | 3C | A | 1F | 49 | 3F |
| Octal | 346 | 244 | 134 | 0 | 35 | 74 | 12 | 37 | 111 | 77 |
| Binary | 11100110 | 10100100 | 1011100 | 0 | 11101 | 111100 | 1010 | 11111 | 1001001 | 111111 |
Color Harmonies of #E6A45C
Complementary color
Monochromatic Colors of #E6A45C
Black with #E6A45C
Text Example
Text Example
White with #E6A45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A45C; }
p { color: rgb(230,164,92); }
H1.HeaderClassName
{
color: #E6A45C;
}
.AnyTagClassName
{
color: #E6A45C;
}
</style>
background-color css
<style>
a { background-color: #E6A45C; }
a { background-color: rgb(230,164,92); }
div.DivClassName
{
background-color: #E6A45C;
}
.BgClassName
{
background-color: #E6A45C;
}
</style>
border-color css
<style>
span { border-color: #E6A45C; }
span { border-color: rgb(230,164,92); }
td.TdClassName
{
border-color: #E6A45C;
}
.TagClassName
{
border-color: #E6A45C;
}
</style>