Shades of Dark Salmon #EE957A
Tints of Dark Salmon #EE957A
RGB
CMYK
RGB Variations
Color information
#EE957A (or 0xEE957A) is known color: Dark Salmon. HEX triplet: EE, 95 and 7A. RGB value is (238,149,122). Sum of RGB (Red+Green+Blue) = 238+149+122=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 122 (48.05% from 255 or 23.97% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EE957A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE957A is #116A85. Grayscale: #ACACAC. Windows color (decimal): -1141382 or 8033774. OLE color: 8033774.
HSL color Cylindrical-coordinate representation of color #EE957A: hue angle of 13.97º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EE957A is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 149 | 122 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.07 |
| HSL | 13.97º | 0.77% | 0.71% | - |
| HSV(B) | 13.97º | 0.49% | 0.93% | - |
| XYZ | 49.52 | 41.08 | 23.73 | - |
| YUV | 172.53 | 99.49 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 149 | 122 | 0 | 0.37 | 0.49 | 0.07 | 13.97 | 0.77 | 0.71 |
| Hex | EE | 95 | 7A | 0 | 25 | 31 | 7 | E | 4D | 47 |
| Octal | 356 | 225 | 172 | 0 | 45 | 61 | 7 | 16 | 115 | 107 |
| Binary | 11101110 | 10010101 | 1111010 | 0 | 100101 | 110001 | 111 | 1110 | 1001101 | 1000111 |
Color Harmonies of #EE957A
Complementary color
Monochromatic Colors of #EE957A
Black with #EE957A
Text Example
Text Example
White with #EE957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE957A; }
p { color: rgb(238,149,122); }
H1.HeaderClassName
{
color: #EE957A;
}
.AnyTagClassName
{
color: #EE957A;
}
</style>
background-color css
<style>
a { background-color: #EE957A; }
a { background-color: rgb(238,149,122); }
div.DivClassName
{
background-color: #EE957A;
}
.BgClassName
{
background-color: #EE957A;
}
</style>
border-color css
<style>
span { border-color: #EE957A; }
span { border-color: rgb(238,149,122); }
td.TdClassName
{
border-color: #EE957A;
}
.TagClassName
{
border-color: #EE957A;
}
</style>