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