Shades of Porsche #E5955C
Tints of Porsche #E5955C
RGB
CMYK
RGB Variations
Color information
#E5955C (or 0xE5955C) is known color: Porsche. HEX triplet: E5, 95 and 5C. RGB value is (229,149,92). Sum of RGB (Red+Green+Blue) = 229+149+92=470 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.72% from 470); Green value is 149 (58.59% from 255 or 31.70% from 470); Blue value is 92 (36.33% from 255 or 19.57% from 470); Max value from RGB is 229 - color contains mainly: red. Hex color #E5955C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5955C is #1A6AA3. Grayscale: #A6A6A6. Windows color (decimal): -1731236 or 6067685. OLE color: 6067685.
HSL color Cylindrical-coordinate representation of color #E5955C: hue angle of 24.96º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E5955C is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 149 | 92 | - |
| CMYK | 0 | 0.35 | 0.60 | 0.10 |
| HSL | 24.96º | 0.72% | 0.63% | - |
| HSV(B) | 24.96º | 0.6% | 0.9% | - |
| XYZ | 44.99 | 38.93 | 15.27 | - |
| YUV | 166.42 | 86 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 149 | 92 | 0 | 0.35 | 0.60 | 0.10 | 24.96 | 0.72 | 0.63 |
| Hex | E5 | 95 | 5C | 0 | 23 | 3C | A | 19 | 48 | 3F |
| Octal | 345 | 225 | 134 | 0 | 43 | 74 | 12 | 31 | 110 | 77 |
| Binary | 11100101 | 10010101 | 1011100 | 0 | 100011 | 111100 | 1010 | 11001 | 1001000 | 111111 |
Color Harmonies of #E5955C
Complementary color
Monochromatic Colors of #E5955C
Black with #E5955C
Text Example
Text Example
White with #E5955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5955C; }
p { color: rgb(229,149,92); }
H1.HeaderClassName
{
color: #E5955C;
}
.AnyTagClassName
{
color: #E5955C;
}
</style>
background-color css
<style>
a { background-color: #E5955C; }
a { background-color: rgb(229,149,92); }
div.DivClassName
{
background-color: #E5955C;
}
.BgClassName
{
background-color: #E5955C;
}
</style>
border-color css
<style>
span { border-color: #E5955C; }
span { border-color: rgb(229,149,92); }
td.TdClassName
{
border-color: #E5955C;
}
.TagClassName
{
border-color: #E5955C;
}
</style>