Shades of Porsche #EA9C53
Tints of Porsche #EA9C53
RGB
CMYK
RGB Variations
Color information
#EA9C53 (or 0xEA9C53) is known color: Porsche. HEX triplet: EA, 9C and 53. RGB value is (234,156,83). Sum of RGB (Red+Green+Blue) = 234+156+83=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 156 (61.33% from 255 or 32.98% from 473); Blue value is 83 (32.81% from 255 or 17.55% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9C53 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9C53 is #1563AC. Grayscale: #ABABAB. Windows color (decimal): -1401773 or 5479658. OLE color: 5479658.
HSL color Cylindrical-coordinate representation of color #EA9C53: hue angle of 29.01º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA9C53 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 156 | 83 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.08 |
| HSL | 29.01º | 0.78% | 0.62% | - |
| HSV(B) | 29.01º | 0.65% | 0.92% | - |
| XYZ | 47.38 | 41.89 | 13.77 | - |
| YUV | 171 | 78.34 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 156 | 83 | 0 | 0.33 | 0.65 | 0.08 | 29.01 | 0.78 | 0.62 |
| Hex | EA | 9C | 53 | 0 | 21 | 41 | 8 | 1D | 4E | 3E |
| Octal | 352 | 234 | 123 | 0 | 41 | 101 | 10 | 35 | 116 | 76 |
| Binary | 11101010 | 10011100 | 1010011 | 0 | 100001 | 1000001 | 1000 | 11101 | 1001110 | 111110 |
Color Harmonies of #EA9C53
Complementary color
Monochromatic Colors of #EA9C53
Black with #EA9C53
Text Example
Text Example
White with #EA9C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9C53; }
p { color: rgb(234,156,83); }
H1.HeaderClassName
{
color: #EA9C53;
}
.AnyTagClassName
{
color: #EA9C53;
}
</style>
background-color css
<style>
a { background-color: #EA9C53; }
a { background-color: rgb(234,156,83); }
div.DivClassName
{
background-color: #EA9C53;
}
.BgClassName
{
background-color: #EA9C53;
}
</style>
border-color css
<style>
span { border-color: #EA9C53; }
span { border-color: rgb(234,156,83); }
td.TdClassName
{
border-color: #EA9C53;
}
.TagClassName
{
border-color: #EA9C53;
}
</style>