Shades of Porsche #EC955C
Tints of Porsche #EC955C
RGB
CMYK
RGB Variations
Color information
#EC955C (or 0xEC955C) is known color: Porsche. HEX triplet: EC, 95 and 5C. RGB value is (236,149,92). Sum of RGB (Red+Green+Blue) = 236+149+92=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 92 (36.33% from 255 or 19.29% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC955C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC955C is #136AA3. Grayscale: #A8A8A8. Windows color (decimal): -1272484 or 6067692. OLE color: 6067692.
HSL color Cylindrical-coordinate representation of color #EC955C: hue angle of 23.75º 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 #EC955C is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 92 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.07 |
| HSL | 23.75º | 0.79% | 0.64% | - |
| HSV(B) | 23.75º | 0.61% | 0.93% | - |
| XYZ | 47.27 | 40.1 | 15.37 | - |
| YUV | 168.52 | 84.82 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 92 | 0 | 0.37 | 0.61 | 0.07 | 23.75 | 0.79 | 0.64 |
| Hex | EC | 95 | 5C | 0 | 25 | 3D | 7 | 18 | 4F | 40 |
| Octal | 354 | 225 | 134 | 0 | 45 | 75 | 7 | 30 | 117 | 100 |
| Binary | 11101100 | 10010101 | 1011100 | 0 | 100101 | 111101 | 111 | 11000 | 1001111 | 1000000 |
Color Harmonies of #EC955C
Complementary color
Monochromatic Colors of #EC955C
Black with #EC955C
Text Example
Text Example
White with #EC955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC955C; }
p { color: rgb(236,149,92); }
H1.HeaderClassName
{
color: #EC955C;
}
.AnyTagClassName
{
color: #EC955C;
}
</style>
background-color css
<style>
a { background-color: #EC955C; }
a { background-color: rgb(236,149,92); }
div.DivClassName
{
background-color: #EC955C;
}
.BgClassName
{
background-color: #EC955C;
}
</style>
border-color css
<style>
span { border-color: #EC955C; }
span { border-color: rgb(236,149,92); }
td.TdClassName
{
border-color: #EC955C;
}
.TagClassName
{
border-color: #EC955C;
}
</style>