Shades of Porsche #EBA454
Tints of Porsche #EBA454
RGB
CMYK
RGB Variations
Color information
#EBA454 (or 0xEBA454) is known color: Porsche. HEX triplet: EB, A4 and 54. RGB value is (235,164,84). Sum of RGB (Red+Green+Blue) = 235+164+84=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 164 (64.45% from 255 or 33.95% from 483); Blue value is 84 (33.20% from 255 or 17.39% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA454 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA454 is #145BAB. Grayscale: #B0B0B0. Windows color (decimal): -1334188 or 5547243. OLE color: 5547243.
HSL color Cylindrical-coordinate representation of color #EBA454: hue angle of 31.79º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EBA454 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 164 | 84 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.08 |
| HSL | 31.79º | 0.79% | 0.63% | - |
| HSV(B) | 31.79º | 0.64% | 0.92% | - |
| XYZ | 49.14 | 44.85 | 14.46 | - |
| YUV | 176.11 | 76.02 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 84 | 0 | 0.30 | 0.64 | 0.08 | 31.79 | 0.79 | 0.63 |
| Hex | EB | A4 | 54 | 0 | 1E | 40 | 8 | 20 | 4F | 3F |
| Octal | 353 | 244 | 124 | 0 | 36 | 100 | 10 | 40 | 117 | 77 |
| Binary | 11101011 | 10100100 | 1010100 | 0 | 11110 | 1000000 | 1000 | 100000 | 1001111 | 111111 |
Color Harmonies of #EBA454
Complementary color
Monochromatic Colors of #EBA454
Black with #EBA454
Text Example
Text Example
White with #EBA454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA454; }
p { color: rgb(235,164,84); }
H1.HeaderClassName
{
color: #EBA454;
}
.AnyTagClassName
{
color: #EBA454;
}
</style>
background-color css
<style>
a { background-color: #EBA454; }
a { background-color: rgb(235,164,84); }
div.DivClassName
{
background-color: #EBA454;
}
.BgClassName
{
background-color: #EBA454;
}
</style>
border-color css
<style>
span { border-color: #EBA454; }
span { border-color: rgb(235,164,84); }
td.TdClassName
{
border-color: #EBA454;
}
.TagClassName
{
border-color: #EBA454;
}
</style>