Shades of Porsche #EAA359
Tints of Porsche #EAA359
RGB
CMYK
RGB Variations
Color information
#EAA359 (or 0xEAA359) is known color: Porsche. HEX triplet: EA, A3 and 59. RGB value is (234,163,89). Sum of RGB (Red+Green+Blue) = 234+163+89=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 89 (35.16% from 255 or 18.31% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA359 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA359 is #155CA6. Grayscale: #B0B0B0. Windows color (decimal): -1399975 or 5874666. OLE color: 5874666.
HSL color Cylindrical-coordinate representation of color #EAA359: hue angle of 30.62º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EAA359 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 163 | 89 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.08 |
| HSL | 30.62º | 0.78% | 0.63% | - |
| HSV(B) | 30.62º | 0.62% | 0.92% | - |
| XYZ | 48.83 | 44.41 | 15.45 | - |
| YUV | 175.79 | 79.02 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 163 | 89 | 0 | 0.30 | 0.62 | 0.08 | 30.62 | 0.78 | 0.63 |
| Hex | EA | A3 | 59 | 0 | 1E | 3E | 8 | 1F | 4E | 3F |
| Octal | 352 | 243 | 131 | 0 | 36 | 76 | 10 | 37 | 116 | 77 |
| Binary | 11101010 | 10100011 | 1011001 | 0 | 11110 | 111110 | 1000 | 11111 | 1001110 | 111111 |
Color Harmonies of #EAA359
Complementary color
Monochromatic Colors of #EAA359
Black with #EAA359
Text Example
Text Example
White with #EAA359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA359; }
p { color: rgb(234,163,89); }
H1.HeaderClassName
{
color: #EAA359;
}
.AnyTagClassName
{
color: #EAA359;
}
</style>
background-color css
<style>
a { background-color: #EAA359; }
a { background-color: rgb(234,163,89); }
div.DivClassName
{
background-color: #EAA359;
}
.BgClassName
{
background-color: #EAA359;
}
</style>
border-color css
<style>
span { border-color: #EAA359; }
span { border-color: rgb(234,163,89); }
td.TdClassName
{
border-color: #EAA359;
}
.TagClassName
{
border-color: #EAA359;
}
</style>