Shades of Porsche #EBA156
Tints of Porsche #EBA156
RGB
CMYK
RGB Variations
Color information
#EBA156 (or 0xEBA156) is known color: Porsche. HEX triplet: EB, A1 and 56. RGB value is (235,161,86). Sum of RGB (Red+Green+Blue) = 235+161+86=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 86 (33.98% from 255 or 17.84% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA156 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA156 is #145EA9. Grayscale: #AEAEAE. Windows color (decimal): -1334954 or 5677547. OLE color: 5677547.
HSL color Cylindrical-coordinate representation of color #EBA156: hue angle of 30.2º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EBA156 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 161 | 86 | - |
| CMYK | 0 | 0.31 | 0.63 | 0.08 |
| HSL | 30.2º | 0.79% | 0.63% | - |
| HSV(B) | 30.2º | 0.63% | 0.92% | - |
| XYZ | 48.69 | 43.82 | 14.7 | - |
| YUV | 174.58 | 78.02 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 161 | 86 | 0 | 0.31 | 0.63 | 0.08 | 30.2 | 0.79 | 0.63 |
| Hex | EB | A1 | 56 | 0 | 1F | 3F | 8 | 1E | 4F | 3F |
| Octal | 353 | 241 | 126 | 0 | 37 | 77 | 10 | 36 | 117 | 77 |
| Binary | 11101011 | 10100001 | 1010110 | 0 | 11111 | 111111 | 1000 | 11110 | 1001111 | 111111 |
Color Harmonies of #EBA156
Complementary color
Monochromatic Colors of #EBA156
Black with #EBA156
Text Example
Text Example
White with #EBA156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA156; }
p { color: rgb(235,161,86); }
H1.HeaderClassName
{
color: #EBA156;
}
.AnyTagClassName
{
color: #EBA156;
}
</style>
background-color css
<style>
a { background-color: #EBA156; }
a { background-color: rgb(235,161,86); }
div.DivClassName
{
background-color: #EBA156;
}
.BgClassName
{
background-color: #EBA156;
}
</style>
border-color css
<style>
span { border-color: #EBA156; }
span { border-color: rgb(235,161,86); }
td.TdClassName
{
border-color: #EBA156;
}
.TagClassName
{
border-color: #EBA156;
}
</style>