Shades of Porsche #E5945A
Tints of Porsche #E5945A
RGB
CMYK
RGB Variations
Color information
#E5945A (or 0xE5945A) is known color: Porsche. HEX triplet: E5, 94 and 5A. RGB value is (229,148,90). Sum of RGB (Red+Green+Blue) = 229+148+90=467 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.04% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 90 (35.55% from 255 or 19.27% from 467); Max value from RGB is 229 - color contains mainly: red. Hex color #E5945A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5945A is #1A6BA5. Grayscale: #A5A5A5. Windows color (decimal): -1731494 or 5936357. OLE color: 5936357.
HSL color Cylindrical-coordinate representation of color #E5945A: hue angle of 25.04º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E5945A is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 148 | 90 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.10 |
| HSL | 25.04º | 0.73% | 0.63% | - |
| HSV(B) | 25.04º | 0.61% | 0.9% | - |
| XYZ | 44.75 | 38.58 | 14.76 | - |
| YUV | 165.61 | 85.34 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 148 | 90 | 0 | 0.35 | 0.61 | 0.10 | 25.04 | 0.73 | 0.63 |
| Hex | E5 | 94 | 5A | 0 | 23 | 3D | A | 19 | 49 | 3F |
| Octal | 345 | 224 | 132 | 0 | 43 | 75 | 12 | 31 | 111 | 77 |
| Binary | 11100101 | 10010100 | 1011010 | 0 | 100011 | 111101 | 1010 | 11001 | 1001001 | 111111 |
Color Harmonies of #E5945A
Complementary color
Monochromatic Colors of #E5945A
Black with #E5945A
Text Example
Text Example
White with #E5945A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5945A; }
p { color: rgb(229,148,90); }
H1.HeaderClassName
{
color: #E5945A;
}
.AnyTagClassName
{
color: #E5945A;
}
</style>
background-color css
<style>
a { background-color: #E5945A; }
a { background-color: rgb(229,148,90); }
div.DivClassName
{
background-color: #E5945A;
}
.BgClassName
{
background-color: #E5945A;
}
</style>
border-color css
<style>
span { border-color: #E5945A; }
span { border-color: rgb(229,148,90); }
td.TdClassName
{
border-color: #E5945A;
}
.TagClassName
{
border-color: #E5945A;
}
</style>