Shades of Porsche #EA955E
Tints of Porsche #EA955E
RGB
CMYK
RGB Variations
Color information
#EA955E (or 0xEA955E) is known color: Porsche. HEX triplet: EA, 95 and 5E. RGB value is (234,149,94). Sum of RGB (Red+Green+Blue) = 234+149+94=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 94 (37.11% from 255 or 19.71% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EA955E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA955E is #156AA1. Grayscale: #A8A8A8. Windows color (decimal): -1403554 or 6198762. OLE color: 6198762.
HSL color Cylindrical-coordinate representation of color #EA955E: hue angle of 23.57º 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 #EA955E is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 149 | 94 | - |
| CMYK | 0 | 0.36 | 0.60 | 0.08 |
| HSL | 23.57º | 0.77% | 0.64% | - |
| HSV(B) | 23.57º | 0.6% | 0.92% | - |
| XYZ | 46.7 | 39.8 | 15.81 | - |
| YUV | 168.15 | 86.16 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 149 | 94 | 0 | 0.36 | 0.60 | 0.08 | 23.57 | 0.77 | 0.64 |
| Hex | EA | 95 | 5E | 0 | 24 | 3C | 8 | 18 | 4D | 40 |
| Octal | 352 | 225 | 136 | 0 | 44 | 74 | 10 | 30 | 115 | 100 |
| Binary | 11101010 | 10010101 | 1011110 | 0 | 100100 | 111100 | 1000 | 11000 | 1001101 | 1000000 |
Color Harmonies of #EA955E
Complementary color
Monochromatic Colors of #EA955E
Black with #EA955E
Text Example
Text Example
White with #EA955E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA955E; }
p { color: rgb(234,149,94); }
H1.HeaderClassName
{
color: #EA955E;
}
.AnyTagClassName
{
color: #EA955E;
}
</style>
background-color css
<style>
a { background-color: #EA955E; }
a { background-color: rgb(234,149,94); }
div.DivClassName
{
background-color: #EA955E;
}
.BgClassName
{
background-color: #EA955E;
}
</style>
border-color css
<style>
span { border-color: #EA955E; }
span { border-color: rgb(234,149,94); }
td.TdClassName
{
border-color: #EA955E;
}
.TagClassName
{
border-color: #EA955E;
}
</style>