Shades of Dark Salmon #EE957D
Tints of Dark Salmon #EE957D
RGB
CMYK
RGB Variations
Color information
#EE957D (or 0xEE957D) is known color: Dark Salmon. HEX triplet: EE, 95 and 7D. RGB value is (238,149,125). Sum of RGB (Red+Green+Blue) = 238+149+125=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 125 (49.22% from 255 or 24.41% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EE957D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE957D is #116A82. Grayscale: #ADADAD. Windows color (decimal): -1141379 or 8230382. OLE color: 8230382.
HSL color Cylindrical-coordinate representation of color #EE957D: hue angle of 12.74º 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 #EE957D is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 149 | 125 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.07 |
| HSL | 12.74º | 0.77% | 0.71% | - |
| HSV(B) | 12.74º | 0.47% | 0.93% | - |
| XYZ | 49.71 | 41.15 | 24.73 | - |
| YUV | 172.88 | 100.99 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 149 | 125 | 0 | 0.37 | 0.47 | 0.07 | 12.74 | 0.77 | 0.71 |
| Hex | EE | 95 | 7D | 0 | 25 | 2F | 7 | D | 4D | 47 |
| Octal | 356 | 225 | 175 | 0 | 45 | 57 | 7 | 15 | 115 | 107 |
| Binary | 11101110 | 10010101 | 1111101 | 0 | 100101 | 101111 | 111 | 1101 | 1001101 | 1000111 |
Color Harmonies of #EE957D
Complementary color
Monochromatic Colors of #EE957D
Black with #EE957D
Text Example
Text Example
White with #EE957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE957D; }
p { color: rgb(238,149,125); }
H1.HeaderClassName
{
color: #EE957D;
}
.AnyTagClassName
{
color: #EE957D;
}
</style>
background-color css
<style>
a { background-color: #EE957D; }
a { background-color: rgb(238,149,125); }
div.DivClassName
{
background-color: #EE957D;
}
.BgClassName
{
background-color: #EE957D;
}
</style>
border-color css
<style>
span { border-color: #EE957D; }
span { border-color: rgb(238,149,125); }
td.TdClassName
{
border-color: #EE957D;
}
.TagClassName
{
border-color: #EE957D;
}
</style>