Shades of Porsche #E29A55
Tints of Porsche #E29A55
RGB
CMYK
RGB Variations
Color information
#E29A55 (or 0xE29A55) is known color: Porsche. HEX triplet: E2, 9A and 55. RGB value is (226,154,85). Sum of RGB (Red+Green+Blue) = 226+154+85=465 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.60% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 85 (33.59% from 255 or 18.28% from 465); Max value from RGB is 226 - color contains mainly: red. Hex color #E29A55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29A55 is #1D65AA. Grayscale: #A8A8A8. Windows color (decimal): -1926571 or 5610210. OLE color: 5610210.
HSL color Cylindrical-coordinate representation of color #E29A55: hue angle of 29.36º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E29A55 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 154 | 85 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.11 |
| HSL | 29.36º | 0.71% | 0.61% | - |
| HSV(B) | 29.36º | 0.62% | 0.89% | - |
| XYZ | 44.56 | 39.94 | 13.95 | - |
| YUV | 167.66 | 81.35 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 154 | 85 | 0 | 0.32 | 0.62 | 0.11 | 29.36 | 0.71 | 0.61 |
| Hex | E2 | 9A | 55 | 0 | 20 | 3E | B | 1D | 47 | 3D |
| Octal | 342 | 232 | 125 | 0 | 40 | 76 | 13 | 35 | 107 | 75 |
| Binary | 11100010 | 10011010 | 1010101 | 0 | 100000 | 111110 | 1011 | 11101 | 1000111 | 111101 |
Color Harmonies of #E29A55
Complementary color
Monochromatic Colors of #E29A55
Black with #E29A55
Text Example
Text Example
White with #E29A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29A55; }
p { color: rgb(226,154,85); }
H1.HeaderClassName
{
color: #E29A55;
}
.AnyTagClassName
{
color: #E29A55;
}
</style>
background-color css
<style>
a { background-color: #E29A55; }
a { background-color: rgb(226,154,85); }
div.DivClassName
{
background-color: #E29A55;
}
.BgClassName
{
background-color: #E29A55;
}
</style>
border-color css
<style>
span { border-color: #E29A55; }
span { border-color: rgb(226,154,85); }
td.TdClassName
{
border-color: #E29A55;
}
.TagClassName
{
border-color: #E29A55;
}
</style>