Shades of Dark Salmon #EE9181
Tints of Dark Salmon #EE9181
RGB
CMYK
RGB Variations
Color information
#EE9181 (or 0xEE9181) is known color: Dark Salmon. HEX triplet: EE, 91 and 81. RGB value is (238,145,129). Sum of RGB (Red+Green+Blue) = 238+145+129=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 129 (50.78% from 255 or 25.20% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9181 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9181 is #116E7E. Grayscale: #ABABAB. Windows color (decimal): -1142399 or 8491502. OLE color: 8491502.
HSL color Cylindrical-coordinate representation of color #EE9181: hue angle of 8.81º 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 #EE9181 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 145 | 129 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.07 |
| HSL | 8.81º | 0.76% | 0.72% | - |
| HSV(B) | 8.81º | 0.46% | 0.93% | - |
| XYZ | 49.35 | 40.01 | 25.89 | - |
| YUV | 170.98 | 104.31 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 145 | 129 | 0 | 0.39 | 0.46 | 0.07 | 8.81 | 0.76 | 0.72 |
| Hex | EE | 91 | 81 | 0 | 27 | 2E | 7 | 9 | 4C | 48 |
| Octal | 356 | 221 | 201 | 0 | 47 | 56 | 7 | 11 | 114 | 110 |
| Binary | 11101110 | 10010001 | 10000001 | 0 | 100111 | 101110 | 111 | 1001 | 1001100 | 1001000 |
Color Harmonies of #EE9181
Complementary color
Monochromatic Colors of #EE9181
Black with #EE9181
Text Example
Text Example
White with #EE9181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9181; }
p { color: rgb(238,145,129); }
H1.HeaderClassName
{
color: #EE9181;
}
.AnyTagClassName
{
color: #EE9181;
}
</style>
background-color css
<style>
a { background-color: #EE9181; }
a { background-color: rgb(238,145,129); }
div.DivClassName
{
background-color: #EE9181;
}
.BgClassName
{
background-color: #EE9181;
}
</style>
border-color css
<style>
span { border-color: #EE9181; }
span { border-color: rgb(238,145,129); }
td.TdClassName
{
border-color: #EE9181;
}
.TagClassName
{
border-color: #EE9181;
}
</style>