Shades of Dark Salmon #EEA17A
Tints of Dark Salmon #EEA17A
RGB
CMYK
RGB Variations
Color information
#EEA17A (or 0xEEA17A) is known color: Dark Salmon. HEX triplet: EE, A1 and 7A. RGB value is (238,161,122). Sum of RGB (Red+Green+Blue) = 238+161+122=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 161 (63.28% from 255 or 30.90% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA17A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA17A is #115E85. Grayscale: #B3B3B3. Windows color (decimal): -1138310 or 8036846. OLE color: 8036846.
HSL color Cylindrical-coordinate representation of color #EEA17A: hue angle of 20.17º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EEA17A is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 161 | 122 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.07 |
| HSL | 20.17º | 0.77% | 0.71% | - |
| HSV(B) | 20.17º | 0.49% | 0.93% | - |
| XYZ | 51.52 | 45.07 | 24.4 | - |
| YUV | 179.58 | 95.51 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 161 | 122 | 0 | 0.32 | 0.49 | 0.07 | 20.17 | 0.77 | 0.71 |
| Hex | EE | A1 | 7A | 0 | 20 | 31 | 7 | 14 | 4D | 47 |
| Octal | 356 | 241 | 172 | 0 | 40 | 61 | 7 | 24 | 115 | 107 |
| Binary | 11101110 | 10100001 | 1111010 | 0 | 100000 | 110001 | 111 | 10100 | 1001101 | 1000111 |
Color Harmonies of #EEA17A
Complementary color
Monochromatic Colors of #EEA17A
Black with #EEA17A
Text Example
Text Example
White with #EEA17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA17A; }
p { color: rgb(238,161,122); }
H1.HeaderClassName
{
color: #EEA17A;
}
.AnyTagClassName
{
color: #EEA17A;
}
</style>
background-color css
<style>
a { background-color: #EEA17A; }
a { background-color: rgb(238,161,122); }
div.DivClassName
{
background-color: #EEA17A;
}
.BgClassName
{
background-color: #EEA17A;
}
</style>
border-color css
<style>
span { border-color: #EEA17A; }
span { border-color: rgb(238,161,122); }
td.TdClassName
{
border-color: #EEA17A;
}
.TagClassName
{
border-color: #EEA17A;
}
</style>