Shades of Porsche #E09852
Tints of Porsche #E09852
RGB
CMYK
RGB Variations
Color information
#E09852 (or 0xE09852) is known color: Porsche. HEX triplet: E0, 98 and 52. RGB value is (224,152,82). Sum of RGB (Red+Green+Blue) = 224+152+82=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 152 (59.77% from 255 or 33.19% from 458); Blue value is 82 (32.42% from 255 or 17.90% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E09852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09852 is #1F67AD. Grayscale: #A5A5A5. Windows color (decimal): -2058158 or 5413088. OLE color: 5413088.
HSL color Cylindrical-coordinate representation of color #E09852: hue angle of 29.58º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E09852 is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 152 | 82 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.12 |
| HSL | 29.58º | 0.7% | 0.6% | - |
| HSV(B) | 29.58º | 0.63% | 0.88% | - |
| XYZ | 43.49 | 38.91 | 13.2 | - |
| YUV | 165.55 | 80.85 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 152 | 82 | 0 | 0.32 | 0.63 | 0.12 | 29.58 | 0.7 | 0.6 |
| Hex | E0 | 98 | 52 | 0 | 20 | 3F | C | 1E | 46 | 3C |
| Octal | 340 | 230 | 122 | 0 | 40 | 77 | 14 | 36 | 106 | 74 |
| Binary | 11100000 | 10011000 | 1010010 | 0 | 100000 | 111111 | 1100 | 11110 | 1000110 | 111100 |
Color Harmonies of #E09852
Complementary color
Monochromatic Colors of #E09852
Black with #E09852
Text Example
Text Example
White with #E09852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09852; }
p { color: rgb(224,152,82); }
H1.HeaderClassName
{
color: #E09852;
}
.AnyTagClassName
{
color: #E09852;
}
</style>
background-color css
<style>
a { background-color: #E09852; }
a { background-color: rgb(224,152,82); }
div.DivClassName
{
background-color: #E09852;
}
.BgClassName
{
background-color: #E09852;
}
</style>
border-color css
<style>
span { border-color: #E09852; }
span { border-color: rgb(224,152,82); }
td.TdClassName
{
border-color: #E09852;
}
.TagClassName
{
border-color: #E09852;
}
</style>