Shades of Porsche #E0955C
Tints of Porsche #E0955C
RGB
CMYK
RGB Variations
Color information
#E0955C (or 0xE0955C) is known color: Porsche. HEX triplet: E0, 95 and 5C. RGB value is (224,149,92). Sum of RGB (Red+Green+Blue) = 224+149+92=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 92 (36.33% from 255 or 19.78% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E0955C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0955C is #1F6AA3. Grayscale: #A5A5A5. Windows color (decimal): -2058916 or 6067680. OLE color: 6067680.
HSL color Cylindrical-coordinate representation of color #E0955C: hue angle of 25.91º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E0955C is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 149 | 92 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.12 |
| HSL | 25.91º | 0.68% | 0.62% | - |
| HSV(B) | 25.91º | 0.59% | 0.88% | - |
| XYZ | 43.42 | 38.11 | 15.19 | - |
| YUV | 164.93 | 86.85 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 149 | 92 | 0 | 0.33 | 0.59 | 0.12 | 25.91 | 0.68 | 0.62 |
| Hex | E0 | 95 | 5C | 0 | 21 | 3B | C | 1A | 44 | 3E |
| Octal | 340 | 225 | 134 | 0 | 41 | 73 | 14 | 32 | 104 | 76 |
| Binary | 11100000 | 10010101 | 1011100 | 0 | 100001 | 111011 | 1100 | 11010 | 1000100 | 111110 |
Color Harmonies of #E0955C
Complementary color
Monochromatic Colors of #E0955C
Black with #E0955C
Text Example
Text Example
White with #E0955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0955C; }
p { color: rgb(224,149,92); }
H1.HeaderClassName
{
color: #E0955C;
}
.AnyTagClassName
{
color: #E0955C;
}
</style>
background-color css
<style>
a { background-color: #E0955C; }
a { background-color: rgb(224,149,92); }
div.DivClassName
{
background-color: #E0955C;
}
.BgClassName
{
background-color: #E0955C;
}
</style>
border-color css
<style>
span { border-color: #E0955C; }
span { border-color: rgb(224,149,92); }
td.TdClassName
{
border-color: #E0955C;
}
.TagClassName
{
border-color: #E0955C;
}
</style>