Shades of Porsche #EC945C
Tints of Porsche #EC945C
RGB
CMYK
RGB Variations
Color information
#EC945C (or 0xEC945C) is known color: Porsche. HEX triplet: EC, 94 and 5C. RGB value is (236,148,92). Sum of RGB (Red+Green+Blue) = 236+148+92=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 92 (36.33% from 255 or 19.33% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC945C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC945C is #136BA3. Grayscale: #A8A8A8. Windows color (decimal): -1272740 or 6067436. OLE color: 6067436.
HSL color Cylindrical-coordinate representation of color #EC945C: hue angle of 23.33º 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 #EC945C is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 148 | 92 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.07 |
| HSL | 23.33º | 0.79% | 0.64% | - |
| HSV(B) | 23.33º | 0.61% | 0.93% | - |
| XYZ | 47.11 | 39.79 | 15.32 | - |
| YUV | 167.93 | 85.15 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 148 | 92 | 0 | 0.37 | 0.61 | 0.07 | 23.33 | 0.79 | 0.64 |
| Hex | EC | 94 | 5C | 0 | 25 | 3D | 7 | 17 | 4F | 40 |
| Octal | 354 | 224 | 134 | 0 | 45 | 75 | 7 | 27 | 117 | 100 |
| Binary | 11101100 | 10010100 | 1011100 | 0 | 100101 | 111101 | 111 | 10111 | 1001111 | 1000000 |
Color Harmonies of #EC945C
Complementary color
Monochromatic Colors of #EC945C
Black with #EC945C
Text Example
Text Example
White with #EC945C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC945C; }
p { color: rgb(236,148,92); }
H1.HeaderClassName
{
color: #EC945C;
}
.AnyTagClassName
{
color: #EC945C;
}
</style>
background-color css
<style>
a { background-color: #EC945C; }
a { background-color: rgb(236,148,92); }
div.DivClassName
{
background-color: #EC945C;
}
.BgClassName
{
background-color: #EC945C;
}
</style>
border-color css
<style>
span { border-color: #EC945C; }
span { border-color: rgb(236,148,92); }
td.TdClassName
{
border-color: #EC945C;
}
.TagClassName
{
border-color: #EC945C;
}
</style>