Shades of Porsche #E09D68
Tints of Porsche #E09D68
RGB
CMYK
RGB Variations
Color information
#E09D68 (or 0xE09D68) is known color: Porsche. HEX triplet: E0, 9D and 68. RGB value is (224,157,104). Sum of RGB (Red+Green+Blue) = 224+157+104=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 157 (61.72% from 255 or 32.37% from 485); Blue value is 104 (41.02% from 255 or 21.44% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E09D68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09D68 is #1F6297. Grayscale: #ABABAB. Windows color (decimal): -2056856 or 6856160. OLE color: 6856160.
HSL color Cylindrical-coordinate representation of color #E09D68: hue angle of 26.5º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E09D68 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 157 | 104 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.12 |
| HSL | 26.5º | 0.66% | 0.64% | - |
| HSV(B) | 26.5º | 0.54% | 0.88% | - |
| XYZ | 45.3 | 40.96 | 18.62 | - |
| YUV | 170.99 | 90.2 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 157 | 104 | 0 | 0.30 | 0.54 | 0.12 | 26.5 | 0.66 | 0.64 |
| Hex | E0 | 9D | 68 | 0 | 1E | 36 | C | 1A | 42 | 40 |
| Octal | 340 | 235 | 150 | 0 | 36 | 66 | 14 | 32 | 102 | 100 |
| Binary | 11100000 | 10011101 | 1101000 | 0 | 11110 | 110110 | 1100 | 11010 | 1000010 | 1000000 |
Color Harmonies of #E09D68
Complementary color
Monochromatic Colors of #E09D68
Black with #E09D68
Text Example
Text Example
White with #E09D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09D68; }
p { color: rgb(224,157,104); }
H1.HeaderClassName
{
color: #E09D68;
}
.AnyTagClassName
{
color: #E09D68;
}
</style>
background-color css
<style>
a { background-color: #E09D68; }
a { background-color: rgb(224,157,104); }
div.DivClassName
{
background-color: #E09D68;
}
.BgClassName
{
background-color: #E09D68;
}
</style>
border-color css
<style>
span { border-color: #E09D68; }
span { border-color: rgb(224,157,104); }
td.TdClassName
{
border-color: #E09D68;
}
.TagClassName
{
border-color: #E09D68;
}
</style>