Shades of Porsche #E8A250
Tints of Porsche #E8A250
RGB
CMYK
RGB Variations
Color information
#E8A250 (or 0xE8A250) is known color: Porsche. HEX triplet: E8, A2 and 50. RGB value is (232,162,80). Sum of RGB (Red+Green+Blue) = 232+162+80=474 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.95% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 80 (31.64% from 255 or 16.88% from 474); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A250 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8A250 is #175DAF. Grayscale: #ADADAD. Windows color (decimal): -1531312 or 5284584. OLE color: 5284584.
HSL color Cylindrical-coordinate representation of color #E8A250: hue angle of 32.37º 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 #E8A250 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 162 | 80 | - |
| CMYK | 0 | 0.30 | 0.66 | 0.09 |
| HSL | 32.37º | 0.77% | 0.61% | - |
| HSV(B) | 32.37º | 0.66% | 0.91% | - |
| XYZ | 47.65 | 43.58 | 13.49 | - |
| YUV | 173.58 | 75.19 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 162 | 80 | 0 | 0.30 | 0.66 | 0.09 | 32.37 | 0.77 | 0.61 |
| Hex | E8 | A2 | 50 | 0 | 1E | 42 | 9 | 20 | 4D | 3D |
| Octal | 350 | 242 | 120 | 0 | 36 | 102 | 11 | 40 | 115 | 75 |
| Binary | 11101000 | 10100010 | 1010000 | 0 | 11110 | 1000010 | 1001 | 100000 | 1001101 | 111101 |
Color Harmonies of #E8A250
Complementary color
Monochromatic Colors of #E8A250
Black with #E8A250
Text Example
Text Example
White with #E8A250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A250; }
p { color: rgb(232,162,80); }
H1.HeaderClassName
{
color: #E8A250;
}
.AnyTagClassName
{
color: #E8A250;
}
</style>
background-color css
<style>
a { background-color: #E8A250; }
a { background-color: rgb(232,162,80); }
div.DivClassName
{
background-color: #E8A250;
}
.BgClassName
{
background-color: #E8A250;
}
</style>
border-color css
<style>
span { border-color: #E8A250; }
span { border-color: rgb(232,162,80); }
td.TdClassName
{
border-color: #E8A250;
}
.TagClassName
{
border-color: #E8A250;
}
</style>