Shades of Dark Salmon #EE9F7C
Tints of Dark Salmon #EE9F7C
RGB
CMYK
RGB Variations
Color information
#EE9F7C (or 0xEE9F7C) is known color: Dark Salmon. HEX triplet: EE, 9F and 7C. RGB value is (238,159,124). Sum of RGB (Red+Green+Blue) = 238+159+124=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 124 (48.83% from 255 or 23.80% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9F7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9F7C is #116083. Grayscale: #B2B2B2. Windows color (decimal): -1138820 or 8167406. OLE color: 8167406.
HSL color Cylindrical-coordinate representation of color #EE9F7C: hue angle of 18.42º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EE9F7C is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 159 | 124 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.07 |
| HSL | 18.42º | 0.77% | 0.71% | - |
| HSV(B) | 18.42º | 0.48% | 0.93% | - |
| XYZ | 51.3 | 44.43 | 24.94 | - |
| YUV | 178.63 | 97.17 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 159 | 124 | 0 | 0.33 | 0.48 | 0.07 | 18.42 | 0.77 | 0.71 |
| Hex | EE | 9F | 7C | 0 | 21 | 30 | 7 | 12 | 4D | 47 |
| Octal | 356 | 237 | 174 | 0 | 41 | 60 | 7 | 22 | 115 | 107 |
| Binary | 11101110 | 10011111 | 1111100 | 0 | 100001 | 110000 | 111 | 10010 | 1001101 | 1000111 |
Color Harmonies of #EE9F7C
Complementary color
Monochromatic Colors of #EE9F7C
Black with #EE9F7C
Text Example
Text Example
White with #EE9F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9F7C; }
p { color: rgb(238,159,124); }
H1.HeaderClassName
{
color: #EE9F7C;
}
.AnyTagClassName
{
color: #EE9F7C;
}
</style>
background-color css
<style>
a { background-color: #EE9F7C; }
a { background-color: rgb(238,159,124); }
div.DivClassName
{
background-color: #EE9F7C;
}
.BgClassName
{
background-color: #EE9F7C;
}
</style>
border-color css
<style>
span { border-color: #EE9F7C; }
span { border-color: rgb(238,159,124); }
td.TdClassName
{
border-color: #EE9F7C;
}
.TagClassName
{
border-color: #EE9F7C;
}
</style>