Shades of Dark Salmon #E6997C
Tints of Dark Salmon #E6997C
RGB
CMYK
RGB Variations
Color information
#E6997C (or 0xE6997C) is known color: Dark Salmon. HEX triplet: E6, 99 and 7C. RGB value is (230,153,124). Sum of RGB (Red+Green+Blue) = 230+153+124=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 124 (48.83% from 255 or 24.46% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E6997C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6997C is #196683. Grayscale: #ACACAC. Windows color (decimal): -1664644 or 8165862. OLE color: 8165862.
HSL color Cylindrical-coordinate representation of color #E6997C: hue angle of 16.42º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E6997C is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 153 | 124 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.10 |
| HSL | 16.42º | 0.68% | 0.69% | - |
| HSV(B) | 16.42º | 0.46% | 0.9% | - |
| XYZ | 47.66 | 41.06 | 24.48 | - |
| YUV | 172.72 | 100.51 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 153 | 124 | 0 | 0.33 | 0.46 | 0.10 | 16.42 | 0.68 | 0.69 |
| Hex | E6 | 99 | 7C | 0 | 21 | 2E | A | 10 | 44 | 45 |
| Octal | 346 | 231 | 174 | 0 | 41 | 56 | 12 | 20 | 104 | 105 |
| Binary | 11100110 | 10011001 | 1111100 | 0 | 100001 | 101110 | 1010 | 10000 | 1000100 | 1000101 |
Color Harmonies of #E6997C
Complementary color
Monochromatic Colors of #E6997C
Black with #E6997C
Text Example
Text Example
White with #E6997C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6997C; }
p { color: rgb(230,153,124); }
H1.HeaderClassName
{
color: #E6997C;
}
.AnyTagClassName
{
color: #E6997C;
}
</style>
background-color css
<style>
a { background-color: #E6997C; }
a { background-color: rgb(230,153,124); }
div.DivClassName
{
background-color: #E6997C;
}
.BgClassName
{
background-color: #E6997C;
}
</style>
border-color css
<style>
span { border-color: #E6997C; }
span { border-color: rgb(230,153,124); }
td.TdClassName
{
border-color: #E6997C;
}
.TagClassName
{
border-color: #E6997C;
}
</style>