Shades of Dark Salmon #EE947A
Tints of Dark Salmon #EE947A
RGB
CMYK
RGB Variations
Color information
#EE947A (or 0xEE947A) is known color: Dark Salmon. HEX triplet: EE, 94 and 7A. RGB value is (238,148,122). Sum of RGB (Red+Green+Blue) = 238+148+122=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 122 (48.05% from 255 or 24.02% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EE947A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE947A is #116B85. Grayscale: #ACACAC. Windows color (decimal): -1141638 or 8033518. OLE color: 8033518.
HSL color Cylindrical-coordinate representation of color #EE947A: hue angle of 13.45º 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 #EE947A is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 148 | 122 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.07 |
| HSL | 13.45º | 0.77% | 0.71% | - |
| HSV(B) | 13.45º | 0.49% | 0.93% | - |
| XYZ | 49.36 | 40.76 | 23.68 | - |
| YUV | 171.95 | 99.82 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 148 | 122 | 0 | 0.38 | 0.49 | 0.07 | 13.45 | 0.77 | 0.71 |
| Hex | EE | 94 | 7A | 0 | 26 | 31 | 7 | D | 4D | 47 |
| Octal | 356 | 224 | 172 | 0 | 46 | 61 | 7 | 15 | 115 | 107 |
| Binary | 11101110 | 10010100 | 1111010 | 0 | 100110 | 110001 | 111 | 1101 | 1001101 | 1000111 |
Color Harmonies of #EE947A
Complementary color
Monochromatic Colors of #EE947A
Black with #EE947A
Text Example
Text Example
White with #EE947A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE947A; }
p { color: rgb(238,148,122); }
H1.HeaderClassName
{
color: #EE947A;
}
.AnyTagClassName
{
color: #EE947A;
}
</style>
background-color css
<style>
a { background-color: #EE947A; }
a { background-color: rgb(238,148,122); }
div.DivClassName
{
background-color: #EE947A;
}
.BgClassName
{
background-color: #EE947A;
}
</style>
border-color css
<style>
span { border-color: #EE947A; }
span { border-color: rgb(238,148,122); }
td.TdClassName
{
border-color: #EE947A;
}
.TagClassName
{
border-color: #EE947A;
}
</style>