Shades of Dark Salmon #EE977D
Tints of Dark Salmon #EE977D
RGB
CMYK
RGB Variations
Color information
#EE977D (or 0xEE977D) is known color: Dark Salmon. HEX triplet: EE, 97 and 7D. RGB value is (238,151,125). Sum of RGB (Red+Green+Blue) = 238+151+125=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 151 (59.38% from 255 or 29.38% from 514); Blue value is 125 (49.22% from 255 or 24.32% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EE977D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE977D is #116882. Grayscale: #AEAEAE. Windows color (decimal): -1140867 or 8230894. OLE color: 8230894.
HSL color Cylindrical-coordinate representation of color #EE977D: hue angle of 13.81º 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 #EE977D is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 151 | 125 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.07 |
| HSL | 13.81º | 0.77% | 0.71% | - |
| HSV(B) | 13.81º | 0.47% | 0.93% | - |
| XYZ | 50.03 | 41.79 | 24.83 | - |
| YUV | 174.05 | 100.32 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 151 | 125 | 0 | 0.37 | 0.47 | 0.07 | 13.81 | 0.77 | 0.71 |
| Hex | EE | 97 | 7D | 0 | 25 | 2F | 7 | E | 4D | 47 |
| Octal | 356 | 227 | 175 | 0 | 45 | 57 | 7 | 16 | 115 | 107 |
| Binary | 11101110 | 10010111 | 1111101 | 0 | 100101 | 101111 | 111 | 1110 | 1001101 | 1000111 |
Color Harmonies of #EE977D
Complementary color
Monochromatic Colors of #EE977D
Black with #EE977D
Text Example
Text Example
White with #EE977D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE977D; }
p { color: rgb(238,151,125); }
H1.HeaderClassName
{
color: #EE977D;
}
.AnyTagClassName
{
color: #EE977D;
}
</style>
background-color css
<style>
a { background-color: #EE977D; }
a { background-color: rgb(238,151,125); }
div.DivClassName
{
background-color: #EE977D;
}
.BgClassName
{
background-color: #EE977D;
}
</style>
border-color css
<style>
span { border-color: #EE977D; }
span { border-color: rgb(238,151,125); }
td.TdClassName
{
border-color: #EE977D;
}
.TagClassName
{
border-color: #EE977D;
}
</style>