Shades of Dark Salmon #EE9583
Tints of Dark Salmon #EE9583
RGB
CMYK
RGB Variations
Color information
#EE9583 (or 0xEE9583) is known color: Dark Salmon. HEX triplet: EE, 95 and 83. RGB value is (238,149,131). Sum of RGB (Red+Green+Blue) = 238+149+131=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 131 (51.56% from 255 or 25.29% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9583 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9583 is #116A7C. Grayscale: #ADADAD. Windows color (decimal): -1141373 or 8623598. OLE color: 8623598.
HSL color Cylindrical-coordinate representation of color #EE9583: hue angle of 10.09º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE9583 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 149 | 131 | - |
| CMYK | 0 | 0.37 | 0.45 | 0.07 |
| HSL | 10.09º | 0.76% | 0.72% | - |
| HSV(B) | 10.09º | 0.45% | 0.93% | - |
| XYZ | 50.1 | 41.31 | 26.81 | - |
| YUV | 173.56 | 103.99 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 149 | 131 | 0 | 0.37 | 0.45 | 0.07 | 10.09 | 0.76 | 0.72 |
| Hex | EE | 95 | 83 | 0 | 25 | 2D | 7 | A | 4C | 48 |
| Octal | 356 | 225 | 203 | 0 | 45 | 55 | 7 | 12 | 114 | 110 |
| Binary | 11101110 | 10010101 | 10000011 | 0 | 100101 | 101101 | 111 | 1010 | 1001100 | 1001000 |
Color Harmonies of #EE9583
Complementary color
Monochromatic Colors of #EE9583
Black with #EE9583
Text Example
Text Example
White with #EE9583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9583; }
p { color: rgb(238,149,131); }
H1.HeaderClassName
{
color: #EE9583;
}
.AnyTagClassName
{
color: #EE9583;
}
</style>
background-color css
<style>
a { background-color: #EE9583; }
a { background-color: rgb(238,149,131); }
div.DivClassName
{
background-color: #EE9583;
}
.BgClassName
{
background-color: #EE9583;
}
</style>
border-color css
<style>
span { border-color: #EE9583; }
span { border-color: rgb(238,149,131); }
td.TdClassName
{
border-color: #EE9583;
}
.TagClassName
{
border-color: #EE9583;
}
</style>