Shades of Dark Salmon #E69A7B
Tints of Dark Salmon #E69A7B
RGB
CMYK
RGB Variations
Color information
#E69A7B (or 0xE69A7B) is known color: Dark Salmon. HEX triplet: E6, 9A and 7B. RGB value is (230,154,123). Sum of RGB (Red+Green+Blue) = 230+154+123=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 123 (48.44% from 255 or 24.26% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E69A7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69A7B is #196584. Grayscale: #ADADAD. Windows color (decimal): -1664389 or 8100582. OLE color: 8100582.
HSL color Cylindrical-coordinate representation of color #E69A7B: hue angle of 17.38º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E69A7B is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 154 | 123 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.10 |
| HSL | 17.38º | 0.68% | 0.69% | - |
| HSV(B) | 17.38º | 0.47% | 0.9% | - |
| XYZ | 47.76 | 41.36 | 24.21 | - |
| YUV | 173.19 | 99.68 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 154 | 123 | 0 | 0.33 | 0.47 | 0.10 | 17.38 | 0.68 | 0.69 |
| Hex | E6 | 9A | 7B | 0 | 21 | 2F | A | 11 | 44 | 45 |
| Octal | 346 | 232 | 173 | 0 | 41 | 57 | 12 | 21 | 104 | 105 |
| Binary | 11100110 | 10011010 | 1111011 | 0 | 100001 | 101111 | 1010 | 10001 | 1000100 | 1000101 |
Color Harmonies of #E69A7B
Complementary color
Monochromatic Colors of #E69A7B
Black with #E69A7B
Text Example
Text Example
White with #E69A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69A7B; }
p { color: rgb(230,154,123); }
H1.HeaderClassName
{
color: #E69A7B;
}
.AnyTagClassName
{
color: #E69A7B;
}
</style>
background-color css
<style>
a { background-color: #E69A7B; }
a { background-color: rgb(230,154,123); }
div.DivClassName
{
background-color: #E69A7B;
}
.BgClassName
{
background-color: #E69A7B;
}
</style>
border-color css
<style>
span { border-color: #E69A7B; }
span { border-color: rgb(230,154,123); }
td.TdClassName
{
border-color: #E69A7B;
}
.TagClassName
{
border-color: #E69A7B;
}
</style>