Shades of Porsche #E09552
Tints of Porsche #E09552
RGB
CMYK
RGB Variations
Color information
#E09552 (or 0xE09552) is known color: Porsche. HEX triplet: E0, 95 and 52. RGB value is (224,149,82). Sum of RGB (Red+Green+Blue) = 224+149+82=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 149 (58.59% from 255 or 32.75% from 455); Blue value is 82 (32.42% from 255 or 18.02% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E09552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09552 is #1F6AAD. Grayscale: #A4A4A4. Windows color (decimal): -2058926 or 5412320. OLE color: 5412320.
HSL color Cylindrical-coordinate representation of color #E09552: hue angle of 28.31º 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 #E09552 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 149 | 82 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.12 |
| HSL | 28.31º | 0.7% | 0.6% | - |
| HSV(B) | 28.31º | 0.63% | 0.88% | - |
| XYZ | 43.01 | 37.95 | 13.04 | - |
| YUV | 163.79 | 81.85 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 149 | 82 | 0 | 0.33 | 0.63 | 0.12 | 28.31 | 0.7 | 0.6 |
| Hex | E0 | 95 | 52 | 0 | 21 | 3F | C | 1C | 46 | 3C |
| Octal | 340 | 225 | 122 | 0 | 41 | 77 | 14 | 34 | 106 | 74 |
| Binary | 11100000 | 10010101 | 1010010 | 0 | 100001 | 111111 | 1100 | 11100 | 1000110 | 111100 |
Color Harmonies of #E09552
Complementary color
Monochromatic Colors of #E09552
Black with #E09552
Text Example
Text Example
White with #E09552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09552; }
p { color: rgb(224,149,82); }
H1.HeaderClassName
{
color: #E09552;
}
.AnyTagClassName
{
color: #E09552;
}
</style>
background-color css
<style>
a { background-color: #E09552; }
a { background-color: rgb(224,149,82); }
div.DivClassName
{
background-color: #E09552;
}
.BgClassName
{
background-color: #E09552;
}
</style>
border-color css
<style>
span { border-color: #E09552; }
span { border-color: rgb(224,149,82); }
td.TdClassName
{
border-color: #E09552;
}
.TagClassName
{
border-color: #E09552;
}
</style>