Shades of Porsche #E8965C
Tints of Porsche #E8965C
RGB
CMYK
RGB Variations
Color information
#E8965C (or 0xE8965C) is known color: Porsche. HEX triplet: E8, 96 and 5C. RGB value is (232,150,92). Sum of RGB (Red+Green+Blue) = 232+150+92=474 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.95% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 92 (36.33% from 255 or 19.41% from 474); Max value from RGB is 232 - color contains mainly: red. Hex color #E8965C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8965C is #1769A3. Grayscale: #A8A8A8. Windows color (decimal): -1534372 or 6067944. OLE color: 6067944.
HSL color Cylindrical-coordinate representation of color #E8965C: hue angle of 24.86º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E8965C is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 150 | 92 | - |
| CMYK | 0 | 0.35 | 0.60 | 0.09 |
| HSL | 24.86º | 0.75% | 0.64% | - |
| HSV(B) | 24.86º | 0.6% | 0.91% | - |
| XYZ | 46.12 | 39.74 | 15.37 | - |
| YUV | 167.91 | 85.17 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 150 | 92 | 0 | 0.35 | 0.60 | 0.09 | 24.86 | 0.75 | 0.64 |
| Hex | E8 | 96 | 5C | 0 | 23 | 3C | 9 | 19 | 4B | 40 |
| Octal | 350 | 226 | 134 | 0 | 43 | 74 | 11 | 31 | 113 | 100 |
| Binary | 11101000 | 10010110 | 1011100 | 0 | 100011 | 111100 | 1001 | 11001 | 1001011 | 1000000 |
Color Harmonies of #E8965C
Complementary color
Monochromatic Colors of #E8965C
Black with #E8965C
Text Example
Text Example
White with #E8965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8965C; }
p { color: rgb(232,150,92); }
H1.HeaderClassName
{
color: #E8965C;
}
.AnyTagClassName
{
color: #E8965C;
}
</style>
background-color css
<style>
a { background-color: #E8965C; }
a { background-color: rgb(232,150,92); }
div.DivClassName
{
background-color: #E8965C;
}
.BgClassName
{
background-color: #E8965C;
}
</style>
border-color css
<style>
span { border-color: #E8965C; }
span { border-color: rgb(232,150,92); }
td.TdClassName
{
border-color: #E8965C;
}
.TagClassName
{
border-color: #E8965C;
}
</style>