Shades of Porsche #EBA153
Tints of Porsche #EBA153
RGB
CMYK
RGB Variations
Color information
#EBA153 (or 0xEBA153) is known color: Porsche. HEX triplet: EB, A1 and 53. RGB value is (235,161,83). Sum of RGB (Red+Green+Blue) = 235+161+83=479 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.06% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 83 (32.81% from 255 or 17.33% from 479); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA153 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA153 is #145EAC. Grayscale: #AEAEAE. Windows color (decimal): -1334957 or 5480939. OLE color: 5480939.
HSL color Cylindrical-coordinate representation of color #EBA153: hue angle of 30.79º 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 #EBA153 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 161 | 83 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.08 |
| HSL | 30.79º | 0.79% | 0.62% | - |
| HSV(B) | 30.79º | 0.65% | 0.92% | - |
| XYZ | 48.57 | 43.78 | 14.07 | - |
| YUV | 174.23 | 76.52 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 161 | 83 | 0 | 0.31 | 0.65 | 0.08 | 30.79 | 0.79 | 0.62 |
| Hex | EB | A1 | 53 | 0 | 1F | 41 | 8 | 1F | 4F | 3E |
| Octal | 353 | 241 | 123 | 0 | 37 | 101 | 10 | 37 | 117 | 76 |
| Binary | 11101011 | 10100001 | 1010011 | 0 | 11111 | 1000001 | 1000 | 11111 | 1001111 | 111110 |
Color Harmonies of #EBA153
Complementary color
Monochromatic Colors of #EBA153
Black with #EBA153
Text Example
Text Example
White with #EBA153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA153; }
p { color: rgb(235,161,83); }
H1.HeaderClassName
{
color: #EBA153;
}
.AnyTagClassName
{
color: #EBA153;
}
</style>
background-color css
<style>
a { background-color: #EBA153; }
a { background-color: rgb(235,161,83); }
div.DivClassName
{
background-color: #EBA153;
}
.BgClassName
{
background-color: #EBA153;
}
</style>
border-color css
<style>
span { border-color: #EBA153; }
span { border-color: rgb(235,161,83); }
td.TdClassName
{
border-color: #EBA153;
}
.TagClassName
{
border-color: #EBA153;
}
</style>