Shades of Dark Salmon #EE9281
Tints of Dark Salmon #EE9281
RGB
CMYK
RGB Variations
Color information
#EE9281 (or 0xEE9281) is known color: Dark Salmon. HEX triplet: EE, 92 and 81. RGB value is (238,146,129). Sum of RGB (Red+Green+Blue) = 238+146+129=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 146 (57.42% from 255 or 28.46% from 513); Blue value is 129 (50.78% from 255 or 25.15% from 513); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9281 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9281 is #116D7E. Grayscale: #ABABAB. Windows color (decimal): -1142143 or 8491758. OLE color: 8491758.
HSL color Cylindrical-coordinate representation of color #EE9281: hue angle of 9.36º 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 #EE9281 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 146 | 129 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.07 |
| HSL | 9.36º | 0.76% | 0.72% | - |
| HSV(B) | 9.36º | 0.46% | 0.93% | - |
| XYZ | 49.5 | 40.32 | 25.94 | - |
| YUV | 171.57 | 103.98 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 146 | 129 | 0 | 0.39 | 0.46 | 0.07 | 9.36 | 0.76 | 0.72 |
| Hex | EE | 92 | 81 | 0 | 27 | 2E | 7 | 9 | 4C | 48 |
| Octal | 356 | 222 | 201 | 0 | 47 | 56 | 7 | 11 | 114 | 110 |
| Binary | 11101110 | 10010010 | 10000001 | 0 | 100111 | 101110 | 111 | 1001 | 1001100 | 1001000 |
Color Harmonies of #EE9281
Complementary color
Monochromatic Colors of #EE9281
Black with #EE9281
Text Example
Text Example
White with #EE9281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9281; }
p { color: rgb(238,146,129); }
H1.HeaderClassName
{
color: #EE9281;
}
.AnyTagClassName
{
color: #EE9281;
}
</style>
background-color css
<style>
a { background-color: #EE9281; }
a { background-color: rgb(238,146,129); }
div.DivClassName
{
background-color: #EE9281;
}
.BgClassName
{
background-color: #EE9281;
}
</style>
border-color css
<style>
span { border-color: #EE9281; }
span { border-color: rgb(238,146,129); }
td.TdClassName
{
border-color: #EE9281;
}
.TagClassName
{
border-color: #EE9281;
}
</style>