Shades of Porsche #E6975A
Tints of Porsche #E6975A
RGB
CMYK
RGB Variations
Color information
#E6975A (or 0xE6975A) is known color: Porsche. HEX triplet: E6, 97 and 5A. RGB value is (230,151,90). Sum of RGB (Red+Green+Blue) = 230+151+90=471 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.83% from 471); Green value is 151 (59.38% from 255 or 32.06% from 471); Blue value is 90 (35.55% from 255 or 19.11% from 471); Max value from RGB is 230 - color contains mainly: red. Hex color #E6975A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6975A is #1968A5. Grayscale: #A7A7A7. Windows color (decimal): -1665190 or 5937126. OLE color: 5937126.
HSL color Cylindrical-coordinate representation of color #E6975A: hue angle of 26.14º 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 #E6975A is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 151 | 90 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.10 |
| HSL | 26.14º | 0.74% | 0.63% | - |
| HSV(B) | 26.14º | 0.61% | 0.9% | - |
| XYZ | 45.55 | 39.69 | 14.93 | - |
| YUV | 167.67 | 84.17 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 151 | 90 | 0 | 0.34 | 0.61 | 0.10 | 26.14 | 0.74 | 0.63 |
| Hex | E6 | 97 | 5A | 0 | 22 | 3D | A | 1A | 4A | 3F |
| Octal | 346 | 227 | 132 | 0 | 42 | 75 | 12 | 32 | 112 | 77 |
| Binary | 11100110 | 10010111 | 1011010 | 0 | 100010 | 111101 | 1010 | 11010 | 1001010 | 111111 |
Color Harmonies of #E6975A
Complementary color
Monochromatic Colors of #E6975A
Black with #E6975A
Text Example
Text Example
White with #E6975A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6975A; }
p { color: rgb(230,151,90); }
H1.HeaderClassName
{
color: #E6975A;
}
.AnyTagClassName
{
color: #E6975A;
}
</style>
background-color css
<style>
a { background-color: #E6975A; }
a { background-color: rgb(230,151,90); }
div.DivClassName
{
background-color: #E6975A;
}
.BgClassName
{
background-color: #E6975A;
}
</style>
border-color css
<style>
span { border-color: #E6975A; }
span { border-color: rgb(230,151,90); }
td.TdClassName
{
border-color: #E6975A;
}
.TagClassName
{
border-color: #E6975A;
}
</style>