Shades of Dark Salmon #EE9771
Tints of Dark Salmon #EE9771
RGB
CMYK
RGB Variations
Color information
#EE9771 (or 0xEE9771) is known color: Dark Salmon. HEX triplet: EE, 97 and 71. RGB value is (238,151,113). Sum of RGB (Red+Green+Blue) = 238+151+113=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 151 (59.38% from 255 or 30.08% from 502); Blue value is 113 (44.53% from 255 or 22.51% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9771 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9771 is #11688E. Grayscale: #ACACAC. Windows color (decimal): -1140879 or 7444462. OLE color: 7444462.
HSL color Cylindrical-coordinate representation of color #EE9771: hue angle of 18.24º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE9771 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 151 | 113 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.07 |
| HSL | 18.24º | 0.79% | 0.69% | - |
| HSV(B) | 18.24º | 0.53% | 0.93% | - |
| XYZ | 49.31 | 41.5 | 21.03 | - |
| YUV | 172.68 | 94.32 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 151 | 113 | 0 | 0.37 | 0.53 | 0.07 | 18.24 | 0.79 | 0.69 |
| Hex | EE | 97 | 71 | 0 | 25 | 35 | 7 | 12 | 4F | 45 |
| Octal | 356 | 227 | 161 | 0 | 45 | 65 | 7 | 22 | 117 | 105 |
| Binary | 11101110 | 10010111 | 1110001 | 0 | 100101 | 110101 | 111 | 10010 | 1001111 | 1000101 |
Color Harmonies of #EE9771
Complementary color
Monochromatic Colors of #EE9771
Black with #EE9771
Text Example
Text Example
White with #EE9771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9771; }
p { color: rgb(238,151,113); }
H1.HeaderClassName
{
color: #EE9771;
}
.AnyTagClassName
{
color: #EE9771;
}
</style>
background-color css
<style>
a { background-color: #EE9771; }
a { background-color: rgb(238,151,113); }
div.DivClassName
{
background-color: #EE9771;
}
.BgClassName
{
background-color: #EE9771;
}
</style>
border-color css
<style>
span { border-color: #EE9771; }
span { border-color: rgb(238,151,113); }
td.TdClassName
{
border-color: #EE9771;
}
.TagClassName
{
border-color: #EE9771;
}
</style>