Shades of Porsche #E09C50
Tints of Porsche #E09C50
RGB
CMYK
RGB Variations
Color information
#E09C50 (or 0xE09C50) is known color: Porsche. HEX triplet: E0, 9C and 50. RGB value is (224,156,80). Sum of RGB (Red+Green+Blue) = 224+156+80=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 80 (31.64% from 255 or 17.39% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E09C50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09C50 is #1F63AF. Grayscale: #A8A8A8. Windows color (decimal): -2057136 or 5283040. OLE color: 5283040.
HSL color Cylindrical-coordinate representation of color #E09C50: hue angle of 31.67º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E09C50 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 156 | 80 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.12 |
| HSL | 31.67º | 0.7% | 0.6% | - |
| HSV(B) | 31.67º | 0.64% | 0.88% | - |
| XYZ | 44.08 | 40.2 | 13.03 | - |
| YUV | 167.67 | 78.53 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 156 | 80 | 0 | 0.30 | 0.64 | 0.12 | 31.67 | 0.7 | 0.6 |
| Hex | E0 | 9C | 50 | 0 | 1E | 40 | C | 20 | 46 | 3C |
| Octal | 340 | 234 | 120 | 0 | 36 | 100 | 14 | 40 | 106 | 74 |
| Binary | 11100000 | 10011100 | 1010000 | 0 | 11110 | 1000000 | 1100 | 100000 | 1000110 | 111100 |
Color Harmonies of #E09C50
Complementary color
Monochromatic Colors of #E09C50
Black with #E09C50
Text Example
Text Example
White with #E09C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09C50; }
p { color: rgb(224,156,80); }
H1.HeaderClassName
{
color: #E09C50;
}
.AnyTagClassName
{
color: #E09C50;
}
</style>
background-color css
<style>
a { background-color: #E09C50; }
a { background-color: rgb(224,156,80); }
div.DivClassName
{
background-color: #E09C50;
}
.BgClassName
{
background-color: #E09C50;
}
</style>
border-color css
<style>
span { border-color: #E09C50; }
span { border-color: rgb(224,156,80); }
td.TdClassName
{
border-color: #E09C50;
}
.TagClassName
{
border-color: #E09C50;
}
</style>