Shades of Porsche #ED9659
Tints of Porsche #ED9659
RGB
CMYK
RGB Variations
Color information
#ED9659 (or 0xED9659) is known color: Porsche. HEX triplet: ED, 96 and 59. RGB value is (237,150,89). Sum of RGB (Red+Green+Blue) = 237+150+89=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 150 (58.98% from 255 or 31.51% from 476); Blue value is 89 (35.16% from 255 or 18.70% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9659 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9659 is #1269A6. Grayscale: #A9A9A9. Windows color (decimal): -1206695 or 5871341. OLE color: 5871341.
HSL color Cylindrical-coordinate representation of color #ED9659: hue angle of 24.73º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED9659 is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 150 | 89 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.07 |
| HSL | 24.73º | 0.8% | 0.64% | - |
| HSV(B) | 24.73º | 0.62% | 0.93% | - |
| XYZ | 47.63 | 40.54 | 14.77 | - |
| YUV | 169.06 | 82.82 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 150 | 89 | 0 | 0.37 | 0.62 | 0.07 | 24.73 | 0.8 | 0.64 |
| Hex | ED | 96 | 59 | 0 | 25 | 3E | 7 | 19 | 50 | 40 |
| Octal | 355 | 226 | 131 | 0 | 45 | 76 | 7 | 31 | 120 | 100 |
| Binary | 11101101 | 10010110 | 1011001 | 0 | 100101 | 111110 | 111 | 11001 | 1010000 | 1000000 |
Color Harmonies of #ED9659
Complementary color
Monochromatic Colors of #ED9659
Black with #ED9659
Text Example
Text Example
White with #ED9659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9659; }
p { color: rgb(237,150,89); }
H1.HeaderClassName
{
color: #ED9659;
}
.AnyTagClassName
{
color: #ED9659;
}
</style>
background-color css
<style>
a { background-color: #ED9659; }
a { background-color: rgb(237,150,89); }
div.DivClassName
{
background-color: #ED9659;
}
.BgClassName
{
background-color: #ED9659;
}
</style>
border-color css
<style>
span { border-color: #ED9659; }
span { border-color: rgb(237,150,89); }
td.TdClassName
{
border-color: #ED9659;
}
.TagClassName
{
border-color: #ED9659;
}
</style>