Shades of Dark Salmon #E69B7E
Tints of Dark Salmon #E69B7E
RGB
CMYK
RGB Variations
Color information
#E69B7E (or 0xE69B7E) is known color: Dark Salmon. HEX triplet: E6, 9B and 7E. RGB value is (230,155,126). Sum of RGB (Red+Green+Blue) = 230+155+126=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 155 (60.94% from 255 or 30.33% from 511); Blue value is 126 (49.61% from 255 or 24.66% from 511); Max value from RGB is 230 - color contains mainly: red. Hex color #E69B7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69B7E is #196481. Grayscale: #AEAEAE. Windows color (decimal): -1664130 or 8297446. OLE color: 8297446.
HSL color Cylindrical-coordinate representation of color #E69B7E: hue angle of 16.73º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E69B7E is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 155 | 126 | - |
| CMYK | 0 | 0.33 | 0.45 | 0.10 |
| HSL | 16.73º | 0.68% | 0.7% | - |
| HSV(B) | 16.73º | 0.45% | 0.9% | - |
| XYZ | 48.12 | 41.77 | 25.27 | - |
| YUV | 174.12 | 100.85 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 155 | 126 | 0 | 0.33 | 0.45 | 0.10 | 16.73 | 0.68 | 0.7 |
| Hex | E6 | 9B | 7E | 0 | 21 | 2D | A | 11 | 44 | 46 |
| Octal | 346 | 233 | 176 | 0 | 41 | 55 | 12 | 21 | 104 | 106 |
| Binary | 11100110 | 10011011 | 1111110 | 0 | 100001 | 101101 | 1010 | 10001 | 1000100 | 1000110 |
Color Harmonies of #E69B7E
Complementary color
Monochromatic Colors of #E69B7E
Black with #E69B7E
Text Example
Text Example
White with #E69B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69B7E; }
p { color: rgb(230,155,126); }
H1.HeaderClassName
{
color: #E69B7E;
}
.AnyTagClassName
{
color: #E69B7E;
}
</style>
background-color css
<style>
a { background-color: #E69B7E; }
a { background-color: rgb(230,155,126); }
div.DivClassName
{
background-color: #E69B7E;
}
.BgClassName
{
background-color: #E69B7E;
}
</style>
border-color css
<style>
span { border-color: #E69B7E; }
span { border-color: rgb(230,155,126); }
td.TdClassName
{
border-color: #E69B7E;
}
.TagClassName
{
border-color: #E69B7E;
}
</style>