Shades of Porsche #E69855
Tints of Porsche #E69855
RGB
CMYK
RGB Variations
Color information
#E69855 (or 0xE69855) is known color: Porsche. HEX triplet: E6, 98 and 55. RGB value is (230,152,85). Sum of RGB (Red+Green+Blue) = 230+152+85=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 85 (33.59% from 255 or 18.20% from 467); Max value from RGB is 230 - color contains mainly: red. Hex color #E69855 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69855 is #1967AA. Grayscale: #A8A8A8. Windows color (decimal): -1664939 or 5609702. OLE color: 5609702.
HSL color Cylindrical-coordinate representation of color #E69855: hue angle of 27.72º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E69855 is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 152 | 85 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.10 |
| HSL | 27.72º | 0.74% | 0.62% | - |
| HSV(B) | 27.72º | 0.63% | 0.9% | - |
| XYZ | 45.5 | 39.94 | 13.9 | - |
| YUV | 167.68 | 81.34 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 152 | 85 | 0 | 0.34 | 0.63 | 0.10 | 27.72 | 0.74 | 0.62 |
| Hex | E6 | 98 | 55 | 0 | 22 | 3F | A | 1C | 4A | 3E |
| Octal | 346 | 230 | 125 | 0 | 42 | 77 | 12 | 34 | 112 | 76 |
| Binary | 11100110 | 10011000 | 1010101 | 0 | 100010 | 111111 | 1010 | 11100 | 1001010 | 111110 |
Color Harmonies of #E69855
Complementary color
Monochromatic Colors of #E69855
Black with #E69855
Text Example
Text Example
White with #E69855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69855; }
p { color: rgb(230,152,85); }
H1.HeaderClassName
{
color: #E69855;
}
.AnyTagClassName
{
color: #E69855;
}
</style>
background-color css
<style>
a { background-color: #E69855; }
a { background-color: rgb(230,152,85); }
div.DivClassName
{
background-color: #E69855;
}
.BgClassName
{
background-color: #E69855;
}
</style>
border-color css
<style>
span { border-color: #E69855; }
span { border-color: rgb(230,152,85); }
td.TdClassName
{
border-color: #E69855;
}
.TagClassName
{
border-color: #E69855;
}
</style>