Shades of Porsche #E69764
Tints of Porsche #E69764
RGB
CMYK
RGB Variations
Color information
#E69764 (or 0xE69764) is known color: Porsche. HEX triplet: E6, 97 and 64. RGB value is (230,151,100). Sum of RGB (Red+Green+Blue) = 230+151+100=481 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.82% from 481); Green value is 151 (59.38% from 255 or 31.39% from 481); Blue value is 100 (39.45% from 255 or 20.79% from 481); Max value from RGB is 230 - color contains mainly: red. Hex color #E69764 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69764 is #19689B. Grayscale: #A9A9A9. Windows color (decimal): -1665180 or 6592486. OLE color: 6592486.
HSL color Cylindrical-coordinate representation of color #E69764: hue angle of 23.54º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E69764 is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 151 | 100 | - |
| CMYK | 0 | 0.34 | 0.57 | 0.10 |
| HSL | 23.54º | 0.72% | 0.65% | - |
| HSV(B) | 23.54º | 0.57% | 0.9% | - |
| XYZ | 46 | 39.88 | 17.33 | - |
| YUV | 168.81 | 89.17 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 151 | 100 | 0 | 0.34 | 0.57 | 0.10 | 23.54 | 0.72 | 0.65 |
| Hex | E6 | 97 | 64 | 0 | 22 | 39 | A | 18 | 48 | 41 |
| Octal | 346 | 227 | 144 | 0 | 42 | 71 | 12 | 30 | 110 | 101 |
| Binary | 11100110 | 10010111 | 1100100 | 0 | 100010 | 111001 | 1010 | 11000 | 1001000 | 1000001 |
Color Harmonies of #E69764
Complementary color
Monochromatic Colors of #E69764
Black with #E69764
Text Example
Text Example
White with #E69764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69764; }
p { color: rgb(230,151,100); }
H1.HeaderClassName
{
color: #E69764;
}
.AnyTagClassName
{
color: #E69764;
}
</style>
background-color css
<style>
a { background-color: #E69764; }
a { background-color: rgb(230,151,100); }
div.DivClassName
{
background-color: #E69764;
}
.BgClassName
{
background-color: #E69764;
}
</style>
border-color css
<style>
span { border-color: #E69764; }
span { border-color: rgb(230,151,100); }
td.TdClassName
{
border-color: #E69764;
}
.TagClassName
{
border-color: #E69764;
}
</style>