Shades of Porsche #E09B5D
Tints of Porsche #E09B5D
RGB
CMYK
RGB Variations
Color information
#E09B5D (or 0xE09B5D) is known color: Porsche. HEX triplet: E0, 9B and 5D. RGB value is (224,155,93). Sum of RGB (Red+Green+Blue) = 224+155+93=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 93 (36.72% from 255 or 19.70% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E09B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09B5D is #1F64A2. Grayscale: #A8A8A8. Windows color (decimal): -2057379 or 6134752. OLE color: 6134752.
HSL color Cylindrical-coordinate representation of color #E09B5D: hue angle of 28.4º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E09B5D is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 155 | 93 | - |
| CMYK | 0 | 0.31 | 0.58 | 0.12 |
| HSL | 28.4º | 0.68% | 0.62% | - |
| HSV(B) | 28.4º | 0.58% | 0.88% | - |
| XYZ | 44.44 | 40.08 | 15.75 | - |
| YUV | 168.56 | 85.36 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 155 | 93 | 0 | 0.31 | 0.58 | 0.12 | 28.4 | 0.68 | 0.62 |
| Hex | E0 | 9B | 5D | 0 | 1F | 3A | C | 1C | 44 | 3E |
| Octal | 340 | 233 | 135 | 0 | 37 | 72 | 14 | 34 | 104 | 76 |
| Binary | 11100000 | 10011011 | 1011101 | 0 | 11111 | 111010 | 1100 | 11100 | 1000100 | 111110 |
Color Harmonies of #E09B5D
Complementary color
Monochromatic Colors of #E09B5D
Black with #E09B5D
Text Example
Text Example
White with #E09B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09B5D; }
p { color: rgb(224,155,93); }
H1.HeaderClassName
{
color: #E09B5D;
}
.AnyTagClassName
{
color: #E09B5D;
}
</style>
background-color css
<style>
a { background-color: #E09B5D; }
a { background-color: rgb(224,155,93); }
div.DivClassName
{
background-color: #E09B5D;
}
.BgClassName
{
background-color: #E09B5D;
}
</style>
border-color css
<style>
span { border-color: #E09B5D; }
span { border-color: rgb(224,155,93); }
td.TdClassName
{
border-color: #E09B5D;
}
.TagClassName
{
border-color: #E09B5D;
}
</style>