Shades of Porsche #E09A5D
Tints of Porsche #E09A5D
RGB
CMYK
RGB Variations
Color information
#E09A5D (or 0xE09A5D) is known color: Porsche. HEX triplet: E0, 9A and 5D. RGB value is (224,154,93). Sum of RGB (Red+Green+Blue) = 224+154+93=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 93 (36.72% from 255 or 19.75% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E09A5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09A5D is #1F65A2. Grayscale: #A8A8A8. Windows color (decimal): -2057635 or 6134496. OLE color: 6134496.
HSL color Cylindrical-coordinate representation of color #E09A5D: hue angle of 27.94º 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 #E09A5D is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 154 | 93 | - |
| CMYK | 0 | 0.31 | 0.58 | 0.12 |
| HSL | 27.94º | 0.68% | 0.62% | - |
| HSV(B) | 27.94º | 0.58% | 0.88% | - |
| XYZ | 44.27 | 39.75 | 15.69 | - |
| YUV | 167.98 | 85.69 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 154 | 93 | 0 | 0.31 | 0.58 | 0.12 | 27.94 | 0.68 | 0.62 |
| Hex | E0 | 9A | 5D | 0 | 1F | 3A | C | 1C | 44 | 3E |
| Octal | 340 | 232 | 135 | 0 | 37 | 72 | 14 | 34 | 104 | 76 |
| Binary | 11100000 | 10011010 | 1011101 | 0 | 11111 | 111010 | 1100 | 11100 | 1000100 | 111110 |
Color Harmonies of #E09A5D
Complementary color
Monochromatic Colors of #E09A5D
Black with #E09A5D
Text Example
Text Example
White with #E09A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09A5D; }
p { color: rgb(224,154,93); }
H1.HeaderClassName
{
color: #E09A5D;
}
.AnyTagClassName
{
color: #E09A5D;
}
</style>
background-color css
<style>
a { background-color: #E09A5D; }
a { background-color: rgb(224,154,93); }
div.DivClassName
{
background-color: #E09A5D;
}
.BgClassName
{
background-color: #E09A5D;
}
</style>
border-color css
<style>
span { border-color: #E09A5D; }
span { border-color: rgb(224,154,93); }
td.TdClassName
{
border-color: #E09A5D;
}
.TagClassName
{
border-color: #E09A5D;
}
</style>