Shades of Dark Salmon #EE9F7A
Tints of Dark Salmon #EE9F7A
RGB
CMYK
RGB Variations
Color information
#EE9F7A (or 0xEE9F7A) is known color: Dark Salmon. HEX triplet: EE, 9F and 7A. RGB value is (238,159,122). Sum of RGB (Red+Green+Blue) = 238+159+122=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 122 (48.05% from 255 or 23.51% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9F7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9F7A is #116085. Grayscale: #B2B2B2. Windows color (decimal): -1138822 or 8036334. OLE color: 8036334.
HSL color Cylindrical-coordinate representation of color #EE9F7A: hue angle of 19.14º 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 #EE9F7A is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 159 | 122 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.07 |
| HSL | 19.14º | 0.77% | 0.71% | - |
| HSV(B) | 19.14º | 0.49% | 0.93% | - |
| XYZ | 51.17 | 44.38 | 24.28 | - |
| YUV | 178.4 | 96.17 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 159 | 122 | 0 | 0.33 | 0.49 | 0.07 | 19.14 | 0.77 | 0.71 |
| Hex | EE | 9F | 7A | 0 | 21 | 31 | 7 | 13 | 4D | 47 |
| Octal | 356 | 237 | 172 | 0 | 41 | 61 | 7 | 23 | 115 | 107 |
| Binary | 11101110 | 10011111 | 1111010 | 0 | 100001 | 110001 | 111 | 10011 | 1001101 | 1000111 |
Color Harmonies of #EE9F7A
Complementary color
Monochromatic Colors of #EE9F7A
Black with #EE9F7A
Text Example
Text Example
White with #EE9F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9F7A; }
p { color: rgb(238,159,122); }
H1.HeaderClassName
{
color: #EE9F7A;
}
.AnyTagClassName
{
color: #EE9F7A;
}
</style>
background-color css
<style>
a { background-color: #EE9F7A; }
a { background-color: rgb(238,159,122); }
div.DivClassName
{
background-color: #EE9F7A;
}
.BgClassName
{
background-color: #EE9F7A;
}
</style>
border-color css
<style>
span { border-color: #EE9F7A; }
span { border-color: rgb(238,159,122); }
td.TdClassName
{
border-color: #EE9F7A;
}
.TagClassName
{
border-color: #EE9F7A;
}
</style>