Shades of Porsche #E09250
Tints of Porsche #E09250
RGB
CMYK
RGB Variations
Color information
#E09250 (or 0xE09250) is known color: Porsche. HEX triplet: E0, 92 and 50. RGB value is (224,146,80). Sum of RGB (Red+Green+Blue) = 224+146+80=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 146 (57.42% from 255 or 32.44% from 450); Blue value is 80 (31.64% from 255 or 17.78% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E09250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09250 is #1F6DAF. Grayscale: #A2A2A2. Windows color (decimal): -2059696 or 5280480. OLE color: 5280480.
HSL color Cylindrical-coordinate representation of color #E09250: hue angle of 27.5º 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 #E09250 is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 146 | 80 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.12 |
| HSL | 27.5º | 0.7% | 0.6% | - |
| HSV(B) | 27.5º | 0.64% | 0.88% | - |
| XYZ | 42.47 | 36.98 | 12.49 | - |
| YUV | 161.8 | 81.84 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 146 | 80 | 0 | 0.35 | 0.64 | 0.12 | 27.5 | 0.7 | 0.6 |
| Hex | E0 | 92 | 50 | 0 | 23 | 40 | C | 1C | 46 | 3C |
| Octal | 340 | 222 | 120 | 0 | 43 | 100 | 14 | 34 | 106 | 74 |
| Binary | 11100000 | 10010010 | 1010000 | 0 | 100011 | 1000000 | 1100 | 11100 | 1000110 | 111100 |
Color Harmonies of #E09250
Complementary color
Monochromatic Colors of #E09250
Black with #E09250
Text Example
Text Example
White with #E09250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09250; }
p { color: rgb(224,146,80); }
H1.HeaderClassName
{
color: #E09250;
}
.AnyTagClassName
{
color: #E09250;
}
</style>
background-color css
<style>
a { background-color: #E09250; }
a { background-color: rgb(224,146,80); }
div.DivClassName
{
background-color: #E09250;
}
.BgClassName
{
background-color: #E09250;
}
</style>
border-color css
<style>
span { border-color: #E09250; }
span { border-color: rgb(224,146,80); }
td.TdClassName
{
border-color: #E09250;
}
.TagClassName
{
border-color: #E09250;
}
</style>