Shades of Porsche #E3965B
Tints of Porsche #E3965B
RGB
CMYK
RGB Variations
Color information
#E3965B (or 0xE3965B) is known color: Porsche. HEX triplet: E3, 96 and 5B. RGB value is (227,150,91). Sum of RGB (Red+Green+Blue) = 227+150+91=468 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.50% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 91 (35.94% from 255 or 19.44% from 468); Max value from RGB is 227 - color contains mainly: red. Hex color #E3965B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3965B is #1C69A4. Grayscale: #A6A6A6. Windows color (decimal): -1862053 or 6002403. OLE color: 6002403.
HSL color Cylindrical-coordinate representation of color #E3965B: hue angle of 26.03º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E3965B is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 150 | 91 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.11 |
| HSL | 26.03º | 0.71% | 0.62% | - |
| HSV(B) | 26.03º | 0.6% | 0.89% | - |
| XYZ | 44.47 | 38.9 | 15.06 | - |
| YUV | 166.3 | 85.51 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 150 | 91 | 0 | 0.34 | 0.60 | 0.11 | 26.03 | 0.71 | 0.62 |
| Hex | E3 | 96 | 5B | 0 | 22 | 3C | B | 1A | 47 | 3E |
| Octal | 343 | 226 | 133 | 0 | 42 | 74 | 13 | 32 | 107 | 76 |
| Binary | 11100011 | 10010110 | 1011011 | 0 | 100010 | 111100 | 1011 | 11010 | 1000111 | 111110 |
Color Harmonies of #E3965B
Complementary color
Monochromatic Colors of #E3965B
Black with #E3965B
Text Example
Text Example
White with #E3965B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3965B; }
p { color: rgb(227,150,91); }
H1.HeaderClassName
{
color: #E3965B;
}
.AnyTagClassName
{
color: #E3965B;
}
</style>
background-color css
<style>
a { background-color: #E3965B; }
a { background-color: rgb(227,150,91); }
div.DivClassName
{
background-color: #E3965B;
}
.BgClassName
{
background-color: #E3965B;
}
</style>
border-color css
<style>
span { border-color: #E3965B; }
span { border-color: rgb(227,150,91); }
td.TdClassName
{
border-color: #E3965B;
}
.TagClassName
{
border-color: #E3965B;
}
</style>