Shades of Porsche #EAA057
Tints of Porsche #EAA057
RGB
CMYK
RGB Variations
Color information
#EAA057 (or 0xEAA057) is known color: Porsche. HEX triplet: EA, A0 and 57. RGB value is (234,160,87). Sum of RGB (Red+Green+Blue) = 234+160+87=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 87 (34.38% from 255 or 18.09% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA057 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA057 is #155FA8. Grayscale: #AEAEAE. Windows color (decimal): -1400745 or 5742826. OLE color: 5742826.
HSL color Cylindrical-coordinate representation of color #EAA057: hue angle of 29.8º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EAA057 is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 160 | 87 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.08 |
| HSL | 29.8º | 0.78% | 0.63% | - |
| HSV(B) | 29.8º | 0.63% | 0.92% | - |
| XYZ | 48.22 | 43.32 | 14.84 | - |
| YUV | 173.8 | 79.02 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 160 | 87 | 0 | 0.32 | 0.63 | 0.08 | 29.8 | 0.78 | 0.63 |
| Hex | EA | A0 | 57 | 0 | 20 | 3F | 8 | 1E | 4E | 3F |
| Octal | 352 | 240 | 127 | 0 | 40 | 77 | 10 | 36 | 116 | 77 |
| Binary | 11101010 | 10100000 | 1010111 | 0 | 100000 | 111111 | 1000 | 11110 | 1001110 | 111111 |
Color Harmonies of #EAA057
Complementary color
Monochromatic Colors of #EAA057
Black with #EAA057
Text Example
Text Example
White with #EAA057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA057; }
p { color: rgb(234,160,87); }
H1.HeaderClassName
{
color: #EAA057;
}
.AnyTagClassName
{
color: #EAA057;
}
</style>
background-color css
<style>
a { background-color: #EAA057; }
a { background-color: rgb(234,160,87); }
div.DivClassName
{
background-color: #EAA057;
}
.BgClassName
{
background-color: #EAA057;
}
</style>
border-color css
<style>
span { border-color: #EAA057; }
span { border-color: rgb(234,160,87); }
td.TdClassName
{
border-color: #EAA057;
}
.TagClassName
{
border-color: #EAA057;
}
</style>