Shades of Porsche #E4A960
Tints of Porsche #E4A960
RGB
CMYK
RGB Variations
Color information
#E4A960 (or 0xE4A960) is known color: Porsche. HEX triplet: E4, A9 and 60. RGB value is (228,169,96). Sum of RGB (Red+Green+Blue) = 228+169+96=493 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.25% from 493); Green value is 169 (66.41% from 255 or 34.28% from 493); Blue value is 96 (37.89% from 255 or 19.47% from 493); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4A960 is #1B569F. Grayscale: #B2B2B2. Windows color (decimal): -1791648 or 6334948. OLE color: 6334948.
HSL color Cylindrical-coordinate representation of color #E4A960: hue angle of 33.18º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E4A960 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 169 | 96 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.11 |
| HSL | 33.18º | 0.71% | 0.64% | - |
| HSV(B) | 33.18º | 0.58% | 0.89% | - |
| XYZ | 48.29 | 45.71 | 17.34 | - |
| YUV | 178.32 | 81.55 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 169 | 96 | 0 | 0.26 | 0.58 | 0.11 | 33.18 | 0.71 | 0.64 |
| Hex | E4 | A9 | 60 | 0 | 1A | 3A | B | 21 | 47 | 40 |
| Octal | 344 | 251 | 140 | 0 | 32 | 72 | 13 | 41 | 107 | 100 |
| Binary | 11100100 | 10101001 | 1100000 | 0 | 11010 | 111010 | 1011 | 100001 | 1000111 | 1000000 |
Color Harmonies of #E4A960
Complementary color
Monochromatic Colors of #E4A960
Black with #E4A960
Text Example
Text Example
White with #E4A960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A960; }
p { color: rgb(228,169,96); }
H1.HeaderClassName
{
color: #E4A960;
}
.AnyTagClassName
{
color: #E4A960;
}
</style>
background-color css
<style>
a { background-color: #E4A960; }
a { background-color: rgb(228,169,96); }
div.DivClassName
{
background-color: #E4A960;
}
.BgClassName
{
background-color: #E4A960;
}
</style>
border-color css
<style>
span { border-color: #E4A960; }
span { border-color: rgb(228,169,96); }
td.TdClassName
{
border-color: #E4A960;
}
.TagClassName
{
border-color: #E4A960;
}
</style>