Shades of Porsche #E09F5D
Tints of Porsche #E09F5D
RGB
CMYK
RGB Variations
Color information
#E09F5D (or 0xE09F5D) is known color: Porsche. HEX triplet: E0, 9F and 5D. RGB value is (224,159,93). Sum of RGB (Red+Green+Blue) = 224+159+93=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 93 (36.72% from 255 or 19.54% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E09F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09F5D is #1F60A2. Grayscale: #ABABAB. Windows color (decimal): -2056355 or 6135776. OLE color: 6135776.
HSL color Cylindrical-coordinate representation of color #E09F5D: hue angle of 30.23º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E09F5D is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 159 | 93 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.12 |
| HSL | 30.23º | 0.68% | 0.62% | - |
| HSV(B) | 30.23º | 0.58% | 0.88% | - |
| XYZ | 45.11 | 41.43 | 15.98 | - |
| YUV | 170.91 | 84.03 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 159 | 93 | 0 | 0.29 | 0.58 | 0.12 | 30.23 | 0.68 | 0.62 |
| Hex | E0 | 9F | 5D | 0 | 1D | 3A | C | 1E | 44 | 3E |
| Octal | 340 | 237 | 135 | 0 | 35 | 72 | 14 | 36 | 104 | 76 |
| Binary | 11100000 | 10011111 | 1011101 | 0 | 11101 | 111010 | 1100 | 11110 | 1000100 | 111110 |
Color Harmonies of #E09F5D
Complementary color
Monochromatic Colors of #E09F5D
Black with #E09F5D
Text Example
Text Example
White with #E09F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09F5D; }
p { color: rgb(224,159,93); }
H1.HeaderClassName
{
color: #E09F5D;
}
.AnyTagClassName
{
color: #E09F5D;
}
</style>
background-color css
<style>
a { background-color: #E09F5D; }
a { background-color: rgb(224,159,93); }
div.DivClassName
{
background-color: #E09F5D;
}
.BgClassName
{
background-color: #E09F5D;
}
</style>
border-color css
<style>
span { border-color: #E09F5D; }
span { border-color: rgb(224,159,93); }
td.TdClassName
{
border-color: #E09F5D;
}
.TagClassName
{
border-color: #E09F5D;
}
</style>