Shades of Porsche #E3965C
Tints of Porsche #E3965C
RGB
CMYK
RGB Variations
Color information
#E3965C (or 0xE3965C) is known color: Porsche. HEX triplet: E3, 96 and 5C. RGB value is (227,150,92). Sum of RGB (Red+Green+Blue) = 227+150+92=469 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.40% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 92 (36.33% from 255 or 19.62% from 469); Max value from RGB is 227 - color contains mainly: red. Hex color #E3965C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3965C is #1C69A3. Grayscale: #A6A6A6. Windows color (decimal): -1862052 or 6067939. OLE color: 6067939.
HSL color Cylindrical-coordinate representation of color #E3965C: hue angle of 25.78º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E3965C is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 150 | 92 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.11 |
| HSL | 25.78º | 0.71% | 0.63% | - |
| HSV(B) | 25.78º | 0.59% | 0.89% | - |
| XYZ | 44.52 | 38.92 | 15.29 | - |
| YUV | 166.41 | 86.01 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 150 | 92 | 0 | 0.34 | 0.59 | 0.11 | 25.78 | 0.71 | 0.63 |
| Hex | E3 | 96 | 5C | 0 | 22 | 3B | B | 1A | 47 | 3F |
| Octal | 343 | 226 | 134 | 0 | 42 | 73 | 13 | 32 | 107 | 77 |
| Binary | 11100011 | 10010110 | 1011100 | 0 | 100010 | 111011 | 1011 | 11010 | 1000111 | 111111 |
Color Harmonies of #E3965C
Complementary color
Monochromatic Colors of #E3965C
Black with #E3965C
Text Example
Text Example
White with #E3965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3965C; }
p { color: rgb(227,150,92); }
H1.HeaderClassName
{
color: #E3965C;
}
.AnyTagClassName
{
color: #E3965C;
}
</style>
background-color css
<style>
a { background-color: #E3965C; }
a { background-color: rgb(227,150,92); }
div.DivClassName
{
background-color: #E3965C;
}
.BgClassName
{
background-color: #E3965C;
}
</style>
border-color css
<style>
span { border-color: #E3965C; }
span { border-color: rgb(227,150,92); }
td.TdClassName
{
border-color: #E3965C;
}
.TagClassName
{
border-color: #E3965C;
}
</style>