Shades of Porsche #EA9A5E
Tints of Porsche #EA9A5E
RGB
CMYK
RGB Variations
Color information
#EA9A5E (or 0xEA9A5E) is known color: Porsche. HEX triplet: EA, 9A and 5E. RGB value is (234,154,94). Sum of RGB (Red+Green+Blue) = 234+154+94=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 94 (37.11% from 255 or 19.50% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9A5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9A5E is #1565A1. Grayscale: #ABABAB. Windows color (decimal): -1402274 or 6200042. OLE color: 6200042.
HSL color Cylindrical-coordinate representation of color #EA9A5E: hue angle of 25.71º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA9A5E is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 154 | 94 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.08 |
| HSL | 25.71º | 0.77% | 0.64% | - |
| HSV(B) | 25.71º | 0.6% | 0.92% | - |
| XYZ | 47.51 | 41.41 | 16.08 | - |
| YUV | 171.08 | 84.5 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 154 | 94 | 0 | 0.34 | 0.60 | 0.08 | 25.71 | 0.77 | 0.64 |
| Hex | EA | 9A | 5E | 0 | 22 | 3C | 8 | 1A | 4D | 40 |
| Octal | 352 | 232 | 136 | 0 | 42 | 74 | 10 | 32 | 115 | 100 |
| Binary | 11101010 | 10011010 | 1011110 | 0 | 100010 | 111100 | 1000 | 11010 | 1001101 | 1000000 |
Color Harmonies of #EA9A5E
Complementary color
Monochromatic Colors of #EA9A5E
Black with #EA9A5E
Text Example
Text Example
White with #EA9A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9A5E; }
p { color: rgb(234,154,94); }
H1.HeaderClassName
{
color: #EA9A5E;
}
.AnyTagClassName
{
color: #EA9A5E;
}
</style>
background-color css
<style>
a { background-color: #EA9A5E; }
a { background-color: rgb(234,154,94); }
div.DivClassName
{
background-color: #EA9A5E;
}
.BgClassName
{
background-color: #EA9A5E;
}
</style>
border-color css
<style>
span { border-color: #EA9A5E; }
span { border-color: rgb(234,154,94); }
td.TdClassName
{
border-color: #EA9A5E;
}
.TagClassName
{
border-color: #EA9A5E;
}
</style>