Shades of Porsche #E7955D
Tints of Porsche #E7955D
RGB
CMYK
RGB Variations
Color information
#E7955D (or 0xE7955D) is known color: Porsche. HEX triplet: E7, 95 and 5D. RGB value is (231,149,93). Sum of RGB (Red+Green+Blue) = 231+149+93=473 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.84% from 473); Green value is 149 (58.59% from 255 or 31.50% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 231 - color contains mainly: red. Hex color #E7955D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7955D is #186AA2. Grayscale: #A7A7A7. Windows color (decimal): -1600163 or 6133223. OLE color: 6133223.
HSL color Cylindrical-coordinate representation of color #E7955D: hue angle of 24.35º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E7955D is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 149 | 93 | - |
| CMYK | 0 | 0.35 | 0.60 | 0.09 |
| HSL | 24.35º | 0.74% | 0.64% | - |
| HSV(B) | 24.35º | 0.6% | 0.91% | - |
| XYZ | 45.68 | 39.27 | 15.53 | - |
| YUV | 167.13 | 86.17 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 149 | 93 | 0 | 0.35 | 0.60 | 0.09 | 24.35 | 0.74 | 0.64 |
| Hex | E7 | 95 | 5D | 0 | 23 | 3C | 9 | 18 | 4A | 40 |
| Octal | 347 | 225 | 135 | 0 | 43 | 74 | 11 | 30 | 112 | 100 |
| Binary | 11100111 | 10010101 | 1011101 | 0 | 100011 | 111100 | 1001 | 11000 | 1001010 | 1000000 |
Color Harmonies of #E7955D
Complementary color
Monochromatic Colors of #E7955D
Black with #E7955D
Text Example
Text Example
White with #E7955D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7955D; }
p { color: rgb(231,149,93); }
H1.HeaderClassName
{
color: #E7955D;
}
.AnyTagClassName
{
color: #E7955D;
}
</style>
background-color css
<style>
a { background-color: #E7955D; }
a { background-color: rgb(231,149,93); }
div.DivClassName
{
background-color: #E7955D;
}
.BgClassName
{
background-color: #E7955D;
}
</style>
border-color css
<style>
span { border-color: #E7955D; }
span { border-color: rgb(231,149,93); }
td.TdClassName
{
border-color: #E7955D;
}
.TagClassName
{
border-color: #E7955D;
}
</style>