Shades of Dark Salmon #EE997D
Tints of Dark Salmon #EE997D
RGB
CMYK
RGB Variations
Color information
#EE997D (or 0xEE997D) is known color: Dark Salmon. HEX triplet: EE, 99 and 7D. RGB value is (238,153,125). Sum of RGB (Red+Green+Blue) = 238+153+125=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 125 (49.22% from 255 or 24.22% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EE997D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE997D is #116682. Grayscale: #AFAFAF. Windows color (decimal): -1140355 or 8231406. OLE color: 8231406.
HSL color Cylindrical-coordinate representation of color #EE997D: hue angle of 14.87º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE997D is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 153 | 125 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.07 |
| HSL | 14.87º | 0.77% | 0.71% | - |
| HSV(B) | 14.87º | 0.47% | 0.93% | - |
| XYZ | 50.35 | 42.44 | 24.94 | - |
| YUV | 175.22 | 99.66 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 153 | 125 | 0 | 0.36 | 0.47 | 0.07 | 14.87 | 0.77 | 0.71 |
| Hex | EE | 99 | 7D | 0 | 24 | 2F | 7 | F | 4D | 47 |
| Octal | 356 | 231 | 175 | 0 | 44 | 57 | 7 | 17 | 115 | 107 |
| Binary | 11101110 | 10011001 | 1111101 | 0 | 100100 | 101111 | 111 | 1111 | 1001101 | 1000111 |
Color Harmonies of #EE997D
Complementary color
Monochromatic Colors of #EE997D
Black with #EE997D
Text Example
Text Example
White with #EE997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE997D; }
p { color: rgb(238,153,125); }
H1.HeaderClassName
{
color: #EE997D;
}
.AnyTagClassName
{
color: #EE997D;
}
</style>
background-color css
<style>
a { background-color: #EE997D; }
a { background-color: rgb(238,153,125); }
div.DivClassName
{
background-color: #EE997D;
}
.BgClassName
{
background-color: #EE997D;
}
</style>
border-color css
<style>
span { border-color: #EE997D; }
span { border-color: rgb(238,153,125); }
td.TdClassName
{
border-color: #EE997D;
}
.TagClassName
{
border-color: #EE997D;
}
</style>