Shades of Porsche #E09D64
Tints of Porsche #E09D64
RGB
CMYK
RGB Variations
Color information
#E09D64 (or 0xE09D64) is known color: Porsche. HEX triplet: E0, 9D and 64. RGB value is (224,157,100). Sum of RGB (Red+Green+Blue) = 224+157+100=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 100 (39.45% from 255 or 20.79% from 481); Max value from RGB is 224 - color contains mainly: red. Hex color #E09D64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09D64 is #1F629B. Grayscale: #AAAAAA. Windows color (decimal): -2056860 or 6594016. OLE color: 6594016.
HSL color Cylindrical-coordinate representation of color #E09D64: hue angle of 27.58º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E09D64 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 157 | 100 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.12 |
| HSL | 27.58º | 0.67% | 0.64% | - |
| HSV(B) | 27.58º | 0.55% | 0.88% | - |
| XYZ | 45.1 | 40.88 | 17.57 | - |
| YUV | 170.54 | 88.2 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 157 | 100 | 0 | 0.30 | 0.55 | 0.12 | 27.58 | 0.67 | 0.64 |
| Hex | E0 | 9D | 64 | 0 | 1E | 37 | C | 1C | 43 | 40 |
| Octal | 340 | 235 | 144 | 0 | 36 | 67 | 14 | 34 | 103 | 100 |
| Binary | 11100000 | 10011101 | 1100100 | 0 | 11110 | 110111 | 1100 | 11100 | 1000011 | 1000000 |
Color Harmonies of #E09D64
Complementary color
Monochromatic Colors of #E09D64
Black with #E09D64
Text Example
Text Example
White with #E09D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09D64; }
p { color: rgb(224,157,100); }
H1.HeaderClassName
{
color: #E09D64;
}
.AnyTagClassName
{
color: #E09D64;
}
</style>
background-color css
<style>
a { background-color: #E09D64; }
a { background-color: rgb(224,157,100); }
div.DivClassName
{
background-color: #E09D64;
}
.BgClassName
{
background-color: #E09D64;
}
</style>
border-color css
<style>
span { border-color: #E09D64; }
span { border-color: rgb(224,157,100); }
td.TdClassName
{
border-color: #E09D64;
}
.TagClassName
{
border-color: #E09D64;
}
</style>