Shades of Porsche #E5A961
Tints of Porsche #E5A961
RGB
CMYK
RGB Variations
Color information
#E5A961 (or 0xE5A961) is known color: Porsche. HEX triplet: E5, A9 and 61. RGB value is (229,169,97). Sum of RGB (Red+Green+Blue) = 229+169+97=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 169 (66.41% from 255 or 34.14% from 495); Blue value is 97 (38.28% from 255 or 19.60% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A961 is #1A569E. Grayscale: #B3B3B3. Windows color (decimal): -1726111 or 6400485. OLE color: 6400485.
HSL color Cylindrical-coordinate representation of color #E5A961: hue angle of 32.73º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E5A961 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 169 | 97 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.10 |
| HSL | 32.73º | 0.72% | 0.64% | - |
| HSV(B) | 32.73º | 0.58% | 0.9% | - |
| XYZ | 48.66 | 45.9 | 17.6 | - |
| YUV | 178.73 | 81.88 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 169 | 97 | 0 | 0.26 | 0.58 | 0.10 | 32.73 | 0.72 | 0.64 |
| Hex | E5 | A9 | 61 | 0 | 1A | 3A | A | 21 | 48 | 40 |
| Octal | 345 | 251 | 141 | 0 | 32 | 72 | 12 | 41 | 110 | 100 |
| Binary | 11100101 | 10101001 | 1100001 | 0 | 11010 | 111010 | 1010 | 100001 | 1001000 | 1000000 |
Color Harmonies of #E5A961
Complementary color
Monochromatic Colors of #E5A961
Black with #E5A961
Text Example
Text Example
White with #E5A961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A961; }
p { color: rgb(229,169,97); }
H1.HeaderClassName
{
color: #E5A961;
}
.AnyTagClassName
{
color: #E5A961;
}
</style>
background-color css
<style>
a { background-color: #E5A961; }
a { background-color: rgb(229,169,97); }
div.DivClassName
{
background-color: #E5A961;
}
.BgClassName
{
background-color: #E5A961;
}
</style>
border-color css
<style>
span { border-color: #E5A961; }
span { border-color: rgb(229,169,97); }
td.TdClassName
{
border-color: #E5A961;
}
.TagClassName
{
border-color: #E5A961;
}
</style>