Shades of Dark Salmon #EEA176
Tints of Dark Salmon #EEA176
RGB
CMYK
RGB Variations
Color information
#EEA176 (or 0xEEA176) is known color: Dark Salmon. HEX triplet: EE, A1 and 76. RGB value is (238,161,118). Sum of RGB (Red+Green+Blue) = 238+161+118=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 161 (63.28% from 255 or 31.14% from 517); Blue value is 118 (46.48% from 255 or 22.82% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA176 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA176 is #115E89. Grayscale: #B3B3B3. Windows color (decimal): -1138314 or 7774702. OLE color: 7774702.
HSL color Cylindrical-coordinate representation of color #EEA176: hue angle of 21.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EEA176 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 161 | 118 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.07 |
| HSL | 21.5º | 0.78% | 0.7% | - |
| HSV(B) | 21.5º | 0.5% | 0.93% | - |
| XYZ | 51.27 | 44.97 | 23.12 | - |
| YUV | 179.12 | 93.51 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 161 | 118 | 0 | 0.32 | 0.50 | 0.07 | 21.5 | 0.78 | 0.7 |
| Hex | EE | A1 | 76 | 0 | 20 | 32 | 7 | 16 | 4E | 46 |
| Octal | 356 | 241 | 166 | 0 | 40 | 62 | 7 | 26 | 116 | 106 |
| Binary | 11101110 | 10100001 | 1110110 | 0 | 100000 | 110010 | 111 | 10110 | 1001110 | 1000110 |
Color Harmonies of #EEA176
Complementary color
Monochromatic Colors of #EEA176
Black with #EEA176
Text Example
Text Example
White with #EEA176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA176; }
p { color: rgb(238,161,118); }
H1.HeaderClassName
{
color: #EEA176;
}
.AnyTagClassName
{
color: #EEA176;
}
</style>
background-color css
<style>
a { background-color: #EEA176; }
a { background-color: rgb(238,161,118); }
div.DivClassName
{
background-color: #EEA176;
}
.BgClassName
{
background-color: #EEA176;
}
</style>
border-color css
<style>
span { border-color: #EEA176; }
span { border-color: rgb(238,161,118); }
td.TdClassName
{
border-color: #EEA176;
}
.TagClassName
{
border-color: #EEA176;
}
</style>