Shades of Dark Salmon #EFA07B
Tints of Dark Salmon #EFA07B
RGB
CMYK
RGB Variations
Color information
#EFA07B (or 0xEFA07B) is known color: Dark Salmon. HEX triplet: EF, A0 and 7B. RGB value is (239,160,123). Sum of RGB (Red+Green+Blue) = 239+160+123=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 160 (62.89% from 255 or 30.65% from 522); Blue value is 123 (48.44% from 255 or 23.56% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA07B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA07B is #105F84. Grayscale: #B3B3B3. Windows color (decimal): -1073029 or 8102127. OLE color: 8102127.
HSL color Cylindrical-coordinate representation of color #EFA07B: hue angle of 19.14º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFA07B is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 123 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.06 |
| HSL | 19.14º | 0.78% | 0.71% | - |
| HSV(B) | 19.14º | 0.49% | 0.94% | - |
| XYZ | 51.74 | 44.92 | 24.68 | - |
| YUV | 179.4 | 96.17 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 123 | 0 | 0.33 | 0.49 | 0.06 | 19.14 | 0.78 | 0.71 |
| Hex | EF | A0 | 7B | 0 | 21 | 31 | 6 | 13 | 4E | 47 |
| Octal | 357 | 240 | 173 | 0 | 41 | 61 | 6 | 23 | 116 | 107 |
| Binary | 11101111 | 10100000 | 1111011 | 0 | 100001 | 110001 | 110 | 10011 | 1001110 | 1000111 |
Color Harmonies of #EFA07B
Complementary color
Monochromatic Colors of #EFA07B
Black with #EFA07B
Text Example
Text Example
White with #EFA07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA07B; }
p { color: rgb(239,160,123); }
H1.HeaderClassName
{
color: #EFA07B;
}
.AnyTagClassName
{
color: #EFA07B;
}
</style>
background-color css
<style>
a { background-color: #EFA07B; }
a { background-color: rgb(239,160,123); }
div.DivClassName
{
background-color: #EFA07B;
}
.BgClassName
{
background-color: #EFA07B;
}
</style>
border-color css
<style>
span { border-color: #EFA07B; }
span { border-color: rgb(239,160,123); }
td.TdClassName
{
border-color: #EFA07B;
}
.TagClassName
{
border-color: #EFA07B;
}
</style>