Shades of Porsche #E8A450
Tints of Porsche #E8A450
RGB
CMYK
RGB Variations
Color information
#E8A450 (or 0xE8A450) is known color: Porsche. HEX triplet: E8, A4 and 50. RGB value is (232,164,80). Sum of RGB (Red+Green+Blue) = 232+164+80=476 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.74% from 476); Green value is 164 (64.45% from 255 or 34.45% from 476); Blue value is 80 (31.64% from 255 or 16.81% from 476); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A450 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8A450 is #175BAF. Grayscale: #AFAFAF. Windows color (decimal): -1530800 or 5285096. OLE color: 5285096.
HSL color Cylindrical-coordinate representation of color #E8A450: hue angle of 33.16º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E8A450 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 164 | 80 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.09 |
| HSL | 33.16º | 0.77% | 0.61% | - |
| HSV(B) | 33.16º | 0.66% | 0.91% | - |
| XYZ | 48 | 44.29 | 13.61 | - |
| YUV | 174.76 | 74.53 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 164 | 80 | 0 | 0.29 | 0.66 | 0.09 | 33.16 | 0.77 | 0.61 |
| Hex | E8 | A4 | 50 | 0 | 1D | 42 | 9 | 21 | 4D | 3D |
| Octal | 350 | 244 | 120 | 0 | 35 | 102 | 11 | 41 | 115 | 75 |
| Binary | 11101000 | 10100100 | 1010000 | 0 | 11101 | 1000010 | 1001 | 100001 | 1001101 | 111101 |
Color Harmonies of #E8A450
Complementary color
Monochromatic Colors of #E8A450
Black with #E8A450
Text Example
Text Example
White with #E8A450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A450; }
p { color: rgb(232,164,80); }
H1.HeaderClassName
{
color: #E8A450;
}
.AnyTagClassName
{
color: #E8A450;
}
</style>
background-color css
<style>
a { background-color: #E8A450; }
a { background-color: rgb(232,164,80); }
div.DivClassName
{
background-color: #E8A450;
}
.BgClassName
{
background-color: #E8A450;
}
</style>
border-color css
<style>
span { border-color: #E8A450; }
span { border-color: rgb(232,164,80); }
td.TdClassName
{
border-color: #E8A450;
}
.TagClassName
{
border-color: #E8A450;
}
</style>