Shades of Porsche #EBA152
Tints of Porsche #EBA152
RGB
CMYK
RGB Variations
Color information
#EBA152 (or 0xEBA152) is known color: Porsche. HEX triplet: EB, A1 and 52. RGB value is (235,161,82). Sum of RGB (Red+Green+Blue) = 235+161+82=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 82 (32.42% from 255 or 17.15% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA152 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA152 is #145EAD. Grayscale: #AEAEAE. Windows color (decimal): -1334958 or 5415403. OLE color: 5415403.
HSL color Cylindrical-coordinate representation of color #EBA152: hue angle of 30.98º 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 #EBA152 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 161 | 82 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.08 |
| HSL | 30.98º | 0.79% | 0.62% | - |
| HSV(B) | 30.98º | 0.65% | 0.92% | - |
| XYZ | 48.53 | 43.76 | 13.87 | - |
| YUV | 174.12 | 76.02 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 161 | 82 | 0 | 0.31 | 0.65 | 0.08 | 30.98 | 0.79 | 0.62 |
| Hex | EB | A1 | 52 | 0 | 1F | 41 | 8 | 1F | 4F | 3E |
| Octal | 353 | 241 | 122 | 0 | 37 | 101 | 10 | 37 | 117 | 76 |
| Binary | 11101011 | 10100001 | 1010010 | 0 | 11111 | 1000001 | 1000 | 11111 | 1001111 | 111110 |
Color Harmonies of #EBA152
Complementary color
Monochromatic Colors of #EBA152
Black with #EBA152
Text Example
Text Example
White with #EBA152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA152; }
p { color: rgb(235,161,82); }
H1.HeaderClassName
{
color: #EBA152;
}
.AnyTagClassName
{
color: #EBA152;
}
</style>
background-color css
<style>
a { background-color: #EBA152; }
a { background-color: rgb(235,161,82); }
div.DivClassName
{
background-color: #EBA152;
}
.BgClassName
{
background-color: #EBA152;
}
</style>
border-color css
<style>
span { border-color: #EBA152; }
span { border-color: rgb(235,161,82); }
td.TdClassName
{
border-color: #EBA152;
}
.TagClassName
{
border-color: #EBA152;
}
</style>