Shades of Porsche #EC965C
Tints of Porsche #EC965C
RGB
CMYK
RGB Variations
Color information
#EC965C (or 0xEC965C) is known color: Porsche. HEX triplet: EC, 96 and 5C. RGB value is (236,150,92). Sum of RGB (Red+Green+Blue) = 236+150+92=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 92 (36.33% from 255 or 19.25% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC965C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC965C is #1369A3. Grayscale: #A9A9A9. Windows color (decimal): -1272228 or 6067948. OLE color: 6067948.
HSL color Cylindrical-coordinate representation of color #EC965C: hue angle of 24.17º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC965C is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 150 | 92 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.07 |
| HSL | 24.17º | 0.79% | 0.64% | - |
| HSV(B) | 24.17º | 0.61% | 0.93% | - |
| XYZ | 47.43 | 40.42 | 15.43 | - |
| YUV | 169.1 | 84.49 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 92 | 0 | 0.36 | 0.61 | 0.07 | 24.17 | 0.79 | 0.64 |
| Hex | EC | 96 | 5C | 0 | 24 | 3D | 7 | 18 | 4F | 40 |
| Octal | 354 | 226 | 134 | 0 | 44 | 75 | 7 | 30 | 117 | 100 |
| Binary | 11101100 | 10010110 | 1011100 | 0 | 100100 | 111101 | 111 | 11000 | 1001111 | 1000000 |
Color Harmonies of #EC965C
Complementary color
Monochromatic Colors of #EC965C
Black with #EC965C
Text Example
Text Example
White with #EC965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC965C; }
p { color: rgb(236,150,92); }
H1.HeaderClassName
{
color: #EC965C;
}
.AnyTagClassName
{
color: #EC965C;
}
</style>
background-color css
<style>
a { background-color: #EC965C; }
a { background-color: rgb(236,150,92); }
div.DivClassName
{
background-color: #EC965C;
}
.BgClassName
{
background-color: #EC965C;
}
</style>
border-color css
<style>
span { border-color: #EC965C; }
span { border-color: rgb(236,150,92); }
td.TdClassName
{
border-color: #EC965C;
}
.TagClassName
{
border-color: #EC965C;
}
</style>