Shades of Porsche #E4A85F
Tints of Porsche #E4A85F
RGB
CMYK
RGB Variations
Color information
#E4A85F (or 0xE4A85F) is known color: Porsche. HEX triplet: E4, A8 and 5F. RGB value is (228,168,95). Sum of RGB (Red+Green+Blue) = 228+168+95=491 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.44% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 95 (37.5% from 255 or 19.35% from 491); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A85F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4A85F is #1B57A0. Grayscale: #B1B1B1. Windows color (decimal): -1791905 or 6269156. OLE color: 6269156.
HSL color Cylindrical-coordinate representation of color #E4A85F: hue angle of 32.93º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E4A85F is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 168 | 95 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.11 |
| HSL | 32.93º | 0.71% | 0.63% | - |
| HSV(B) | 32.93º | 0.58% | 0.89% | - |
| XYZ | 48.06 | 45.33 | 17.04 | - |
| YUV | 177.62 | 81.38 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 168 | 95 | 0 | 0.26 | 0.58 | 0.11 | 32.93 | 0.71 | 0.63 |
| Hex | E4 | A8 | 5F | 0 | 1A | 3A | B | 21 | 47 | 3F |
| Octal | 344 | 250 | 137 | 0 | 32 | 72 | 13 | 41 | 107 | 77 |
| Binary | 11100100 | 10101000 | 1011111 | 0 | 11010 | 111010 | 1011 | 100001 | 1000111 | 111111 |
Color Harmonies of #E4A85F
Complementary color
Monochromatic Colors of #E4A85F
Black with #E4A85F
Text Example
Text Example
White with #E4A85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A85F; }
p { color: rgb(228,168,95); }
H1.HeaderClassName
{
color: #E4A85F;
}
.AnyTagClassName
{
color: #E4A85F;
}
</style>
background-color css
<style>
a { background-color: #E4A85F; }
a { background-color: rgb(228,168,95); }
div.DivClassName
{
background-color: #E4A85F;
}
.BgClassName
{
background-color: #E4A85F;
}
</style>
border-color css
<style>
span { border-color: #E4A85F; }
span { border-color: rgb(228,168,95); }
td.TdClassName
{
border-color: #E4A85F;
}
.TagClassName
{
border-color: #E4A85F;
}
</style>