Shades of Porsche #E69355
Tints of Porsche #E69355
RGB
CMYK
RGB Variations
Color information
#E69355 (or 0xE69355) is known color: Porsche. HEX triplet: E6, 93 and 55. RGB value is (230,147,85). Sum of RGB (Red+Green+Blue) = 230+147+85=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 85 (33.59% from 255 or 18.40% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E69355 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69355 is #196CAA. Grayscale: #A5A5A5. Windows color (decimal): -1666219 or 5608422. OLE color: 5608422.
HSL color Cylindrical-coordinate representation of color #E69355: hue angle of 25.66º 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 #E69355 is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 147 | 85 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.10 |
| HSL | 25.66º | 0.74% | 0.62% | - |
| HSV(B) | 25.66º | 0.63% | 0.9% | - |
| XYZ | 44.71 | 38.35 | 13.64 | - |
| YUV | 164.75 | 83 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 147 | 85 | 0 | 0.36 | 0.63 | 0.10 | 25.66 | 0.74 | 0.62 |
| Hex | E6 | 93 | 55 | 0 | 24 | 3F | A | 1A | 4A | 3E |
| Octal | 346 | 223 | 125 | 0 | 44 | 77 | 12 | 32 | 112 | 76 |
| Binary | 11100110 | 10010011 | 1010101 | 0 | 100100 | 111111 | 1010 | 11010 | 1001010 | 111110 |
Color Harmonies of #E69355
Complementary color
Monochromatic Colors of #E69355
Black with #E69355
Text Example
Text Example
White with #E69355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69355; }
p { color: rgb(230,147,85); }
H1.HeaderClassName
{
color: #E69355;
}
.AnyTagClassName
{
color: #E69355;
}
</style>
background-color css
<style>
a { background-color: #E69355; }
a { background-color: rgb(230,147,85); }
div.DivClassName
{
background-color: #E69355;
}
.BgClassName
{
background-color: #E69355;
}
</style>
border-color css
<style>
span { border-color: #E69355; }
span { border-color: rgb(230,147,85); }
td.TdClassName
{
border-color: #E69355;
}
.TagClassName
{
border-color: #E69355;
}
</style>