Shades of Porsche #E09E5F
Tints of Porsche #E09E5F
RGB
CMYK
RGB Variations
Color information
#E09E5F (or 0xE09E5F) is known color: Porsche. HEX triplet: E0, 9E and 5F. RGB value is (224,158,95). Sum of RGB (Red+Green+Blue) = 224+158+95=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 158 (62.11% from 255 or 33.12% from 477); Blue value is 95 (37.5% from 255 or 19.92% from 477); Max value from RGB is 224 - color contains mainly: red. Hex color #E09E5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09E5F is #1F61A0. Grayscale: #AAAAAA. Windows color (decimal): -2056609 or 6266592. OLE color: 6266592.
HSL color Cylindrical-coordinate representation of color #E09E5F: hue angle of 29.3º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E09E5F is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 158 | 95 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.12 |
| HSL | 29.3º | 0.68% | 0.63% | - |
| HSV(B) | 29.3º | 0.58% | 0.88% | - |
| XYZ | 45.03 | 41.13 | 16.39 | - |
| YUV | 170.55 | 85.37 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 158 | 95 | 0 | 0.29 | 0.58 | 0.12 | 29.3 | 0.68 | 0.63 |
| Hex | E0 | 9E | 5F | 0 | 1D | 3A | C | 1D | 44 | 3F |
| Octal | 340 | 236 | 137 | 0 | 35 | 72 | 14 | 35 | 104 | 77 |
| Binary | 11100000 | 10011110 | 1011111 | 0 | 11101 | 111010 | 1100 | 11101 | 1000100 | 111111 |
Color Harmonies of #E09E5F
Complementary color
Monochromatic Colors of #E09E5F
Black with #E09E5F
Text Example
Text Example
White with #E09E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09E5F; }
p { color: rgb(224,158,95); }
H1.HeaderClassName
{
color: #E09E5F;
}
.AnyTagClassName
{
color: #E09E5F;
}
</style>
background-color css
<style>
a { background-color: #E09E5F; }
a { background-color: rgb(224,158,95); }
div.DivClassName
{
background-color: #E09E5F;
}
.BgClassName
{
background-color: #E09E5F;
}
</style>
border-color css
<style>
span { border-color: #E09E5F; }
span { border-color: rgb(224,158,95); }
td.TdClassName
{
border-color: #E09E5F;
}
.TagClassName
{
border-color: #E09E5F;
}
</style>