Shades of Porsche #EA945B
Tints of Porsche #EA945B
RGB
CMYK
RGB Variations
Color information
#EA945B (or 0xEA945B) is known color: Porsche. HEX triplet: EA, 94 and 5B. RGB value is (234,148,91). Sum of RGB (Red+Green+Blue) = 234+148+91=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 91 (35.94% from 255 or 19.24% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EA945B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA945B is #156BA4. Grayscale: #A7A7A7. Windows color (decimal): -1403813 or 6001898. OLE color: 6001898.
HSL color Cylindrical-coordinate representation of color #EA945B: hue angle of 23.92º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EA945B is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 148 | 91 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.08 |
| HSL | 23.92º | 0.77% | 0.64% | - |
| HSV(B) | 23.92º | 0.61% | 0.92% | - |
| XYZ | 46.41 | 39.43 | 15.06 | - |
| YUV | 167.22 | 84.99 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 148 | 91 | 0 | 0.37 | 0.61 | 0.08 | 23.92 | 0.77 | 0.64 |
| Hex | EA | 94 | 5B | 0 | 25 | 3D | 8 | 18 | 4D | 40 |
| Octal | 352 | 224 | 133 | 0 | 45 | 75 | 10 | 30 | 115 | 100 |
| Binary | 11101010 | 10010100 | 1011011 | 0 | 100101 | 111101 | 1000 | 11000 | 1001101 | 1000000 |
Color Harmonies of #EA945B
Complementary color
Monochromatic Colors of #EA945B
Black with #EA945B
Text Example
Text Example
White with #EA945B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA945B; }
p { color: rgb(234,148,91); }
H1.HeaderClassName
{
color: #EA945B;
}
.AnyTagClassName
{
color: #EA945B;
}
</style>
background-color css
<style>
a { background-color: #EA945B; }
a { background-color: rgb(234,148,91); }
div.DivClassName
{
background-color: #EA945B;
}
.BgClassName
{
background-color: #EA945B;
}
</style>
border-color css
<style>
span { border-color: #EA945B; }
span { border-color: rgb(234,148,91); }
td.TdClassName
{
border-color: #EA945B;
}
.TagClassName
{
border-color: #EA945B;
}
</style>