Shades of Porsche #E6A14E
Tints of Porsche #E6A14E
RGB
CMYK
RGB Variations
Color information
#E6A14E (or 0xE6A14E) is known color: Porsche. HEX triplet: E6, A1 and 4E. RGB value is (230,161,78). Sum of RGB (Red+Green+Blue) = 230+161+78=469 (62% of max value = 765). Red value is 230 (90.23% from 255 or 49.04% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 78 (30.86% from 255 or 16.63% from 469); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A14E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A14E is #195EB1. Grayscale: #ACACAC. Windows color (decimal): -1662642 or 5153254. OLE color: 5153254.
HSL color Cylindrical-coordinate representation of color #E6A14E: hue angle of 32.76º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E6A14E is Cyan = 0, Magento = 0.3, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 161 | 78 | - |
| CMYK | 0 | 0.3 | 0.66 | 0.10 |
| HSL | 32.76º | 0.75% | 0.6% | - |
| HSV(B) | 32.76º | 0.66% | 0.9% | - |
| XYZ | 46.75 | 42.86 | 13.02 | - |
| YUV | 172.17 | 74.86 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 161 | 78 | 0 | 0.3 | 0.66 | 0.10 | 32.76 | 0.75 | 0.6 |
| Hex | E6 | A1 | 4E | 0 | 1E | 42 | A | 21 | 4B | 3C |
| Octal | 346 | 241 | 116 | 0 | 36 | 102 | 12 | 41 | 113 | 74 |
| Binary | 11100110 | 10100001 | 1001110 | 0 | 11110 | 1000010 | 1010 | 100001 | 1001011 | 111100 |
Color Harmonies of #E6A14E
Complementary color
Monochromatic Colors of #E6A14E
Black with #E6A14E
Text Example
Text Example
White with #E6A14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A14E; }
p { color: rgb(230,161,78); }
H1.HeaderClassName
{
color: #E6A14E;
}
.AnyTagClassName
{
color: #E6A14E;
}
</style>
background-color css
<style>
a { background-color: #E6A14E; }
a { background-color: rgb(230,161,78); }
div.DivClassName
{
background-color: #E6A14E;
}
.BgClassName
{
background-color: #E6A14E;
}
</style>
border-color css
<style>
span { border-color: #E6A14E; }
span { border-color: rgb(230,161,78); }
td.TdClassName
{
border-color: #E6A14E;
}
.TagClassName
{
border-color: #E6A14E;
}
</style>