Shades of Porsche #E09D5C
Tints of Porsche #E09D5C
RGB
CMYK
RGB Variations
Color information
#E09D5C (or 0xE09D5C) is known color: Porsche. HEX triplet: E0, 9D and 5C. RGB value is (224,157,92). Sum of RGB (Red+Green+Blue) = 224+157+92=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 157 (61.72% from 255 or 33.19% from 473); Blue value is 92 (36.33% from 255 or 19.45% from 473); Max value from RGB is 224 - color contains mainly: red. Hex color #E09D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09D5C is #1F62A3. Grayscale: #A9A9A9. Windows color (decimal): -2056868 or 6069728. OLE color: 6069728.
HSL color Cylindrical-coordinate representation of color #E09D5C: hue angle of 29.55º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E09D5C is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 157 | 92 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.12 |
| HSL | 29.55º | 0.68% | 0.62% | - |
| HSV(B) | 29.55º | 0.59% | 0.88% | - |
| XYZ | 44.73 | 40.73 | 15.63 | - |
| YUV | 169.62 | 84.2 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 157 | 92 | 0 | 0.30 | 0.59 | 0.12 | 29.55 | 0.68 | 0.62 |
| Hex | E0 | 9D | 5C | 0 | 1E | 3B | C | 1E | 44 | 3E |
| Octal | 340 | 235 | 134 | 0 | 36 | 73 | 14 | 36 | 104 | 76 |
| Binary | 11100000 | 10011101 | 1011100 | 0 | 11110 | 111011 | 1100 | 11110 | 1000100 | 111110 |
Color Harmonies of #E09D5C
Complementary color
Monochromatic Colors of #E09D5C
Black with #E09D5C
Text Example
Text Example
White with #E09D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09D5C; }
p { color: rgb(224,157,92); }
H1.HeaderClassName
{
color: #E09D5C;
}
.AnyTagClassName
{
color: #E09D5C;
}
</style>
background-color css
<style>
a { background-color: #E09D5C; }
a { background-color: rgb(224,157,92); }
div.DivClassName
{
background-color: #E09D5C;
}
.BgClassName
{
background-color: #E09D5C;
}
</style>
border-color css
<style>
span { border-color: #E09D5C; }
span { border-color: rgb(224,157,92); }
td.TdClassName
{
border-color: #E09D5C;
}
.TagClassName
{
border-color: #E09D5C;
}
</style>