Shades of Dark Salmon #EE9481
Tints of Dark Salmon #EE9481
RGB
CMYK
RGB Variations
Color information
#EE9481 (or 0xEE9481) is known color: Dark Salmon. HEX triplet: EE, 94 and 81. RGB value is (238,148,129). Sum of RGB (Red+Green+Blue) = 238+148+129=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 129 (50.78% from 255 or 25.05% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9481 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9481 is #116B7E. Grayscale: #ACACAC. Windows color (decimal): -1141631 or 8492270. OLE color: 8492270.
HSL color Cylindrical-coordinate representation of color #EE9481: hue angle of 10.46º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EE9481 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 148 | 129 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.07 |
| HSL | 10.46º | 0.76% | 0.72% | - |
| HSV(B) | 10.46º | 0.46% | 0.93% | - |
| XYZ | 49.81 | 40.94 | 26.05 | - |
| YUV | 172.74 | 103.32 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 148 | 129 | 0 | 0.38 | 0.46 | 0.07 | 10.46 | 0.76 | 0.72 |
| Hex | EE | 94 | 81 | 0 | 26 | 2E | 7 | A | 4C | 48 |
| Octal | 356 | 224 | 201 | 0 | 46 | 56 | 7 | 12 | 114 | 110 |
| Binary | 11101110 | 10010100 | 10000001 | 0 | 100110 | 101110 | 111 | 1010 | 1001100 | 1001000 |
Color Harmonies of #EE9481
Complementary color
Monochromatic Colors of #EE9481
Black with #EE9481
Text Example
Text Example
White with #EE9481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9481; }
p { color: rgb(238,148,129); }
H1.HeaderClassName
{
color: #EE9481;
}
.AnyTagClassName
{
color: #EE9481;
}
</style>
background-color css
<style>
a { background-color: #EE9481; }
a { background-color: rgb(238,148,129); }
div.DivClassName
{
background-color: #EE9481;
}
.BgClassName
{
background-color: #EE9481;
}
</style>
border-color css
<style>
span { border-color: #EE9481; }
span { border-color: rgb(238,148,129); }
td.TdClassName
{
border-color: #EE9481;
}
.TagClassName
{
border-color: #EE9481;
}
</style>