Shades of Porsche #E69A69
Tints of Porsche #E69A69
RGB
CMYK
RGB Variations
Color information
#E69A69 (or 0xE69A69) is known color: Porsche. HEX triplet: E6, 9A and 69. RGB value is (230,154,105). Sum of RGB (Red+Green+Blue) = 230+154+105=489 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.03% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 105 (41.41% from 255 or 21.47% from 489); Max value from RGB is 230 - color contains mainly: red. Hex color #E69A69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69A69 is #196596. Grayscale: #ABABAB. Windows color (decimal): -1664407 or 6920934. OLE color: 6920934.
HSL color Cylindrical-coordinate representation of color #E69A69: hue angle of 23.52º 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 #E69A69 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 154 | 105 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.10 |
| HSL | 23.52º | 0.71% | 0.66% | - |
| HSV(B) | 23.52º | 0.54% | 0.9% | - |
| XYZ | 46.74 | 40.95 | 18.81 | - |
| YUV | 171.14 | 90.68 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 154 | 105 | 0 | 0.33 | 0.54 | 0.10 | 23.52 | 0.71 | 0.66 |
| Hex | E6 | 9A | 69 | 0 | 21 | 36 | A | 18 | 47 | 42 |
| Octal | 346 | 232 | 151 | 0 | 41 | 66 | 12 | 30 | 107 | 102 |
| Binary | 11100110 | 10011010 | 1101001 | 0 | 100001 | 110110 | 1010 | 11000 | 1000111 | 1000010 |
Color Harmonies of #E69A69
Complementary color
Monochromatic Colors of #E69A69
Black with #E69A69
Text Example
Text Example
White with #E69A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69A69; }
p { color: rgb(230,154,105); }
H1.HeaderClassName
{
color: #E69A69;
}
.AnyTagClassName
{
color: #E69A69;
}
</style>
background-color css
<style>
a { background-color: #E69A69; }
a { background-color: rgb(230,154,105); }
div.DivClassName
{
background-color: #E69A69;
}
.BgClassName
{
background-color: #E69A69;
}
</style>
border-color css
<style>
span { border-color: #E69A69; }
span { border-color: rgb(230,154,105); }
td.TdClassName
{
border-color: #E69A69;
}
.TagClassName
{
border-color: #E69A69;
}
</style>