Shades of Porsche #E69D6B
Tints of Porsche #E69D6B
RGB
CMYK
RGB Variations
Color information
#E69D6B (or 0xE69D6B) is known color: Porsche. HEX triplet: E6, 9D and 6B. RGB value is (230,157,107). Sum of RGB (Red+Green+Blue) = 230+157+107=494 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.56% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 107 (42.19% from 255 or 21.66% from 494); Max value from RGB is 230 - color contains mainly: red. Hex color #E69D6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69D6B is #196294. Grayscale: #ADADAD. Windows color (decimal): -1663637 or 7052774. OLE color: 7052774.
HSL color Cylindrical-coordinate representation of color #E69D6B: hue angle of 24.39º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E69D6B is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 157 | 107 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.10 |
| HSL | 24.39º | 0.71% | 0.66% | - |
| HSV(B) | 24.39º | 0.53% | 0.9% | - |
| XYZ | 47.34 | 42 | 19.52 | - |
| YUV | 173.13 | 90.68 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 157 | 107 | 0 | 0.32 | 0.53 | 0.10 | 24.39 | 0.71 | 0.66 |
| Hex | E6 | 9D | 6B | 0 | 20 | 35 | A | 18 | 47 | 42 |
| Octal | 346 | 235 | 153 | 0 | 40 | 65 | 12 | 30 | 107 | 102 |
| Binary | 11100110 | 10011101 | 1101011 | 0 | 100000 | 110101 | 1010 | 11000 | 1000111 | 1000010 |
Color Harmonies of #E69D6B
Complementary color
Monochromatic Colors of #E69D6B
Black with #E69D6B
Text Example
Text Example
White with #E69D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69D6B; }
p { color: rgb(230,157,107); }
H1.HeaderClassName
{
color: #E69D6B;
}
.AnyTagClassName
{
color: #E69D6B;
}
</style>
background-color css
<style>
a { background-color: #E69D6B; }
a { background-color: rgb(230,157,107); }
div.DivClassName
{
background-color: #E69D6B;
}
.BgClassName
{
background-color: #E69D6B;
}
</style>
border-color css
<style>
span { border-color: #E69D6B; }
span { border-color: rgb(230,157,107); }
td.TdClassName
{
border-color: #E69D6B;
}
.TagClassName
{
border-color: #E69D6B;
}
</style>