Shades of Porsche #E69E6A
Tints of Porsche #E69E6A
RGB
CMYK
RGB Variations
Color information
#E69E6A (or 0xE69E6A) is known color: Porsche. HEX triplet: E6, 9E and 6A. RGB value is (230,158,106). Sum of RGB (Red+Green+Blue) = 230+158+106=494 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.56% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 106 (41.80% from 255 or 21.46% from 494); Max value from RGB is 230 - color contains mainly: red. Hex color #E69E6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69E6A is #196195. Grayscale: #ADADAD. Windows color (decimal): -1663382 or 6987494. OLE color: 6987494.
HSL color Cylindrical-coordinate representation of color #E69E6A: hue angle of 25.16º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E69E6A is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 158 | 106 | - |
| CMYK | 0 | 0.31 | 0.54 | 0.10 |
| HSL | 25.16º | 0.71% | 0.66% | - |
| HSV(B) | 25.16º | 0.54% | 0.9% | - |
| XYZ | 47.46 | 42.32 | 19.3 | - |
| YUV | 173.6 | 89.85 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 158 | 106 | 0 | 0.31 | 0.54 | 0.10 | 25.16 | 0.71 | 0.66 |
| Hex | E6 | 9E | 6A | 0 | 1F | 36 | A | 19 | 47 | 42 |
| Octal | 346 | 236 | 152 | 0 | 37 | 66 | 12 | 31 | 107 | 102 |
| Binary | 11100110 | 10011110 | 1101010 | 0 | 11111 | 110110 | 1010 | 11001 | 1000111 | 1000010 |
Color Harmonies of #E69E6A
Complementary color
Monochromatic Colors of #E69E6A
Black with #E69E6A
Text Example
Text Example
White with #E69E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69E6A; }
p { color: rgb(230,158,106); }
H1.HeaderClassName
{
color: #E69E6A;
}
.AnyTagClassName
{
color: #E69E6A;
}
</style>
background-color css
<style>
a { background-color: #E69E6A; }
a { background-color: rgb(230,158,106); }
div.DivClassName
{
background-color: #E69E6A;
}
.BgClassName
{
background-color: #E69E6A;
}
</style>
border-color css
<style>
span { border-color: #E69E6A; }
span { border-color: rgb(230,158,106); }
td.TdClassName
{
border-color: #E69E6A;
}
.TagClassName
{
border-color: #E69E6A;
}
</style>