Shades of Porsche #EAA358
Tints of Porsche #EAA358
RGB
CMYK
RGB Variations
Color information
#EAA358 (or 0xEAA358) is known color: Porsche. HEX triplet: EA, A3 and 58. RGB value is (234,163,88). Sum of RGB (Red+Green+Blue) = 234+163+88=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 163 (64.06% from 255 or 33.61% from 485); Blue value is 88 (34.77% from 255 or 18.14% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA358 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA358 is #155CA7. Grayscale: #B0B0B0. Windows color (decimal): -1399976 or 5809130. OLE color: 5809130.
HSL color Cylindrical-coordinate representation of color #EAA358: hue angle of 30.82º 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 #EAA358 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 163 | 88 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.08 |
| HSL | 30.82º | 0.78% | 0.63% | - |
| HSV(B) | 30.82º | 0.62% | 0.92% | - |
| XYZ | 48.79 | 44.39 | 15.23 | - |
| YUV | 175.68 | 78.52 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 163 | 88 | 0 | 0.30 | 0.62 | 0.08 | 30.82 | 0.78 | 0.63 |
| Hex | EA | A3 | 58 | 0 | 1E | 3E | 8 | 1F | 4E | 3F |
| Octal | 352 | 243 | 130 | 0 | 36 | 76 | 10 | 37 | 116 | 77 |
| Binary | 11101010 | 10100011 | 1011000 | 0 | 11110 | 111110 | 1000 | 11111 | 1001110 | 111111 |
Color Harmonies of #EAA358
Complementary color
Monochromatic Colors of #EAA358
Black with #EAA358
Text Example
Text Example
White with #EAA358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA358; }
p { color: rgb(234,163,88); }
H1.HeaderClassName
{
color: #EAA358;
}
.AnyTagClassName
{
color: #EAA358;
}
</style>
background-color css
<style>
a { background-color: #EAA358; }
a { background-color: rgb(234,163,88); }
div.DivClassName
{
background-color: #EAA358;
}
.BgClassName
{
background-color: #EAA358;
}
</style>
border-color css
<style>
span { border-color: #EAA358; }
span { border-color: rgb(234,163,88); }
td.TdClassName
{
border-color: #EAA358;
}
.TagClassName
{
border-color: #EAA358;
}
</style>