Shades of Porsche #E09850
Tints of Porsche #E09850
RGB
CMYK
RGB Variations
Color information
#E09850 (or 0xE09850) is known color: Porsche. HEX triplet: E0, 98 and 50. RGB value is (224,152,80). Sum of RGB (Red+Green+Blue) = 224+152+80=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 152 (59.77% from 255 or 33.33% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E09850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09850 is #1F67AF. Grayscale: #A5A5A5. Windows color (decimal): -2058160 or 5282016. OLE color: 5282016.
HSL color Cylindrical-coordinate representation of color #E09850: hue angle of 30º 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 #E09850 is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 152 | 80 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.12 |
| HSL | 30º | 0.7% | 0.6% | - |
| HSV(B) | 30º | 0.64% | 0.88% | - |
| XYZ | 43.42 | 38.88 | 12.81 | - |
| YUV | 165.32 | 79.85 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 152 | 80 | 0 | 0.32 | 0.64 | 0.12 | 30 | 0.7 | 0.6 |
| Hex | E0 | 98 | 50 | 0 | 20 | 40 | C | 1E | 46 | 3C |
| Octal | 340 | 230 | 120 | 0 | 40 | 100 | 14 | 36 | 106 | 74 |
| Binary | 11100000 | 10011000 | 1010000 | 0 | 100000 | 1000000 | 1100 | 11110 | 1000110 | 111100 |
Color Harmonies of #E09850
Complementary color
Monochromatic Colors of #E09850
Black with #E09850
Text Example
Text Example
White with #E09850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09850; }
p { color: rgb(224,152,80); }
H1.HeaderClassName
{
color: #E09850;
}
.AnyTagClassName
{
color: #E09850;
}
</style>
background-color css
<style>
a { background-color: #E09850; }
a { background-color: rgb(224,152,80); }
div.DivClassName
{
background-color: #E09850;
}
.BgClassName
{
background-color: #E09850;
}
</style>
border-color css
<style>
span { border-color: #E09850; }
span { border-color: rgb(224,152,80); }
td.TdClassName
{
border-color: #E09850;
}
.TagClassName
{
border-color: #E09850;
}
</style>