Shades of Dark Salmon #EE9471
Tints of Dark Salmon #EE9471
RGB
CMYK
RGB Variations
Color information
#EE9471 (or 0xEE9471) is known color: Dark Salmon. HEX triplet: EE, 94 and 71. RGB value is (238,148,113). Sum of RGB (Red+Green+Blue) = 238+148+113=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 113 (44.53% from 255 or 22.65% from 499); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9471 is #116B8E. Grayscale: #ABABAB. Windows color (decimal): -1141647 or 7443694. OLE color: 7443694.
HSL color Cylindrical-coordinate representation of color #EE9471: hue angle of 16.8º 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 #EE9471 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 148 | 113 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.07 |
| HSL | 16.8º | 0.79% | 0.69% | - |
| HSV(B) | 16.8º | 0.53% | 0.93% | - |
| XYZ | 48.83 | 40.55 | 20.88 | - |
| YUV | 170.92 | 95.32 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 148 | 113 | 0 | 0.38 | 0.53 | 0.07 | 16.8 | 0.79 | 0.69 |
| Hex | EE | 94 | 71 | 0 | 26 | 35 | 7 | 11 | 4F | 45 |
| Octal | 356 | 224 | 161 | 0 | 46 | 65 | 7 | 21 | 117 | 105 |
| Binary | 11101110 | 10010100 | 1110001 | 0 | 100110 | 110101 | 111 | 10001 | 1001111 | 1000101 |
Color Harmonies of #EE9471
Complementary color
Monochromatic Colors of #EE9471
Black with #EE9471
Text Example
Text Example
White with #EE9471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9471; }
p { color: rgb(238,148,113); }
H1.HeaderClassName
{
color: #EE9471;
}
.AnyTagClassName
{
color: #EE9471;
}
</style>
background-color css
<style>
a { background-color: #EE9471; }
a { background-color: rgb(238,148,113); }
div.DivClassName
{
background-color: #EE9471;
}
.BgClassName
{
background-color: #EE9471;
}
</style>
border-color css
<style>
span { border-color: #EE9471; }
span { border-color: rgb(238,148,113); }
td.TdClassName
{
border-color: #EE9471;
}
.TagClassName
{
border-color: #EE9471;
}
</style>