Shades of Porsche #E29D55
Tints of Porsche #E29D55
RGB
CMYK
RGB Variations
Color information
#E29D55 (or 0xE29D55) is known color: Porsche. HEX triplet: E2, 9D and 55. RGB value is (226,157,85). Sum of RGB (Red+Green+Blue) = 226+157+85=468 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.29% from 468); Green value is 157 (61.72% from 255 or 33.55% from 468); Blue value is 85 (33.59% from 255 or 18.16% from 468); Max value from RGB is 226 - color contains mainly: red. Hex color #E29D55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29D55 is #1D62AA. Grayscale: #A9A9A9. Windows color (decimal): -1925803 or 5610978. OLE color: 5610978.
HSL color Cylindrical-coordinate representation of color #E29D55: hue angle of 30.64º 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 #E29D55 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 157 | 85 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.11 |
| HSL | 30.64º | 0.71% | 0.61% | - |
| HSV(B) | 30.64º | 0.62% | 0.89% | - |
| XYZ | 45.06 | 40.94 | 14.12 | - |
| YUV | 169.42 | 80.36 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 157 | 85 | 0 | 0.31 | 0.62 | 0.11 | 30.64 | 0.71 | 0.61 |
| Hex | E2 | 9D | 55 | 0 | 1F | 3E | B | 1F | 47 | 3D |
| Octal | 342 | 235 | 125 | 0 | 37 | 76 | 13 | 37 | 107 | 75 |
| Binary | 11100010 | 10011101 | 1010101 | 0 | 11111 | 111110 | 1011 | 11111 | 1000111 | 111101 |
Color Harmonies of #E29D55
Complementary color
Monochromatic Colors of #E29D55
Black with #E29D55
Text Example
Text Example
White with #E29D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29D55; }
p { color: rgb(226,157,85); }
H1.HeaderClassName
{
color: #E29D55;
}
.AnyTagClassName
{
color: #E29D55;
}
</style>
background-color css
<style>
a { background-color: #E29D55; }
a { background-color: rgb(226,157,85); }
div.DivClassName
{
background-color: #E29D55;
}
.BgClassName
{
background-color: #E29D55;
}
</style>
border-color css
<style>
span { border-color: #E29D55; }
span { border-color: rgb(226,157,85); }
td.TdClassName
{
border-color: #E29D55;
}
.TagClassName
{
border-color: #E29D55;
}
</style>