Shades of Dark Salmon #E6997B
Tints of Dark Salmon #E6997B
RGB
CMYK
RGB Variations
Color information
#E6997B (or 0xE6997B) is known color: Dark Salmon. HEX triplet: E6, 99 and 7B. RGB value is (230,153,123). Sum of RGB (Red+Green+Blue) = 230+153+123=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 123 (48.44% from 255 or 24.31% from 506); Max value from RGB is 230 - color contains mainly: red. Hex color #E6997B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6997B is #196684. Grayscale: #ACACAC. Windows color (decimal): -1664645 or 8100326. OLE color: 8100326.
HSL color Cylindrical-coordinate representation of color #E6997B: hue angle of 16.82º 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 #E6997B is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 153 | 123 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.10 |
| HSL | 16.82º | 0.68% | 0.69% | - |
| HSV(B) | 16.82º | 0.47% | 0.9% | - |
| XYZ | 47.6 | 41.04 | 24.15 | - |
| YUV | 172.6 | 100.01 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 153 | 123 | 0 | 0.33 | 0.47 | 0.10 | 16.82 | 0.68 | 0.69 |
| Hex | E6 | 99 | 7B | 0 | 21 | 2F | A | 11 | 44 | 45 |
| Octal | 346 | 231 | 173 | 0 | 41 | 57 | 12 | 21 | 104 | 105 |
| Binary | 11100110 | 10011001 | 1111011 | 0 | 100001 | 101111 | 1010 | 10001 | 1000100 | 1000101 |
Color Harmonies of #E6997B
Complementary color
Monochromatic Colors of #E6997B
Black with #E6997B
Text Example
Text Example
White with #E6997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6997B; }
p { color: rgb(230,153,123); }
H1.HeaderClassName
{
color: #E6997B;
}
.AnyTagClassName
{
color: #E6997B;
}
</style>
background-color css
<style>
a { background-color: #E6997B; }
a { background-color: rgb(230,153,123); }
div.DivClassName
{
background-color: #E6997B;
}
.BgClassName
{
background-color: #E6997B;
}
</style>
border-color css
<style>
span { border-color: #E6997B; }
span { border-color: rgb(230,153,123); }
td.TdClassName
{
border-color: #E6997B;
}
.TagClassName
{
border-color: #E6997B;
}
</style>