Shades of Porsche #ECA053
Tints of Porsche #ECA053
RGB
CMYK
RGB Variations
Color information
#ECA053 (or 0xECA053) is known color: Porsche. HEX triplet: EC, A0 and 53. RGB value is (236,160,83). Sum of RGB (Red+Green+Blue) = 236+160+83=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 83 (32.81% from 255 or 17.33% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA053 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA053 is #135FAC. Grayscale: #AEAEAE. Windows color (decimal): -1269677 or 5480684. OLE color: 5480684.
HSL color Cylindrical-coordinate representation of color #ECA053: hue angle of 30.2º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ECA053 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 160 | 83 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.07 |
| HSL | 30.2º | 0.8% | 0.63% | - |
| HSV(B) | 30.2º | 0.65% | 0.93% | - |
| XYZ | 48.72 | 43.6 | 14.03 | - |
| YUV | 173.95 | 76.68 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 83 | 0 | 0.32 | 0.65 | 0.07 | 30.2 | 0.8 | 0.63 |
| Hex | EC | A0 | 53 | 0 | 20 | 41 | 7 | 1E | 50 | 3F |
| Octal | 354 | 240 | 123 | 0 | 40 | 101 | 7 | 36 | 120 | 77 |
| Binary | 11101100 | 10100000 | 1010011 | 0 | 100000 | 1000001 | 111 | 11110 | 1010000 | 111111 |
Color Harmonies of #ECA053
Complementary color
Monochromatic Colors of #ECA053
Black with #ECA053
Text Example
Text Example
White with #ECA053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA053; }
p { color: rgb(236,160,83); }
H1.HeaderClassName
{
color: #ECA053;
}
.AnyTagClassName
{
color: #ECA053;
}
</style>
background-color css
<style>
a { background-color: #ECA053; }
a { background-color: rgb(236,160,83); }
div.DivClassName
{
background-color: #ECA053;
}
.BgClassName
{
background-color: #ECA053;
}
</style>
border-color css
<style>
span { border-color: #ECA053; }
span { border-color: rgb(236,160,83); }
td.TdClassName
{
border-color: #ECA053;
}
.TagClassName
{
border-color: #ECA053;
}
</style>