Shades of Porsche #E69765
Tints of Porsche #E69765
RGB
CMYK
RGB Variations
Color information
#E69765 (or 0xE69765) is known color: Porsche. HEX triplet: E6, 97 and 65. RGB value is (230,151,101). Sum of RGB (Red+Green+Blue) = 230+151+101=482 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.72% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 230 - color contains mainly: red. Hex color #E69765 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69765 is #19689A. Grayscale: #A9A9A9. Windows color (decimal): -1665179 or 6658022. OLE color: 6658022.
HSL color Cylindrical-coordinate representation of color #E69765: hue angle of 23.26º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E69765 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 151 | 101 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.10 |
| HSL | 23.26º | 0.72% | 0.65% | - |
| HSV(B) | 23.26º | 0.56% | 0.9% | - |
| XYZ | 46.05 | 39.9 | 17.59 | - |
| YUV | 168.92 | 89.67 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 151 | 101 | 0 | 0.34 | 0.56 | 0.10 | 23.26 | 0.72 | 0.65 |
| Hex | E6 | 97 | 65 | 0 | 22 | 38 | A | 17 | 48 | 41 |
| Octal | 346 | 227 | 145 | 0 | 42 | 70 | 12 | 27 | 110 | 101 |
| Binary | 11100110 | 10010111 | 1100101 | 0 | 100010 | 111000 | 1010 | 10111 | 1001000 | 1000001 |
Color Harmonies of #E69765
Complementary color
Monochromatic Colors of #E69765
Black with #E69765
Text Example
Text Example
White with #E69765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69765; }
p { color: rgb(230,151,101); }
H1.HeaderClassName
{
color: #E69765;
}
.AnyTagClassName
{
color: #E69765;
}
</style>
background-color css
<style>
a { background-color: #E69765; }
a { background-color: rgb(230,151,101); }
div.DivClassName
{
background-color: #E69765;
}
.BgClassName
{
background-color: #E69765;
}
</style>
border-color css
<style>
span { border-color: #E69765; }
span { border-color: rgb(230,151,101); }
td.TdClassName
{
border-color: #E69765;
}
.TagClassName
{
border-color: #E69765;
}
</style>