Shades of Porsche #E69C68
Tints of Porsche #E69C68
RGB
CMYK
RGB Variations
Color information
#E69C68 (or 0xE69C68) is known color: Porsche. HEX triplet: E6, 9C and 68. RGB value is (230,156,104). Sum of RGB (Red+Green+Blue) = 230+156+104=490 (64% of max value = 765). Red value is 230 (90.23% from 255 or 46.94% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 104 (41.02% from 255 or 21.22% from 490); Max value from RGB is 230 - color contains mainly: red. Hex color #E69C68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69C68 is #196397. Grayscale: #ACACAC. Windows color (decimal): -1663896 or 6855910. OLE color: 6855910.
HSL color Cylindrical-coordinate representation of color #E69C68: hue angle of 24.76º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E69C68 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 156 | 104 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.10 |
| HSL | 24.76º | 0.72% | 0.65% | - |
| HSV(B) | 24.76º | 0.55% | 0.9% | - |
| XYZ | 47.02 | 41.6 | 18.65 | - |
| YUV | 172.2 | 89.52 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 156 | 104 | 0 | 0.32 | 0.55 | 0.10 | 24.76 | 0.72 | 0.65 |
| Hex | E6 | 9C | 68 | 0 | 20 | 37 | A | 19 | 48 | 41 |
| Octal | 346 | 234 | 150 | 0 | 40 | 67 | 12 | 31 | 110 | 101 |
| Binary | 11100110 | 10011100 | 1101000 | 0 | 100000 | 110111 | 1010 | 11001 | 1001000 | 1000001 |
Color Harmonies of #E69C68
Complementary color
Monochromatic Colors of #E69C68
Black with #E69C68
Text Example
Text Example
White with #E69C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69C68; }
p { color: rgb(230,156,104); }
H1.HeaderClassName
{
color: #E69C68;
}
.AnyTagClassName
{
color: #E69C68;
}
</style>
background-color css
<style>
a { background-color: #E69C68; }
a { background-color: rgb(230,156,104); }
div.DivClassName
{
background-color: #E69C68;
}
.BgClassName
{
background-color: #E69C68;
}
</style>
border-color css
<style>
span { border-color: #E69C68; }
span { border-color: rgb(230,156,104); }
td.TdClassName
{
border-color: #E69C68;
}
.TagClassName
{
border-color: #E69C68;
}
</style>