Shades of Porsche #EAA155
Tints of Porsche #EAA155
RGB
CMYK
RGB Variations
Color information
#EAA155 (or 0xEAA155) is known color: Porsche. HEX triplet: EA, A1 and 55. RGB value is (234,161,85). Sum of RGB (Red+Green+Blue) = 234+161+85=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 161 (63.28% from 255 or 33.54% from 480); Blue value is 85 (33.59% from 255 or 17.71% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA155 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA155 is #155EAA. Grayscale: #AEAEAE. Windows color (decimal): -1400491 or 5612010. OLE color: 5612010.
HSL color Cylindrical-coordinate representation of color #EAA155: hue angle of 30.6º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EAA155 is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 161 | 85 | - |
| CMYK | 0 | 0.31 | 0.64 | 0.08 |
| HSL | 30.6º | 0.78% | 0.63% | - |
| HSV(B) | 30.6º | 0.64% | 0.92% | - |
| XYZ | 48.32 | 43.64 | 14.47 | - |
| YUV | 174.16 | 77.68 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 161 | 85 | 0 | 0.31 | 0.64 | 0.08 | 30.6 | 0.78 | 0.63 |
| Hex | EA | A1 | 55 | 0 | 1F | 40 | 8 | 1F | 4E | 3F |
| Octal | 352 | 241 | 125 | 0 | 37 | 100 | 10 | 37 | 116 | 77 |
| Binary | 11101010 | 10100001 | 1010101 | 0 | 11111 | 1000000 | 1000 | 11111 | 1001110 | 111111 |
Color Harmonies of #EAA155
Complementary color
Monochromatic Colors of #EAA155
Black with #EAA155
Text Example
Text Example
White with #EAA155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA155; }
p { color: rgb(234,161,85); }
H1.HeaderClassName
{
color: #EAA155;
}
.AnyTagClassName
{
color: #EAA155;
}
</style>
background-color css
<style>
a { background-color: #EAA155; }
a { background-color: rgb(234,161,85); }
div.DivClassName
{
background-color: #EAA155;
}
.BgClassName
{
background-color: #EAA155;
}
</style>
border-color css
<style>
span { border-color: #EAA155; }
span { border-color: rgb(234,161,85); }
td.TdClassName
{
border-color: #EAA155;
}
.TagClassName
{
border-color: #EAA155;
}
</style>