Shades of Porsche #E8A350
Tints of Porsche #E8A350
RGB
CMYK
RGB Variations
Color information
#E8A350 (or 0xE8A350) is known color: Porsche. HEX triplet: E8, A3 and 50. RGB value is (232,163,80). Sum of RGB (Red+Green+Blue) = 232+163+80=475 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.84% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 80 (31.64% from 255 or 16.84% from 475); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A350 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8A350 is #175CAF. Grayscale: #AEAEAE. Windows color (decimal): -1531056 or 5284840. OLE color: 5284840.
HSL color Cylindrical-coordinate representation of color #E8A350: hue angle of 32.76º 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 #E8A350 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 163 | 80 | - |
| CMYK | 0 | 0.30 | 0.66 | 0.09 |
| HSL | 32.76º | 0.77% | 0.61% | - |
| HSV(B) | 32.76º | 0.66% | 0.91% | - |
| XYZ | 47.82 | 43.93 | 13.55 | - |
| YUV | 174.17 | 74.86 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 163 | 80 | 0 | 0.30 | 0.66 | 0.09 | 32.76 | 0.77 | 0.61 |
| Hex | E8 | A3 | 50 | 0 | 1E | 42 | 9 | 21 | 4D | 3D |
| Octal | 350 | 243 | 120 | 0 | 36 | 102 | 11 | 41 | 115 | 75 |
| Binary | 11101000 | 10100011 | 1010000 | 0 | 11110 | 1000010 | 1001 | 100001 | 1001101 | 111101 |
Color Harmonies of #E8A350
Complementary color
Monochromatic Colors of #E8A350
Black with #E8A350
Text Example
Text Example
White with #E8A350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A350; }
p { color: rgb(232,163,80); }
H1.HeaderClassName
{
color: #E8A350;
}
.AnyTagClassName
{
color: #E8A350;
}
</style>
background-color css
<style>
a { background-color: #E8A350; }
a { background-color: rgb(232,163,80); }
div.DivClassName
{
background-color: #E8A350;
}
.BgClassName
{
background-color: #E8A350;
}
</style>
border-color css
<style>
span { border-color: #E8A350; }
span { border-color: rgb(232,163,80); }
td.TdClassName
{
border-color: #E8A350;
}
.TagClassName
{
border-color: #E8A350;
}
</style>