Shades of Porsche #E29A5D
Tints of Porsche #E29A5D
RGB
CMYK
RGB Variations
Color information
#E29A5D (or 0xE29A5D) is known color: Porsche. HEX triplet: E2, 9A and 5D. RGB value is (226,154,93). Sum of RGB (Red+Green+Blue) = 226+154+93=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E29A5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29A5D is #1D65A2. Grayscale: #A8A8A8. Windows color (decimal): -1926563 or 6134498. OLE color: 6134498.
HSL color Cylindrical-coordinate representation of color #E29A5D: hue angle of 27.52º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E29A5D is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 154 | 93 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.11 |
| HSL | 27.52º | 0.7% | 0.63% | - |
| HSV(B) | 27.52º | 0.59% | 0.89% | - |
| XYZ | 44.9 | 40.07 | 15.72 | - |
| YUV | 168.57 | 85.35 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 154 | 93 | 0 | 0.32 | 0.59 | 0.11 | 27.52 | 0.7 | 0.63 |
| Hex | E2 | 9A | 5D | 0 | 20 | 3B | B | 1C | 46 | 3F |
| Octal | 342 | 232 | 135 | 0 | 40 | 73 | 13 | 34 | 106 | 77 |
| Binary | 11100010 | 10011010 | 1011101 | 0 | 100000 | 111011 | 1011 | 11100 | 1000110 | 111111 |
Color Harmonies of #E29A5D
Complementary color
Monochromatic Colors of #E29A5D
Black with #E29A5D
Text Example
Text Example
White with #E29A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29A5D; }
p { color: rgb(226,154,93); }
H1.HeaderClassName
{
color: #E29A5D;
}
.AnyTagClassName
{
color: #E29A5D;
}
</style>
background-color css
<style>
a { background-color: #E29A5D; }
a { background-color: rgb(226,154,93); }
div.DivClassName
{
background-color: #E29A5D;
}
.BgClassName
{
background-color: #E29A5D;
}
</style>
border-color css
<style>
span { border-color: #E29A5D; }
span { border-color: rgb(226,154,93); }
td.TdClassName
{
border-color: #E29A5D;
}
.TagClassName
{
border-color: #E29A5D;
}
</style>