Shades of Porsche #EBA053
Tints of Porsche #EBA053
RGB
CMYK
RGB Variations
Color information
#EBA053 (or 0xEBA053) is known color: Porsche. HEX triplet: EB, A0 and 53. RGB value is (235,160,83). Sum of RGB (Red+Green+Blue) = 235+160+83=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 83 (32.81% from 255 or 17.36% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA053 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA053 is #145FAC. Grayscale: #AEAEAE. Windows color (decimal): -1335213 or 5480683. OLE color: 5480683.
HSL color Cylindrical-coordinate representation of color #EBA053: hue angle of 30.39º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EBA053 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 83 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.08 |
| HSL | 30.39º | 0.79% | 0.62% | - |
| HSV(B) | 30.39º | 0.65% | 0.92% | - |
| XYZ | 48.39 | 43.43 | 14.02 | - |
| YUV | 173.65 | 76.85 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 83 | 0 | 0.32 | 0.65 | 0.08 | 30.39 | 0.79 | 0.62 |
| Hex | EB | A0 | 53 | 0 | 20 | 41 | 8 | 1E | 4F | 3E |
| Octal | 353 | 240 | 123 | 0 | 40 | 101 | 10 | 36 | 117 | 76 |
| Binary | 11101011 | 10100000 | 1010011 | 0 | 100000 | 1000001 | 1000 | 11110 | 1001111 | 111110 |
Color Harmonies of #EBA053
Complementary color
Monochromatic Colors of #EBA053
Black with #EBA053
Text Example
Text Example
White with #EBA053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA053; }
p { color: rgb(235,160,83); }
H1.HeaderClassName
{
color: #EBA053;
}
.AnyTagClassName
{
color: #EBA053;
}
</style>
background-color css
<style>
a { background-color: #EBA053; }
a { background-color: rgb(235,160,83); }
div.DivClassName
{
background-color: #EBA053;
}
.BgClassName
{
background-color: #EBA053;
}
</style>
border-color css
<style>
span { border-color: #EBA053; }
span { border-color: rgb(235,160,83); }
td.TdClassName
{
border-color: #EBA053;
}
.TagClassName
{
border-color: #EBA053;
}
</style>