Shades of Porsche #E6965A
Tints of Porsche #E6965A
RGB
CMYK
RGB Variations
Color information
#E6965A (or 0xE6965A) is known color: Porsche. HEX triplet: E6, 96 and 5A. RGB value is (230,150,90). Sum of RGB (Red+Green+Blue) = 230+150+90=470 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.94% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 90 (35.55% from 255 or 19.15% from 470); Max value from RGB is 230 - color contains mainly: red. Hex color #E6965A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6965A is #1969A5. Grayscale: #A7A7A7. Windows color (decimal): -1665446 or 5936870. OLE color: 5936870.
HSL color Cylindrical-coordinate representation of color #E6965A: hue angle of 25.71º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E6965A is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 150 | 90 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.10 |
| HSL | 25.71º | 0.74% | 0.63% | - |
| HSV(B) | 25.71º | 0.61% | 0.9% | - |
| XYZ | 45.38 | 39.37 | 14.88 | - |
| YUV | 167.08 | 84.5 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 150 | 90 | 0 | 0.35 | 0.61 | 0.10 | 25.71 | 0.74 | 0.63 |
| Hex | E6 | 96 | 5A | 0 | 23 | 3D | A | 1A | 4A | 3F |
| Octal | 346 | 226 | 132 | 0 | 43 | 75 | 12 | 32 | 112 | 77 |
| Binary | 11100110 | 10010110 | 1011010 | 0 | 100011 | 111101 | 1010 | 11010 | 1001010 | 111111 |
Color Harmonies of #E6965A
Complementary color
Monochromatic Colors of #E6965A
Black with #E6965A
Text Example
Text Example
White with #E6965A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6965A; }
p { color: rgb(230,150,90); }
H1.HeaderClassName
{
color: #E6965A;
}
.AnyTagClassName
{
color: #E6965A;
}
</style>
background-color css
<style>
a { background-color: #E6965A; }
a { background-color: rgb(230,150,90); }
div.DivClassName
{
background-color: #E6965A;
}
.BgClassName
{
background-color: #E6965A;
}
</style>
border-color css
<style>
span { border-color: #E6965A; }
span { border-color: rgb(230,150,90); }
td.TdClassName
{
border-color: #E6965A;
}
.TagClassName
{
border-color: #E6965A;
}
</style>